Searched refs:RsNativeWindow (Results 1 – 15 of 15) sorted by relevance
/frameworks/rs/driver/ |
D | rsdGL.h | 75 RsNativeWindow sur); 79 uint32_t w, uint32_t h, RsNativeWindow sur);
|
D | rsdGL.cpp | 425 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/ |
D | rsDispatch.h | 49 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/ |
D | rsg.spec | 102 param RsNativeWindow sur
|
D | rsHidlAdaptation.h | 81 static RsNativeWindow AllocationGetSurface(RsContext, RsAllocation); 82 static void AllocationSetSurface(RsContext, RsAllocation, RsNativeWindow);
|
D | rsApiStubs.h | 64 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…
|
D | rs.spec | 98 ret RsNativeWindow 103 param RsNativeWindow sur
|
D | rsDefines.h | 59 typedef void * RsNativeWindow; typedef
|
D | rsContext.h | 148 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
|
D | rsAllocation.h | 184 void setSurface(const Context *rsc, RsNativeWindow sur);
|
D | rsApiStubs.cpp | 360 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()
|
D | rsContext.cpp | 574 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()
|
D | rsHidlAdaptation.cpp | 459 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()
|
D | rs_hal.h | 144 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
|
D | rsAllocation.cpp | 620 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface() 872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
|