Home
last modified time | relevance | path

Searched refs:getCompatibleStencilIndex (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.h162 int getCompatibleStencilIndex(GrPixelConfig config);
DGrGLGpu.cpp1403 int GrGLGpu::getCompatibleStencilIndex(GrPixelConfig config) { in getCompatibleStencilIndex() function in GrGLGpu
1603 int sIdx = this->getCompatibleStencilIndex(rt->config()); in createStencilAttachmentForRenderTarget()