Searched refs:stencilFormats (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkCaps.h56 const SkTArray<StencilFormat, true>& stencilFormats() const { function in class:GrVkCaps
H A DGrVkGpu.cpp699 SkASSERT(this->vkCaps().stencilFormats().count());
700 const GrVkCaps::StencilFormat& sFmt = this->vkCaps().stencilFormats()[0];
/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp248 static const deUint32 stencilFormats[] = local
260 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(stencilFormats); fmtNdx++)
262 deUint32 format = stencilFormats[fmtNdx];
/external/skia/src/gpu/gl/
H A DGrGLCaps.h157 const SkTArray<StencilFormat, true>& stencilFormats() const { function in class:GrGLCaps
172 * returned by stencilFormats().
180 * If index is >= 0 this records an index into stencilFormats() as the best stencil format for
H A DGrGLGpu.cpp1466 int stencilFmtCnt = this->glCaps().stencilFormats().count();
1470 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[i];
1615 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx];
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp842 static const VkFormat stencilFormats[] = local
851 const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats)
H A DvktPipelineStencilTests.cpp1093 const VkFormat stencilFormats[] = local
1105 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(stencilFormats); formatNdx++)
1107 const VkFormat stencilFormat = stencilFormats[formatNdx];

Completed in 148 milliseconds