Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCCPRGeometry.cpp260 GR_GL_CALL(glGpu->glInterface(), Enable(GR_GL_LINE_SMOOTH)); in onExecute()
/external/skia/src/gpu/gl/
DGrGLDefines.h411 #define GR_GL_LINE_SMOOTH 0x0B20 macro
DGrGLGpu.cpp402 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext()