Searched refs:GrGLAssembleGLInterface (Results 1 – 4 of 4) sorted by relevance
23 SK_API const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
58 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
85 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
34 return GrGLAssembleGLInterface(ctx, get); in GrGLAssembleInterface()54 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function