Searched defs:verStr (Results 1 – 9 of 9) sorted by relevance
24 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface() local429 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface() local
21 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface() local
33 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface() local
46 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION)); in GrGLMakeAssembledWebGLInterface() local
56 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); in GrGLMakeNativeInterface() local
85 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); in GrGLMakeNativeInterface() local
659 StringBuilder verStr = new StringBuilder(7); in getVersionString() local
615 StringBuilder verStr = new StringBuilder(7); in getVersionString() local
213 StringRef verStr = next(); in readVersionScriptCommand() local1476 void ScriptParser::readVersionDeclaration(StringRef verStr) { in readVersionDeclaration()