Home
last modified time | relevance | path

Searched refs:stencilFormats (Results 1 – 3 of 3) 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/skia/src/gpu/gl/
DGrGLCaps.h181 const SkTArray<StencilFormat, true>& stencilFormats() const { in stencilFormats() function
DGrGLGpu.cpp1146 int stencilFmtCnt = this->glCaps().stencilFormats().count(); in createStencilAttachmentForRenderTarget()
1159 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx]; in createStencilAttachmentForRenderTarget()