Home
last modified time | relevance | path

Searched refs:fGetString (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp236 auto getString = [wrapped = &fOriginalGLInterface->fFunctions.fGetString, in overrideVersion()
247 newInterface->fFunctions.fGetString = getString; 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/include/gpu/gl/
DGrGLInterface.h187 GrGLFunction<GrGLGetStringFn> fGetString; member
/third_party/flutter/skia/include/gpu/gl/
DGrGLInterface.h164 GrGLFunction<GrGLGetStringFn> fGetString; member
/third_party/flutter/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp85 !fFunctions.fGetString || in validate()
/third_party/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp133 !fFunctions.fGetString || in validate()
DGrGLUtil.cpp665 const GrGLubyte* bytes = interface->fFunctions.fGetString(s); in GrGLGetDriverInfo()