Searched refs:GrGLAssembleGLInterface (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.h | 18 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
|
D | GrGLAssembleInterface.cpp | 17 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.h | 25 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
|
D | GrGLAssembleInterface.cpp | 33 return GrGLAssembleGLInterface(ctx, get); in GrGLAssembleInterface() 38 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() function
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 24 return GrGLAssembleGLInterface(NULL, osmesa_get); in GrGLCreateMesaInterface()
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 24 return GrGLAssembleGLInterface(NULL, glx_get); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 57 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 57 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 73 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 84 return GrGLAssembleGLInterface(&getter, win_get_gl_proc); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 249 return GrGLAssembleGLInterface(NULL, android_get_gl_proc); in create_desktop_interface()
|