Home
last modified time | relevance | path

Searched refs:unlockInternal (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp580 isStencil ? source->unlockStencil() : source->unlockInternal(); in stretchRect()
581 isStencil ? dest->unlockStencil() : dest->unlockInternal(); in stretchRect()
590 source->unlockInternal(); in stretchRect()
591 dest->unlockInternal(); in stretchRect()
616 source->unlockInternal(); in stretchRect()
617 dest->unlockInternal(); in stretchRect()
696 source->unlockInternal(); in stretchCube()
697 dest->unlockInternal(); in stretchCube()
/external/swiftshader/src/D3D8/
DDirect3DVolume8.cpp42 void Direct3DVolume8::unlockInternal() in unlockInternal() function in D3D8::Direct3DVolume8
44 Surface::unlockInternal(); in unlockInternal()
DDirect3DSurface8.cpp79 void Direct3DSurface8::unlockInternal() in unlockInternal() function in D3D8::Direct3DSurface8
81 Surface::unlockInternal(); in unlockInternal()
DDirect3DVolume8.hpp39 void unlockInternal() override;
DDirect3DSurface8.hpp38 void unlockInternal() override;
DDirect3DSwapChain8.cpp222 backBuffer[index]->unlockInternal(); // FIXME: External in unlockBackBuffer()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp389 source->unlockInternal(); in stretchRect()
390 dest->unlockInternal(); in stretchRect()
441 source->unlockInternal(); in stretchRect()
442 dest->unlockInternal(); in stretchRect()
/external/swiftshader/src/OpenGL/common/
DImage.hpp206 void unlockInternal() override = 0;
317 void unlockInternal() override in unlockInternal() function in egl::AndroidNativeImage
326 sw::Surface::unlockInternal(); in unlockInternal()
DImage.cpp1048 void unlockInternal() override in unlockInternal() function in egl::ImageImplementation
1050 return Image::unlockInternal(); in unlockInternal()
1270 void unlockInternal() override in unlockInternal() function in egl::ClientBufferImage
1276 sw::Surface::unlockInternal(); in unlockInternal()
1331 void Image::unlockInternal() in unlockInternal() function in egl::Image
1333 Surface::unlockInternal(); in unlockInternal()
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp50 void Direct3DVolume9::unlockInternal() in unlockInternal() function in D3D9::Direct3DVolume9
52 Surface::unlockInternal(); in unlockInternal()
DDirect3DVolumeTexture9.cpp229 source->unlockInternal(); in GenerateMipSubLevels()
230 dest->unlockInternal(); in GenerateMipSubLevels()
DDirect3DVolume9.hpp39 void unlockInternal() override;
DDirect3DSurface9.cpp94 void Direct3DSurface9::unlockInternal() in unlockInternal() function in D3D9::Direct3DSurface9
96 Surface::unlockInternal(); in unlockInternal()
DDirect3DSurface9.hpp37 void unlockInternal() override;
DDirect3DSwapChain9.cpp394 backBuffer[index]->unlockInternal(); // FIXME: External in unlockBackBuffer()
/external/swiftshader/src/Main/
DFrameBufferOzone.cpp40 buffer->unlockInternal(); in unlock()
DFrameBuffer.cpp146 source->unlockInternal(); in copy()
/external/swiftshader/src/WSI/
DFrameBufferOzone.cpp40 buffer->unlockInternal(); in unlock()
DFrameBuffer.cpp146 source->unlockInternal(); in copy()
/external/swiftshader/src/Device/
DSurface.hpp144 virtual void unlockInternal() = 0;
343 return internal ? unlockInternal() : unlockExternal(); in unlock()
DBlitter.cpp190 source->unlockInternal(); in blit()
191 dest->unlockInternal(); in blit()
220 source->unlockInternal(); in blit3D()
221 dest->unlockInternal(); in blit3D()
DSurface.cpp759 void unlockInternal() override in unlockInternal() function in sw::SurfaceImplementation
761 Surface::unlockInternal(); in unlockInternal()
1037 void Surface::unlockInternal() in unlockInternal() function in sw::Surface
2763 unlockInternal(); in clearDepth()
2845 unlockInternal(); in clearDepth()
2979 unlockInternal(); in fill()
3082 src->unlockInternal(); in copyCubeEdge()
3083 dst->unlockInternal(); in copyCubeEdge()
/external/swiftshader/src/Renderer/
DSurface.hpp310 virtual void unlockInternal() = 0;
524 return internal ? unlockInternal() : unlockExternal(); in unlock()
DBlitter.cpp190 source->unlockInternal(); in blit()
191 dest->unlockInternal(); in blit()
220 source->unlockInternal(); in blit3D()
221 dest->unlockInternal(); in blit3D()
DSurface.cpp1240 void unlockInternal() override in unlockInternal() function in sw::SurfaceImplementation
1242 Surface::unlockInternal(); in unlockInternal()
1523 void Surface::unlockInternal() in unlockInternal() function in sw::Surface
3362 unlockInternal(); in clearDepth()
3444 unlockInternal(); in clearDepth()
3578 unlockInternal(); in fill()
3681 src->unlockInternal(); in copyCubeEdge()
3682 dst->unlockInternal(); in copyCubeEdge()

12