Home
last modified time | relevance | path

Searched refs:GrGLAssembleGLInterface (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.h24 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
DGrGLAssembleInterface.cpp35 return GrGLAssembleGLInterface(ctx, get); in GrGLAssembleInterface()
55 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp59 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp86 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()