Searched refs:GrGLGetGLSLGeneration (Results 1 – 3 of 3) sorted by relevance
22 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { in GrGLGetGLSLGeneration() function
39 if (!GrGLGetGLSLGeneration(interface, &args.fGLSLGeneration)) { in Create()