Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLDefines.h402 #define GR_GL_LINE_SMOOTH 0x0B20 macro
DGrGLGpu.cpp497 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext()
/external/skia/src/gpu/gl/
DGrGLDefines.h409 #define GR_GL_LINE_SMOOTH 0x0B20 macro
DGrGLGpu.cpp553 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext()
/external/skia/samplecode/
DSampleCCPRGeometry.cpp334 GR_GL_CALL(glGpu->glInterface(), Enable(GR_GL_LINE_SMOOTH)); in onExecute()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp333 GR_GL_CALL(glGpu->glInterface(), Enable(GR_GL_LINE_SMOOTH)); in onExecute()