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);
Dutilities.cpp866 GLenum ConvertDepthStencilFormat(sw::Format format) in ConvertDepthStencilFormat() function
DTexture.cpp796 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h112 GLenum ConvertDepthStencilFormat(sw::Format format);
Dutilities.cpp2382 GLenum ConvertDepthStencilFormat(sw::Format format) in ConvertDepthStencilFormat() function
DTexture.cpp1963 GLenum internalformat = sw2es::ConvertDepthStencilFormat(format); in createDepthStencil()