Home
last modified time | relevance | path

Searched refs:egl_get_gl_proc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/egl/
DGrGLMakeEGLInterface.cpp17 static GrGLFuncPtr egl_get_gl_proc(void* ctx, const char name[]) { in egl_get_gl_proc() function
134 return GrGLMakeAssembledInterface(nullptr, egl_get_gl_proc); in GrGLMakeEGLInterface()
/third_party/flutter/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp17 static GrGLFuncPtr egl_get_gl_proc(void* ctx, const char name[]) { in egl_get_gl_proc() function
134 return GrGLMakeAssembledInterface(nullptr, egl_get_gl_proc); in GrGLMakeNativeInterface()