Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.h18 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
DGrGLAssembleInterface.cpp17 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.h25 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
DGrGLAssembleInterface.cpp33 return GrGLAssembleGLInterface(ctx, get); in GrGLAssembleInterface()
38 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp24 return GrGLAssembleGLInterface(NULL, osmesa_get); in GrGLCreateMesaInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp24 return GrGLAssembleGLInterface(NULL, glx_get); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp57 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp57 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp73 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp84 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp249 return GrGLAssembleGLInterface(NULL, android_get_gl_proc); in create_desktop_interface()