Home
last modified time | relevance | path

Searched refs:GrallocModule (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/System/
DGrallocAndroid.cpp22 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()
DGrallocAndroid.hpp26 class GrallocModule class
29 static GrallocModule *getInstance();
34 GrallocModule();
/external/swiftshader/src/Common/
DGrallocAndroid.cpp22 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()
DGrallocAndroid.hpp26 class GrallocModule class
29 static GrallocModule *getInstance();
34 GrallocModule();
/external/swiftshader/src/WSI/
DFrameBufferAndroid.cpp86 if(GrallocModule::getInstance()->lock(buffer->handle, in lock()
135 if(GrallocModule::getInstance()->unlock(buffer->handle) != 0) in unlock()
/external/swiftshader/src/Main/
DFrameBufferAndroid.cpp86 if(GrallocModule::getInstance()->lock(buffer->handle, in lock()
135 if(GrallocModule::getInstance()->unlock(buffer->handle) != 0) in unlock()
/external/swiftshader/src/OpenGL/common/
DImage.hpp349GrallocModule::getInstance()->lock(nativeBuffer->handle, usage, 0, 0, nativeBuffer->width, nativeB… in lockNativeBuffer()
356 GrallocModule::getInstance()->unlock(nativeBuffer->handle); in unlockNativeBuffer()