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

  /external/skia/src/gpu/gl/
GrGLContextInfo.cpp 34 fExtensionString = ctx.fExtensionString;
45 fExtensionString = "";
74 fExtensionString = reinterpret_cast<const char*>(ext);
GrGLContextInfo.h 73 return GrGLHasExtensionFromString(ext, fExtensionString.c_str());
84 SkString fExtensionString;
SkGLContext.cpp 32 return GrGLHasExtensionFromString(extensionName, fExtensionString.c_str());
43 fExtensionString =
  /external/skia/include/gpu/gl/
SkGLContext.h 54 SkString fExtensionString;

Completed in 69 milliseconds