Home
last modified time | relevance | path

Searched defs:lockInternal (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVolume8.cpp37 void *Direct3DVolume8::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal() function in D3D8::Direct3DVolume8
DDirect3DSurface8.cpp74 void *Direct3DSurface8::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal() function in D3D8::Direct3DSurface8
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp45 void *Direct3DVolume9::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal() function in D3D9::Direct3DVolume9
DDirect3DSurface9.cpp89 void *Direct3DSurface9::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal() function in D3D9::Direct3DSurface9
/external/swiftshader/src/OpenGL/common/
DImage.hpp293 void *lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) override in lockInternal() function in egl::AndroidNativeImage
DImage.cpp1049 void *lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) override in lockInternal() function in egl::ImageImplementation
1250 void *lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) override in lockInternal() function in egl::ClientBufferImage
1333 void *Image::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal() function in egl::Image
/external/swiftshader/src/Renderer/
DSurface.cpp1235 void *lockInternal(int x, int y, int z, Lock lock, Accessor client) override in lockInternal() function in sw::SurfaceImplementation
1446 void *Surface::lockInternal(int x, int y, int z, Lock lock, Accessor client) in lockInternal() function in sw::Surface