Home
last modified time | relevance | path

Searched refs:GR_GL_STENCIL_BUFFER_BIT (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp129 interface->fFunctions.fClear(GR_GL_STENCIL_BUFFER_BIT | GR_GL_COLOR_BUFFER_BIT); in onInitializeContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp129 interface->fFunctions.fClear(GR_GL_STENCIL_BUFFER_BIT | GR_GL_COLOR_BUFFER_BIT); in onInitializeContext()
/external/skqp/src/gpu/gl/
DGrGLDefines.h22 #define GR_GL_STENCIL_BUFFER_BIT 0x00000400 macro
DGrGLGpu.cpp2196 GL_CALL(Clear(GR_GL_STENCIL_BUFFER_BIT)); in clearStencil()
2240 GL_CALL(Clear(GR_GL_STENCIL_BUFFER_BIT)); in clearStencilClip()
/external/skia/src/gpu/gl/
DGrGLDefines.h22 #define GR_GL_STENCIL_BUFFER_BIT 0x00000400 macro
DGrGLGpu.cpp1996 clearMask |= GR_GL_STENCIL_BUFFER_BIT; in beginCommandBuffer()
2097 GL_CALL(Clear(GR_GL_STENCIL_BUFFER_BIT)); in clearStencilClip()