Searched refs:AddDepthStencilFormat (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | formatutils.cpp | 891 void AddDepthStencilFormat(InternalFormatInfoMap *map, in AddDepthStencilFormat() function 1109 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT16, true, 16, 0, 0, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap() 1110 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT24, true, 24, 0, 8, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap() 1111 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT32F, true, 32, 0, 0, GL_DEPTH_COMPONENT, GL_FLOA… in BuildInternalFormatInfoMap() 1112 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT32_OES, true, 32, 0, 0, GL_DEPTH_COMPONENT, GL_UNSI… in BuildInternalFormatInfoMap() 1113 …AddDepthStencilFormat(&map, GL_DEPTH24_STENCIL8, true, 24, 8, 0, GL_DEPTH_STENCIL, GL_UNSI… in BuildInternalFormatInfoMap() 1114 …AddDepthStencilFormat(&map, GL_DEPTH32F_STENCIL8, true, 32, 8, 24, GL_DEPTH_STENCIL, GL_FLOA… in BuildInternalFormatInfoMap() 1250 …AddDepthStencilFormat(&map, GL_STENCIL_INDEX8, true, 0, 8, 0, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, … in BuildInternalFormatInfoMap() 1377 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT, false, 16, 0, 0, GL_DEPTH_COMPONENT, GL_UNSIGNED_… in BuildInternalFormatInfoMap() 1378 …AddDepthStencilFormat(&map, GL_DEPTH_COMPONENT, false, 24, 0, 8, GL_DEPTH_COMPONENT, GL_UNSIGNED_… in BuildInternalFormatInfoMap() [all …]
|