Home
last modified time | relevance | path

Searched refs:ConvertDepthStencilFormat (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h83 GLenum ConvertDepthStencilFormat(sw::Format format);
DTexture.cpp798 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()
Dutilities.cpp866 GLenum ConvertDepthStencilFormat(sw::Format format) in ConvertDepthStencilFormat() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h115 GLenum ConvertDepthStencilFormat(sw::Format format);
Dutilities.cpp2329 GLenum ConvertDepthStencilFormat(sw::Format format) in ConvertDepthStencilFormat() function
DTexture.cpp2057 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()