Home
last modified time | relevance | path

Searched refs:GR_IS_GR_WEBGL (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp194 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
215 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
283 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
297 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
308 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
329 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
340 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
405 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
442 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
453 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp110 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
131 } else if (GR_IS_GR_WEBGL(standard)) { in init()
156 } else if (GR_IS_GR_WEBGL(standard)) { in init()
165 } else if (GR_IS_GR_WEBGL(standard)) { in init()
203 } else if (GR_IS_GR_WEBGL(standard)) { in init()
213 } else if (GR_IS_GR_WEBGL(standard)) { in init()
222 } else if (GR_IS_GR_WEBGL(standard)) { in init()
230 } else if (GR_IS_GR_WEBGL(standard)) { in init()
247 } else if (GR_IS_GR_WEBGL(standard)) { in init()
274 } else if (GR_IS_GR_WEBGL(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp34 } else if (GR_IS_GR_WEBGL(standard)) { in GrGLMakeAssembledInterface()
DGrGLGLSL.cpp58 } else if (GR_IS_GR_WEBGL(info.fStandard)) { in GrGLGetGLSLGeneration()
DGrGLExtensions.cpp89 } else if (GR_IS_GR_WEBGL(standard)) { in init()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h31 #define GR_IS_GR_WEBGL(standard) false macro
37 #define GR_IS_GR_WEBGL(standard) false macro
43 #define GR_IS_GR_WEBGL(standard) true macro
49 #define GR_IS_GR_WEBGL(standard) (kWebGL_GrGLStandard == standard) macro