Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp194 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
215 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
282 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
296 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
307 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
328 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
339 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
404 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
440 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
451 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp93 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
114 } else if (GR_IS_GR_WEBGL(standard)) { in init()
180 } else if (GR_IS_GR_WEBGL(standard)) { in init()
197 } else if (GR_IS_GR_WEBGL(standard)) { in init()
219 } else if (GR_IS_GR_WEBGL(standard)) { in init()
259 } else if (GR_IS_GR_WEBGL(standard)) { in init()
288 } else if (GR_IS_GR_WEBGL(standard)) { in init()
315 if (GR_IS_GR_WEBGL(standard)) { in init()
381 } else if (GR_IS_GR_WEBGL(standard)) { in init()
472 } 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.cpp90 } else if (GR_IS_GR_WEBGL(standard)) { in init()
/external/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