Home
last modified time | relevance | path

Searched refs:GR_GL_VERSION (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/tools/gpu/gl/interface/
Dtemplates.go39 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
120 const char* versionString = (const char*) GetString(GR_GL_VERSION);
196 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION));
/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp21 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface()
DGrGLExtensions.cpp79 const GrGLubyte* verString = getString(GR_GL_VERSION); in init()
DGrGLAssembleWebGLInterfaceAutogen.cpp46 const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(GR_GL_VERSION)); in GrGLMakeAssembledWebGLInterface()
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()
DGrGLAssembleGLESInterfaceAutogen.cpp33 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp37 const char* versionString = (const char*) GetString(GR_GL_VERSION); in GrGLMakeAssembledGLInterface()
DGrGLDefines.h597 #define GR_GL_VERSION 0x1F02 macro
DGrGLGpu.cpp4138 GL_CALL_RET(str, GetString(GR_GL_VERSION)); in onDumpJSON()
/third_party/skia/tests/
DGrGLExtensionsTest.cpp17 return (const GrGLubyte*)(name == GR_GL_VERSION ? "3.0" : ""); in simpleGetString()
/third_party/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp56 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION)); in GrGLMakeNativeInterface()
/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp239 if (name == GR_GL_VERSION) { in overrideVersion()
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp321 const char* versionString = (const char*)gl->fFunctions.fGetString(GR_GL_VERSION); in CommandBufferGLTestContext()
/third_party/skia/fuzz/
DFuzzCanvas.cpp1635 GR_GL_CALL_RET(gl, output, GetString(GR_GL_VERSION)); in dump_GPU_info()