Home
last modified time | relevance | path

Searched refs:RsNativeWindow (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/driver/
DrsdGL.h75 RsNativeWindow sur);
79 uint32_t w, uint32_t h, RsNativeWindow sur);
DrsdGL.cpp425 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) { in rsdGLSetInternalSurface()
467 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsdGLSetSurface()
/frameworks/rs/cpp/
DrsDispatch.h49 typedef RsNativeWindow (*AllocationGetSurfaceFnPtr) (RsContext, RsAllocation);
50 typedef void (*AllocationSetSurfaceFnPtr) (RsContext, RsAllocation, RsNativeWindow);
125 …oid (*ContextSetSurfaceFnPtr) (RsContext rsc, uint32_t width, uint32_t height, RsNativeWindow sur);
269 …ocationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable…
/frameworks/rs/
Drsg.spec102 param RsNativeWindow sur
DrsHidlAdaptation.h81 static RsNativeWindow AllocationGetSurface(RsContext, RsAllocation);
82 static void AllocationSetSurface(RsContext, RsAllocation, RsNativeWindow);
DrsApiStubs.h64 extern "C" RsNativeWindow rsAllocationGetSurface (RsContext rsc, RsAllocation alloc);
67 extern "C" void rsAllocationSetSurface (RsContext rsc, RsAllocation alloc, RsNativeWindow sur);
127 extern "C" void rsContextSetSurface (RsContext rsc, uint32_t width, uint32_t height, RsNativeWindow
Drs.spec98 ret RsNativeWindow
103 param RsNativeWindow sur
DrsDefines.h59 typedef void * RsNativeWindow; typedef
DrsContext.h148 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
DrsAllocation.h184 void setSurface(const Context *rsc, RsNativeWindow sur);
DrsApiStubs.cpp360 extern "C" RsNativeWindow rsAllocationGetSurface (RsContext ctxWrapper, RsAllocation alloc) in rsAllocationGetSurface()
375 extern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow su… in rsAllocationSetSurface()
766 RsNativeWindow sur) in rsContextSetSurface()
DrsContext.cpp574 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { in setSurface()
819 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsi_ContextSetSurface()
DrsHidlAdaptation.cpp459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface()
464 return (RsNativeWindow) window; in AllocationGetSurface()
466 …daptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWindow window) in AllocationSetSurface()
Drs_hal.h144 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
DrsAllocation.cpp620 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface()
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()