Home
last modified time | relevance | path

Searched refs:GR_GL_STENCIL (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLDefines.h920 #define GR_GL_STENCIL 0x1802 macro
/external/skia/src/gpu/gl/
DGrGLDefines.h933 #define GR_GL_STENCIL 0x1802 macro
DGrGLGpu.cpp2029 discardAttachments.push_back((!renderFBOID) ? GR_GL_STENCIL : GR_GL_STENCIL_ATTACHMENT); in endCommandBuffer()