Searched refs:GR_GL_VERSION (Results 1 – 14 of 14) sorted by relevance
39 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));120 const char* versionString = (const char*) GetString(GR_GL_VERSION);196 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION));
21 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface()
79 const GrGLubyte* verString = getString(GR_GL_VERSION); in init()
46 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION)); in GrGLMakeAssembledWebGLInterface()
108 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION)); in GrGLGetVersion()672 const char* const version = getString(GR_GL_VERSION); in GrGLGetDriverInfo()
33 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface()
37 const char* versionString = (const char*) GetString(GR_GL_VERSION); in GrGLMakeAssembledGLInterface()
597 #define GR_GL_VERSION 0x1F02 macro
4138 GL_CALL_RET(str, GetString(GR_GL_VERSION)); in onDumpJSON()
17 return (const GrGLubyte*)(name == GR_GL_VERSION ? "3.0" : ""); in simpleGetString()
56 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); in GrGLMakeNativeInterface()
239 if (name == GR_GL_VERSION) { in overrideVersion()
321 const char* versionString = (const char*)gl->fFunctions.fGetString(GR_GL_VERSION); in CommandBufferGLTestContext()
1635 GR_GL_CALL_RET(gl, output, GetString(GR_GL_VERSION)); in dump_GPU_info()