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

  /external/skia/tests/
GrGLExtensionsTest.cpp 18 return (const GrGLubyte*)(name == GR_GL_VERSION ? "3.0" : "");
  /external/skqp/tests/
GrGLExtensionsTest.cpp 18 return (const GrGLubyte*)(name == GR_GL_VERSION ? "3.0" : "");
  /external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 79 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
  /external/skqp/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 79 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
  /external/skia/src/gpu/gl/
GrGLContext.cpp 21 GR_GL_CALL_RET(interface.get(), verUByte, GetString(GR_GL_VERSION));
GrGLExtensions.cpp 80 const GrGLubyte* verString = getString(GR_GL_VERSION);
GrGLAssembleInterface.cpp 24 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
64 const char* versionString = (const char*) GetString(GR_GL_VERSION);
423 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
GrGLUtil.cpp 443 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION));
GrGLCreateNullInterface.cpp 589 case GR_GL_VERSION:
GrGLDefines.h 587 #define GR_GL_VERSION 0x1F02
    [all...]
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLContext.cpp 21 GR_GL_CALL_RET(interface.get(), verUByte, GetString(GR_GL_VERSION));
GrGLExtensions.cpp 80 const GrGLubyte* verString = getString(GR_GL_VERSION);
GrGLAssembleInterface.cpp 24 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
64 const char* versionString = (const char*) GetString(GR_GL_VERSION);
555 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
    [all...]
GrGLUtil.cpp 443 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION));
GrGLCreateNullInterface.cpp 589 case GR_GL_VERSION:
GrGLDefines.h 591 #define GR_GL_VERSION 0x1F02
    [all...]
GrGLGpu.cpp     [all...]
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 81 const char* versionStr = reinterpret_cast<const char*>(callgl(GetString, GR_GL_VERSION));
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 81 const char* versionStr = reinterpret_cast<const char*>(callgl(GetString, GR_GL_VERSION));
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 730 case GR_GL_VERSION:
    [all...]
  /external/skqp/tools/gpu/gl/debug/
DebugGLTestContext.cpp 724 case GR_GL_VERSION:
    [all...]
  /external/skia/bench/
nanobench.cpp 218 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION));
    [all...]
  /external/skqp/bench/
nanobench.cpp 218 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION));
    [all...]

Completed in 350 milliseconds