Home
last modified time | relevance | path

Searched refs:GrGLMakeAssembledGLInterface (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/gl/mac/
H A DGrGLMakeNativeInterface_mac.cpp22 return GrGLMakeAssembledGLInterface(lib.get(), [](void* ctx, const char* name) { in GrGLMakeNativeInterface()
/third_party/skia/include/gpu/gl/
H A DGrGLAssembleInterface.h22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get);
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp33 return GrGLMakeAssembledGLInterface(ctx, get); in GrGLMakeAssembledInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() function
27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() function
/third_party/skia/src/gpu/gl/win/
H A DGrGLMakeNativeInterface_win.cpp62 return GrGLMakeAssembledGLInterface((void*)module.get(), win_get_gl_proc); in GrGLMakeNativeInterface()

Completed in 1 milliseconds