Home
last modified time | relevance | path

Searched refs:GR_GL_SAMPLES (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLDefines.h235 #define GR_GL_SAMPLES 0x80A9 macro
DGrGLCreateNullInterface.cpp478 case GR_GL_SAMPLES: { in getIntegerv()
DGrGLCaps.cpp2050 GR_GL_GetInternalformativ(gli, GR_GL_RENDERBUFFER, format, GR_GL_SAMPLES, count, in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLDefines.h235 #define GR_GL_SAMPLES 0x80A9 macro
DGrGLCreateNullInterface.cpp478 case GR_GL_SAMPLES: { in getIntegerv()
DGrGLCaps.cpp2068 GR_GL_GetInternalformativ(gli, GR_GL_RENDERBUFFER, format, GR_GL_SAMPLES, count, in initConfigTable()
DGrGLGpu.cpp3930 GR_GL_GetIntegerv(this->glInterface(), GR_GL_SAMPLES, &effectiveSampleCnt); in querySampleLocations()