Searched refs:GrallocModule (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/System/ |
D | GrallocAndroid.cpp | 22 GrallocModule *GrallocModule::getInstance() in getInstance() 24 static GrallocModule instance; in getInstance() 28 GrallocModule::GrallocModule() in GrallocModule() function in GrallocModule 52 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height… in lock() 79 int GrallocModule::unlock(buffer_handle_t handle) in unlock()
|
D | GrallocAndroid.hpp | 26 class GrallocModule class 29 static GrallocModule *getInstance(); 34 GrallocModule();
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 22 GrallocModule *GrallocModule::getInstance() in getInstance() 24 static GrallocModule instance; in getInstance() 28 GrallocModule::GrallocModule() in GrallocModule() function in GrallocModule 52 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height… in lock() 79 int GrallocModule::unlock(buffer_handle_t handle) in unlock()
|
D | GrallocAndroid.hpp | 26 class GrallocModule class 29 static GrallocModule *getInstance(); 34 GrallocModule();
|
/external/swiftshader/src/WSI/ |
D | FrameBufferAndroid.cpp | 86 if(GrallocModule::getInstance()->lock(buffer->handle, in lock() 135 if(GrallocModule::getInstance()->unlock(buffer->handle) != 0) in unlock()
|
/external/swiftshader/src/Main/ |
D | FrameBufferAndroid.cpp | 86 if(GrallocModule::getInstance()->lock(buffer->handle, in lock() 135 if(GrallocModule::getInstance()->unlock(buffer->handle) != 0) in unlock()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 349 …GrallocModule::getInstance()->lock(nativeBuffer->handle, usage, 0, 0, nativeBuffer->width, nativeB… in lockNativeBuffer() 356 GrallocModule::getInstance()->unlock(nativeBuffer->handle); in unlockNativeBuffer()
|