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

  /external/skia/src/gpu/gl/
GrGLContext.h 26 GrGLVersion version() const { return fGLVersion; }
45 GrGLVersion fGLVersion;
57 GrGLVersion fGLVersion;
GrGLUtil.h 19 typedef uint32_t GrGLVersion;
117 GrGLVersion GrGLGetVersionFromString(const char* versionString);
131 GrGLVersion GrGLGetVersion(const GrGLInterface*);
GrGLUtil.cpp 167 GrGLVersion GrGLGetVersionFromString(const char* versionString) {
303 GrGLVersion GrGLGetVersion(const GrGLInterface* gl) {
GrGLExtensions.cpp 79 GrGLVersion version = GrGLGetVersionFromString((const char*) verString);
SkGLContext.cpp 117 GrGLVersion version = GrGLGetVersionFromString(reinterpret_cast<const char*>(versionStr));
GrGLGpu.h 48 GrGLVersion glVersion() const { return fGLContext->version(); }
GrGLAssembleInterface.cpp 66 GrGLVersion glVer = GrGLGetVersionFromString(versionString);
522 GrGLVersion version = GrGLGetVersionFromString(verStr);
    [all...]
GrGLCaps.cpp 68 GrGLVersion version = ctxInfo.version();
597 GrGLVersion version = ctxInfo.version();
    [all...]
GrGLInterface.cpp 215 GrGLVersion glVer = GrGLGetVersion(this);
    [all...]

Completed in 125 milliseconds