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

  /external/skia/src/gpu/gl/
GrGLContext.cpp 22 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
GrGLExtensions.cpp 78 const GrGLubyte* verString = getString(GR_GL_VERSION);
GrGLUtil.cpp 305 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION));
SkGLContext.cpp 116 SK_GL_RET(*ctx, versionStr, GetString(GR_GL_VERSION));
GrGLAssembleInterface.cpp 25 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
65 const char* versionString = (const char*) GetString(GR_GL_VERSION);
521 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
    [all...]
GrGLNoOpInterface.cpp 642 case GR_GL_VERSION:
GrGLDefines.h 475 #define GR_GL_VERSION 0x1F02
    [all...]
GrGLGpu.cpp 200 GL_CALL_RET(version, GetString(GR_GL_VERSION));
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 80 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
  /external/skia/bench/
nanobench.cpp 203 SK_GL_RET(*this->gl, version, GetString(GR_GL_VERSION));
    [all...]

Completed in 52 milliseconds