Home
last modified time | relevance | path

Searched refs:unlockStencil (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp410 source->unlockStencil(); in stretchRect()
411 dest->unlockStencil(); in stretchRect()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp580 isStencil ? source->unlockStencil() : source->unlockInternal(); in stretchRect()
581 isStencil ? dest->unlockStencil() : dest->unlockInternal(); in stretchRect()
DContext.cpp3408 renderTarget->unlockStencil(); in readPixels()
/external/swiftshader/src/Device/
DSurface.hpp152 void unlockStencil();
DBlitter.cpp1712 source->unlockStencil(); in blitReactor()
1713 dest->unlockStencil(); in blitReactor()
DRenderer.cpp932 draw.stencilBuffer->unlockStencil(); in finishRendering()
DSurface.cpp1061 void Surface::unlockStencil() in unlockStencil() function in sw::Surface
2926 unlockStencil(); in clearStencil()
/external/swiftshader/src/Renderer/
DSurface.hpp318 void unlockStencil();
DBlitter.cpp1472 source->unlockStencil(); in blitReactor()
1473 dest->unlockStencil(); in blitReactor()
DRenderer.cpp1059 draw.stencilBuffer->unlockStencil(); in finishRendering()
DSurface.cpp1547 void Surface::unlockStencil() in unlockStencil() function in sw::Surface
3525 unlockStencil(); in clearStencil()
/external/swiftshader/src/OpenGL/common/
DImage.cpp1744 unlockStencil(); in loadImageData()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp6290 source->unlockStencil(); in stretchRect()
6291 dest->unlockStencil(); in stretchRect()