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

  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 753 static SkString gExtString;
756 if (0 == gExtString.size()) {
760 gExtString.append(" ");
762 gExtString.append(fAdvertisedExtensions[i]);
767 return (const GrGLubyte*) gExtString.c_str();
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLCreateNullInterface.cpp 753 static SkString gExtString;
756 if (0 == gExtString.size()) {
760 gExtString.append(" ");
762 gExtString.append(fAdvertisedExtensions[i]);
767 return (const GrGLubyte*) gExtString.c_str();
  /external/skqp/tools/gpu/gl/debug/
DebugGLTestContext.cpp     [all...]

Completed in 122 milliseconds