Home
last modified time | relevance | path

Searched refs:GR_GL_EFFECTIVE_RASTER_SAMPLES (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tests/
DGpuSampleLocationsTest.cpp172 GrAlwaysAssert(GR_GL_EFFECTIVE_RASTER_SAMPLES != pname); in GLTestSampleLocationsInterface()
/external/skia/src/gpu/gl/
DGrGLDefines.h1001 #define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C macro
/external/skqp/src/gpu/gl/
DGrGLDefines.h1005 #define GR_GL_EFFECTIVE_RASTER_SAMPLES 0x932C macro
DGrGLGpu.cpp4361 GR_GL_GetIntegerv(this->glInterface(), GR_GL_EFFECTIVE_RASTER_SAMPLES, effectiveSampleCnt); in onQueryMultisampleSpecs()