Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp677 void AddDepthStencilFormat(InternalFormatInfoMap *map, in AddDepthStencilFormat() function
843AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT16, true, 16, 0, 0, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap()
844AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT24, true, 24, 0, 0, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap()
845AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT32F, true, 32, 0, 0, GL_DEPTH_COMPONENT, GL_FLOA… in BuildInternalFormatInfoMap()
846AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT32_OES, true, 32, 0, 0, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap()
847AddDepthStencilFormat(&map, GL_DEPTH24_STENCIL8, true, 24, 8, 0, GL_DEPTH_STENCIL, GL_UNSI… in BuildInternalFormatInfoMap()
848AddDepthStencilFormat(&map, GL_DEPTH32F_STENCIL8, true, 32, 8, 24, GL_DEPTH_STENCIL, GL_FLOA… in BuildInternalFormatInfoMap()
984AddDepthStencilFormat(&map, GL_STENCIL_INDEX8, true, 0, 8, 0, GL_STENCIL, GL_UNSIGNED_BYTE, GL_UNS… in BuildInternalFormatInfoMap()
1094AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT, false, 16, 0, 0, GL_DEPTH_COMPONENT, GL_UNSIGNED_… in BuildInternalFormatInfoMap()
1095AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT, false, 24, 0, 0, GL_DEPTH_COMPONENT, GL_UNSIGNED_… in BuildInternalFormatInfoMap()
[all …]