Home
last modified time | relevance | path

Searched refs:GR_GL_VERSION (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp21 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface()
H A DGrGLExtensions.cpp79 const GrGLubyte* verString = getString(GR_GL_VERSION); in init()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp46 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION)); in GrGLMakeAssembledWebGLInterface()
H A DGrGLUtil.cpp108 GR_GL_CALL_RET(gl, v, GetString(GR_GL_VERSION)); in GrGLGetVersion()
672 const char* const version = getString(GR_GL_VERSION); in GrGLGetDriverInfo()
H A DGrGLAssembleGLESInterfaceAutogen.cpp33 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp37 const char* versionString = (const char*) GetString(GR_GL_VERSION); in GrGLMakeAssembledGLInterface()
H A DGrGLDefines.h597 #define GR_GL_VERSION 0x1F02 macro
H A DGrGLGpu.cpp4149 GL_CALL_RET(str, GetString(GR_GL_VERSION)); in onDumpJSON()
/third_party/skia/tests/
H A DGrGLExtensionsTest.cpp17 return (const GrGLubyte*)(name == GR_GL_VERSION ? "3.0" : ""); in simpleGetString()
/third_party/skia/src/gpu/gl/win/
H A DGrGLMakeNativeInterface_win.cpp56 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); in GrGLMakeNativeInterface()
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp239 if (name == GR_GL_VERSION) { in overrideVersion()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp321 const char* versionString = (const char*)gl->fFunctions.fGetString(GR_GL_VERSION);
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1635 GR_GL_CALL_RET(gl, output, GetString(GR_GL_VERSION));

Completed in 17 milliseconds