Home
last modified time | relevance | path

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

/third_party/skia/tests/
DProgramsTest.cpp335 if (kGLES_GrGLStandard == gpu->glStandard()) { in get_programs_max_stages()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h47 GrGLStandard glStandard() const { return fGLContext->standard(); } in glStandard() function
DGrGLGpu.cpp507 if (GR_IS_GR_GL(this->glStandard())) { in onResetContext()
534 if (GR_IS_GR_GL_ES(this->glStandard()) && in onResetContext()
2748 if (GR_IS_GR_GL(this->glStandard())) { in bindTexture()
2752 } else if (GR_IS_GR_GL_ES(this->glStandard())) { in bindTexture()