/external/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function 29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 69 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skqp/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function 71 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 98 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeEGLInterface(); } in GrGLMakeNativeInterface() function 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeGLXInterface(); } in GrGLMakeNativeInterface() function 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skqp/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skqp/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 37 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/webgl/ |
D | GrGLMakeNativeInterface_webgl.cpp | 31 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 35 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skqp/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 56 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 61 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skqp/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 52 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 57 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 82 auto interface = GrGLMakeNativeInterface(); in onInitializeContext() 127 return GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skqp/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 77 auto interface = GrGLMakeNativeInterface(); in onInitializeContext() 123 return GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 133 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function 137 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLMakeNativeInterface_none.cpp | 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLMakeNativeInterface_none.cpp | 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
|
/external/skqp/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 102 interface = GrGLMakeNativeInterface(); in onInitializeContext() 145 return interface ? interface : GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 102 interface = GrGLMakeNativeInterface(); in onInitializeContext() 156 return interface ? interface : GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skqp/tools/sk_app/ios/ |
D | GLWindowContext_ios.cpp | 72 return GrGLMakeNativeInterface(); in onInitializeContext()
|
D | RasterWindowContext_ios.cpp | 91 return GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 71 auto gl = GrGLMakeNativeInterface(); in MacGLTestContext()
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 94 auto gl = GrGLMakeNativeInterface(); in MacGLTestContext()
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 120 return GrGLMakeNativeInterface(); in onInitializeContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 122 return GrGLMakeNativeInterface(); in onInitializeContext()
|