Home
last modified time | relevance | path

Searched refs:GR_IS_GR_GL (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp183 if (GR_IS_GR_GL(fStandard)) { in validate()
190 if ((GR_IS_GR_GL(fStandard) && ( in validate()
201 if ((GR_IS_GR_GL(fStandard) && ( in validate()
208 if ((GR_IS_GR_GL(fStandard) && ( in validate()
226 if ((GR_IS_GR_GL(fStandard) && ( in validate()
237 if ((GR_IS_GR_GL(fStandard) && ( in validate()
246 if ((GR_IS_GR_GL(fStandard) && ( in validate()
256 if ((GR_IS_GR_GL(fStandard) && ( in validate()
267 if ((GR_IS_GR_GL(fStandard) && ( in validate()
275 if ((GR_IS_GR_GL(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp84 if (GR_IS_GR_GL(standard)) { in init()
103 if (GR_IS_GR_GL(standard)) { in init()
131 if (GR_IS_GR_GL(standard)) { in init()
139 if (GR_IS_GR_GL(standard)) { in init()
146 fImagingSupport = GR_IS_GR_GL(standard) && in init()
149 if (((GR_IS_GR_GL(standard) && version >= GR_GL_VER(4,3)) || in init()
173 if (GR_IS_GR_GL(standard)) { in init()
186 if (GR_IS_GR_GL(standard) && version >= GR_GL_VER(4,3)) { in init()
192 if (GR_IS_GR_GL(standard)) { in init()
201 if (GR_IS_GR_GL(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp32 } else if (GR_IS_GR_GL(standard)) { in GrGLMakeAssembledInterface()
DGrGLGLSL.cpp28 if (GR_IS_GR_GL(info.fStandard)) { in GrGLGetGLSLGeneration()
DGrGLExtensions.cpp87 if (GR_IS_GR_GL(standard) || GR_IS_GR_GL_ES(standard)) { in init()
DGrGLUtil.cpp372 } else if (GR_IS_GR_GL(standard)) { in get_driver_and_version()
DGrGLGpu.cpp506 if (GR_IS_GR_GL(this->glStandard())) { in onResetContext()
2718 if (GR_IS_GR_GL(this->glStandard())) { in bindTexture()
/external/skia/include/gpu/gl/
DGrGLTypes.h29 #define GR_IS_GR_GL(standard) false macro
35 #define GR_IS_GR_GL(standard) true macro
41 #define GR_IS_GR_GL(standard) false macro
47 #define GR_IS_GR_GL(standard) (kGL_GrGLStandard == standard) macro
/external/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp61 } else if (GR_IS_GR_GL(standard)) { in GrGLMakeNativeInterface()