Searched refs:gD24S8 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 577 gD24S8 = { VK_FORMAT_D24_UNORM_S8_UINT, 8, 32, true }, in initStencilFormat() local 583 fPreferredStencilFormat = gD24S8; in initStencilFormat()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 630 gD24S8 = { VK_FORMAT_D24_UNORM_S8_UINT, 8, 32, true }, in initStencilFormat() local 636 fPreferredStencilFormat = gD24S8; in initStencilFormat()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 1039 gD24S8 = {GR_GL_DEPTH24_STENCIL8, 8, 32, true }, in initStencilSupport() local 1056 fStencilFormats.push_back() = gD24S8; in initStencilSupport() 1071 fStencilFormats.push_back() = gD24S8; in initStencilSupport()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 1046 gD24S8 = {GR_GL_DEPTH24_STENCIL8, 8, 32, true }, in initStencilSupport() local 1063 fStencilFormats.push_back() = gD24S8; in initStencilSupport() 1078 fStencilFormats.push_back() = gD24S8; in initStencilSupport()
|