Home
last modified time | relevance | path

Searched refs:FORMAT_D16 (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp568 case sw::FORMAT_D16: in GetStencilSize()
681 case sw::FORMAT_D16: return 16; in GetDepthSize()
713 case sw::FORMAT_D16: in ConvertDepthStencilFormat()
DDevice.cpp225 case FORMAT_D16: in createDepthStencilSurface()
DTexture.cpp839 case sw::FORMAT_D16: in createDepthStencil()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp722 case sw::FORMAT_D16: in GetStencilSize()
827 case sw::FORMAT_D16: return 16; in GetDepthSize()
857 case sw::FORMAT_D16: in ConvertDepthStencilFormat()
DDevice.cpp260 case FORMAT_D16: in createDepthStencilSurface()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp382 case D3DFMT_D16: return sw::FORMAT_D16; in translateFormat()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp159 case sw::FORMAT_D16: in Config()
DDisplay.cpp160 sw::FORMAT_D16, in initialize()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1557 case sw::FORMAT_D16: in GetStencilSize()
1772 case sw::FORMAT_D16: return 16; in GetDepthSize()
1917 case sw::FORMAT_D16: in ConvertDepthStencilFormat()
DRenderbuffer.cpp564 internalFormat = sw::FORMAT_D16; in DepthStencilbuffer()
DFramebuffer.cpp644 case sw::FORMAT_D16: return GL_UNSIGNED_SHORT; in getDepthReadType()
DDevice.cpp261 case FORMAT_D16: in createDepthStencilSurface()
DTexture.cpp2057 case sw::FORMAT_D16: in createDepthStencil()
/external/swiftshader/src/Renderer/
DSurface.hpp186 FORMAT_D16, enumerator
DBlitter.cpp300 case FORMAT_D16: in read()
668 case FORMAT_D16: in write()
985 case FORMAT_D16: in GetScale()
DSurface.cpp1587 case FORMAT_D16: return 2; in bytes()
2589 case FORMAT_D16: in isStencil()
2614 case FORMAT_D16: in isDepth()
3642 case FORMAT_D16: in selectInternalFormat()
/external/swiftshader/src/OpenGL/common/
DImage.cpp535 case GL_UNSIGNED_SHORT: return sw::FORMAT_D16; in ConvertFormatType()