HomeSort by relevance Sort by last modified time
    Searched refs:verStr (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 78 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 254 const char* verStr = reinterpret_cast<const char*>(glGetString(GR_GL_VERSION));
255 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
258 GrGLVersion version = GrGLGetVersionFromString(verStr);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 23 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
24 if (NULL == verStr) {
28 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
304 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
305 GrGLVersion version = GrGLGetVersionFromString(verStr);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 247 milliseconds