/third_party/skia/src/gpu/gl/ |
D | GrGLMakeNativeInterface_none.cpp | 12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; } in GrGLCreateNativeInterface() function
|
D | GrGLGpu.cpp | 324 interface = sk_ref_sp(GrGLCreateNativeInterface()); in Make()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLMakeNativeInterface_none.cpp | 12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; } in GrGLCreateNativeInterface() function
|
D | GrGLGpu.cpp | 363 interface = sk_ref_sp(GrGLCreateNativeInterface()); in Make()
|
/third_party/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/glfw/ |
D | GrGLMakeNativeInterface_glfw.cpp | 29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/webgl/ |
D | GrGLMakeNativeInterface_webgl.cpp | 35 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 37 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 57 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 61 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 69 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/win/ |
D | GrGLMakeNativeInterface_win.cpp | 98 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 137 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface() function
|
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/ |
D | native-lib.cpp | 65 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in Java_org_skia_skottie_SkottieRunner_nCreateProxy()
|
/third_party/flutter/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 60 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface());
|
/third_party/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 61 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface());
|
/third_party/skia/include/gpu/gl/ |
D | GrGLInterface.h | 35 SK_API const GrGLInterface* GrGLCreateNativeInterface();
|
/third_party/flutter/skia/include/gpu/gl/ |
D | GrGLInterface.h | 35 SK_API const GrGLInterface* GrGLCreateNativeInterface();
|