Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboStencilbufferTests.cpp248 static const deUint32 stencilFormats[] = in init() local
260 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(stencilFormats); fmtNdx++) in init()
262 deUint32 format = stencilFormats[fmtNdx]; in init()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp327 static const VkFormat stencilFormats[] = in iterate() local
336 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp907 const VkFormat stencilFormats[] = in createStencilTests() local
940 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(stencilFormats); formatNdx++) in createStencilTests()
942 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests()
/external/skqp/src/gpu/gl/
DGrGLCaps.h168 const SkTArray<StencilFormat, true>& stencilFormats() const { in stencilFormats() function
DGrGLGpu.cpp1711 int stencilFmtCnt = this->glCaps().stencilFormats().count(); in getCompatibleStencilIndex()
1715 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[i]; in getCompatibleStencilIndex()
1824 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx]; in createStencilAttachmentForRenderTarget()
4141 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx].fInternalFormat; in createTestingOnlyBackendRenderTarget()
4146 if (this->glCaps().stencilFormats()[sFormatIdx].fPacked) { in createTestingOnlyBackendRenderTarget()
4165 auto stencilBits = SkToInt(this->glCaps().stencilFormats()[sFormatIdx].fStencilBits); in createTestingOnlyBackendRenderTarget()
/external/skia/src/gpu/gl/
DGrGLCaps.h195 const SkTArray<GrGLFormat, true>& stencilFormats() const { in stencilFormats() function
DGrGLGpu.cpp1559 int stencilFmtCnt = this->glCaps().stencilFormats().count(); in getCompatibleStencilIndex()
1563 GrGLFormat sFmt = this->glCaps().stencilFormats()[i]; in getCompatibleStencilIndex()
1705 GrGLFormat sFmt = this->glCaps().stencilFormats()[sIdx]; in makeStencilAttachment()
3835 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx]; in createTestingOnlyBackendRenderTarget()
3849 if (GrGLFormatIsPackedDepthStencil(this->glCaps().stencilFormats()[sFormatIdx])) { in createTestingOnlyBackendRenderTarget()
3869 auto stencilBits = SkToInt(GrGLFormatStencilBits(this->glCaps().stencilFormats()[sFormatIdx])); in createTestingOnlyBackendRenderTarget()
DGrGLGpu.h275 return GrBackendFormat::MakeGL(GrGLFormatToEnum(this->glCaps().stencilFormats()[idx]), in getPreferredStencilFormat()