Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkGLWidget.cpp86 GR_GL_GetIntegerv(fCurIntf.get(), GR_GL_SAMPLES, &desc.fSampleCnt); in getDesc()
/external/skia/tests/
DGpuSampleLocationsTest.cpp159 if (GR_GL_SAMPLES == pname) { in GLTestSampleLocationsInterface()
/external/skia/src/gpu/gl/
DGrGLDefines.h236 #define GR_GL_SAMPLES 0x80A9 macro
DGrGLCreateNullInterface.cpp470 case GR_GL_SAMPLES: { in getIntegerv()
DGrGLCaps.cpp2126 GR_GL_GetInternalformativ(gli, GR_GL_RENDERBUFFER, format, GR_GL_SAMPLES, count, in initConfigTable()
DGrGLGpu.cpp4172 GR_GL_GetIntegerv(this->glInterface(), GR_GL_SAMPLES, effectiveSampleCnt); in onQueryMultisampleSpecs()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp591 case GR_GL_SAMPLES: { in getIntegerv()