Searched defs:verStr (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp23 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); local
24 if (NULL == verStr) {
28 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
335 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); local
336 GrGLVersion version = GrGLGetVersionFromString(verStr);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp78 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); local
79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);

Completed in 102 milliseconds