Home
last modified time | relevance | path

Searched refs:GrGLMakeAssembledInterface (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp15 sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledInterface() function
41 return GrGLMakeAssembledInterface(ctx, get).release(); in GrGLAssembleInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp15 sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledInterface() function
41 return GrGLMakeAssembledInterface(ctx, get).release(); in GrGLAssembleInterface()
/third_party/flutter/skia/src/gpu/gl/glfw/
DGrGLMakeNativeInterface_glfw.cpp26 return GrGLMakeAssembledInterface(nullptr, glfw_get); in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/glfw/
DGrGLMakeNativeInterface_glfw.cpp26 return GrGLMakeAssembledInterface(nullptr, glfw_get); in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/glx/
DGrGLMakeGLXInterface.cpp33 return GrGLMakeAssembledInterface(nullptr, glx_get); in GrGLMakeGLXInterface()
/third_party/flutter/skia/src/gpu/gl/glx/
DGrGLMakeNativeInterface_glx.cpp34 return GrGLMakeAssembledInterface(nullptr, glx_get); in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/webgl/
DGrGLMakeNativeInterface_webgl.cpp32 return GrGLMakeAssembledInterface(nullptr, webgl_get_gl_proc); in GrGLMakeNativeInterface()
/third_party/flutter/skia/include/gpu/gl/
DGrGLAssembleInterface.h16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get);
/third_party/skia/include/gpu/gl/
DGrGLAssembleInterface.h16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get);
/third_party/flutter/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp134 return GrGLMakeAssembledInterface(nullptr, egl_get_gl_proc); in GrGLMakeNativeInterface()
/third_party/skia/src/gpu/gl/egl/
DGrGLMakeEGLInterface.cpp134 return GrGLMakeAssembledInterface(nullptr, egl_get_gl_proc); in GrGLMakeEGLInterface()
/third_party/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp122 sk_sp<const GrGLInterface> interface(GrGLMakeAssembledInterface( in onInitializeContext()
/third_party/flutter/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp122 sk_sp<const GrGLInterface> interface(GrGLMakeAssembledInterface( in onInitializeContext()