Home
last modified time | relevance | path

Searched refs:FORMAT_D24S8 (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp504 case GL_DEPTH24_STENCIL8_OES: return sw::FORMAT_D24S8; in ConvertRenderbufferFormat()
557 case sw::FORMAT_D24S8: in GetStencilSize()
678 case sw::FORMAT_D24S8: return 24; in GetDepthSize()
717 case sw::FORMAT_D24S8: in ConvertDepthStencilFormat()
DRenderbuffer.cpp388 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
400 internalFormat = sw::FORMAT_D24S8; in DepthStencilbuffer()
DDevice.cpp233 case FORMAT_D24S8: in createDepthStencilSurface()
DTexture.cpp824 case sw::FORMAT_D24S8: in createDepthStencil()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp698 case GL_DEPTH24_STENCIL8_EXT: return sw::FORMAT_D24S8; in ConvertRenderbufferFormat()
711 case sw::FORMAT_D24S8: in GetStencilSize()
824 case sw::FORMAT_D24S8: return 24; in GetDepthSize()
863 case sw::FORMAT_D24S8: in ConvertDepthStencilFormat()
DRenderbuffer.cpp409 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
421 internalFormat = sw::FORMAT_D24S8; in DepthStencilbuffer()
DSurface.cpp143 mDepthStencil = new Image(0, backBufferWidth, backBufferHeight, sw::FORMAT_D24S8, 1, false, true); in reset()
DDevice.cpp268 case FORMAT_D24S8: in createDepthStencilSurface()
/external/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.cpp558 internalFormat = sw::FORMAT_D24S8; in DepthStencilbuffer()
575 internalFormat = sw::FORMAT_D24S8; in DepthStencilbuffer()
Dutilities.cpp1539 case GL_DEPTH24_STENCIL8_OES: return sw::FORMAT_D24S8; in ConvertRenderbufferFormat()
1592 case sw::FORMAT_D24S8: in GetStencilSize()
1816 case sw::FORMAT_D24S8: return 24; in GetDepthSize()
1969 case sw::FORMAT_D24S8: in ConvertDepthStencilFormat()
DFramebuffer.cpp644 case sw::FORMAT_D24S8: return GL_UNSIGNED_INT_24_8_OES; in getDepthReadType()
DDevice.cpp265 case FORMAT_D24S8: in createDepthStencilSurface()
DTexture.cpp1993 case sw::FORMAT_D24S8: in createDepthStencil()
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp273 case D3DFMT_D24S8: return sw::FORMAT_D24S8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp395 case D3DFMT_D24S8: return sw::FORMAT_D24S8; in translateFormat()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp152 case sw::FORMAT_D24S8: in Config()
DDisplay.cpp171 sw::FORMAT_D24S8, in initialize()
/external/swiftshader/src/Renderer/
DSurface.hpp189 FORMAT_D24S8, enumerator
DBlitter.cpp398 case FORMAT_D24S8: in read()
765 case FORMAT_D24S8: in write()
1061 case FORMAT_D24S8: in GetScale()
DSurface.cpp1622 case FORMAT_D24S8: return 4; in bytes()
2625 case FORMAT_D24S8: in isStencil()
2646 case FORMAT_D24S8: in isDepth()
2671 case FORMAT_D24S8: in hasQuadLayout()
3742 case FORMAT_D24S8: in selectInternalFormat()
/external/swiftshader/src/OpenGL/common/
DImage.cpp536 case GL_UNSIGNED_INT_24_8_OES: return sw::FORMAT_D24S8; in ConvertFormatType()