Searched refs:GrGLAssembleInterface (Results 1 – 8 of 8) sorted by relevance
18 const GrGLInterface* GrGLAssembleInterface(void* ctx, GrGLGetProc get);
19 const GrGLInterface* GrGLAssembleInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleInterface() function
24 return GrGLAssembleInterface(nullptr, osmesa_get); in GrGLCreateMesaInterface()
26 return GrGLAssembleInterface(nullptr, glx_get); in GrGLCreateNativeInterface()
29 return GrGLAssembleInterface(nullptr, egl_get_gl_proc); in GrGLCreateNativeInterface()
235 return GrGLAssembleInterface(nullptr, android_get_gl_proc); in GrGLCreateNativeInterface()
314 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',315 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
494 src/gpu/gl/GrGLAssembleInterface.cpp \