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

  /external/skia/src/gpu/gl/
GrGLContext.cpp 30 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
GrGLExtensions.cpp 56 const GrGLubyte* verString = getString(GR_GL_VERSION);
GrGLAssembleInterface.cpp 23 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
48 const char* versionString = (const char*) GetString(GR_GL_VERSION);
335 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
GrGLUtil.cpp 235 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION));
GrGLDefines.h 463 #define GR_GL_VERSION 0x1F02
    [all...]
GrGLNoOpInterface.cpp 619 case GR_GL_VERSION:
GrGLGpu.cpp 178 GL_CALL_RET(version, GetString(GR_GL_VERSION));
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 78 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
  /external/skia/bench/
nanobench.cpp 156 SK_GL_RET(*this->gl, version, GetString(GR_GL_VERSION));
    [all...]

Completed in 135 milliseconds