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.cpp146 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
164 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
229 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
240 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
262 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
327 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
363 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
374 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
386 GR_IS_GR_WEBGL(fStandard)) { in validate()
412 (GR_IS_GR_WEBGL(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp90 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
111 } else if (GR_IS_GR_WEBGL(standard)) { in init()
177 } else if (GR_IS_GR_WEBGL(standard)) { in init()
194 } else if (GR_IS_GR_WEBGL(standard)) { in init()
216 } else if (GR_IS_GR_WEBGL(standard)) { in init()
262 } else if (GR_IS_GR_WEBGL(standard)) { in init()
310 } else if (GR_IS_GR_WEBGL(standard)) { in init()
393 } else if (GR_IS_GR_WEBGL(standard)) { in init()
481 } else if (GR_IS_GR_WEBGL(standard)) { in init()
539 } else if (GR_IS_GR_WEBGL(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp34 } else if (GR_IS_GR_WEBGL(standard)) { in GrGLMakeAssembledInterface()
DGrGLGLSL.cpp61 } else if (GR_IS_GR_WEBGL(gl->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