Searched refs:GrGLAssembleGLESInterface (Results 1 – 6 of 6) sorted by relevance
31 const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get);
33 return GrGLAssembleGLESInterface(ctx, get); in GrGLAssembleInterface()515 const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLESInterface() function
55 return GrGLAssembleGLESInterface(&getter, ios_get_gl_proc); in GrGLCreateNativeInterface()
57 return GrGLAssembleGLESInterface(&gLibs, angle_get_gl_proc); in GrGLCreateANGLEInterface()
84 return GrGLAssembleGLESInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
143 return GrGLAssembleGLESInterface(gLibrary, command_buffer_get_gl_proc); in GrGLCreateCommandBufferInterface()