/external/skia/src/gpu/gl/ |
D | GrGLDefaultInterface_native.cpp | 11 return GrGLCreateNativeInterface(); in GrGLDefaultInterface()
|
D | GrGLCreateNativeInterface_none.cpp | 10 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/glfw/ |
D | GrGLCreateNativeInterface_glfw.cpp | 21 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/glx/ |
D | GrGLCreateNativeInterface_glx.cpp | 27 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLCreateNativeInterface_egl.cpp | 27 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 52 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 56 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 65 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 63 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in MacGLTestContext()
|
/external/skia/tools/viewer/sk_app/ |
D | GLWindowContext.cpp | 39 fBackendContext.reset(GrGLCreateNativeInterface()); in initializeContext()
|
/external/skia/debugger/QT/ |
D | SkGLWidget.cpp | 30 fCurIntf.reset(GrGLCreateNativeInterface()); in initializeGL()
|
/external/skia/tools/viewer/sk_app/win/ |
D | GLWindowContext_win.cpp | 63 const GrGLInterface* glInterface = GrGLCreateNativeInterface(); in onInitializeContext()
|
/external/skia/example/ |
D | HelloWorld.cpp | 70 fInterface = GrGLCreateNativeInterface(); in setUpBackend()
|
D | SkiaSDLExample.cpp | 186 sk_sp<const GrGLInterface> interface(GrGLCreateNativeInterface());
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 46 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface());
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 122 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in WinGLTestContext()
|
/external/skia/experimental/SkV8Example/ |
D | SkV8Example.cpp | 81 fCurIntf = GrGLCreateNativeInterface(); in windowSizeChanged()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 224 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in GLXGLTestContext()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 233 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 174 gl.reset(GrGLCreateNativeInterface()); in EGLGLTestContext()
|
/external/skia/include/gpu/gl/ |
D | GrGLInterface.h | 44 SK_API const GrGLInterface* GrGLCreateNativeInterface();
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 83 fCurIntf = GrGLCreateNativeInterface();
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 265 fCurIntf = GrGLCreateNativeInterface(); in setUpBackend()
|