Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLDefines.h137 #define GR_GL_FRONT_AND_BACK 0x0408 macro
377 #define GR_GL_FRONT_AND_BACK 0x0408 macro
DGrGLGpu.cpp399 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onResetContext()
401 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_FILL)); in onResetContext()
2780 if (GR_GL_FRONT_AND_BACK == glFace) { in set_gl_stencil()
2813 GR_GL_FRONT_AND_BACK); in flushStencil()
/external/skqp/src/gpu/gl/
DGrGLDefines.h137 #define GR_GL_FRONT_AND_BACK 0x0408 macro
385 #define GR_GL_FRONT_AND_BACK 0x0408 macro
DGrGLGpu.cpp399 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onResetContext()
401 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_FILL)); in onResetContext()
2803 if (GR_GL_FRONT_AND_BACK == glFace) { in set_gl_stencil()
2836 GR_GL_FRONT_AND_BACK); in flushStencil()
/external/skia/samplecode/
DSampleCCPRGeometry.cpp286 GR_GL_CALL(glGpu->glInterface(), PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onExecute()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp285 GR_GL_CALL(glGpu->glInterface(), PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onExecute()