Home
last modified time | relevance | path

Searched refs:GrGLMakeNativeInterface (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/gpu/gl/win/
H A DGrGLMakeNativeInterface_win.cpp21 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()
/third_party/skia/src/gpu/gl/egl/
H A DGrGLMakeNativeInterface_egl.cpp11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeEGLInterface(); } in GrGLMakeNativeInterface() function
13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/third_party/skia/src/gpu/gl/glx/
H A DGrGLMakeNativeInterface_glx.cpp11 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeGLXInterface(); } in GrGLMakeNativeInterface() function
13 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/third_party/skia/src/gpu/gl/glfw/
H A DGrGLMakeNativeInterface_glfw.cpp21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/third_party/skia/src/gpu/gl/webgl/
H A DGrGLMakeNativeInterface_webgl.cpp31 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
35 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/third_party/skia/src/gpu/gl/iOS/
H A DGrGLMakeNativeInterface_iOS.cpp18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
/third_party/skia/src/gpu/gl/mac/
H A DGrGLMakeNativeInterface_mac.cpp18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
/third_party/skia/tools/sk_app/win/
H A DGLWindowContext_win.cpp82 auto interface = GrGLMakeNativeInterface();
127 return GrGLMakeNativeInterface();
/third_party/skia/src/gpu/gl/
H A DGrGLMakeNativeInterface_none.cpp10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
H A DGrGLGpu.cpp320 interface = GrGLMakeNativeInterface(); in Make()
322 // to GrGLMakeNativeInterface. in Make()
/third_party/skia/tools/sk_app/unix/
H A DGLWindowContext_unix.cpp102 interface = GrGLMakeNativeInterface(); in onInitializeContext()
156 return interface ? interface : GrGLMakeNativeInterface(); in onInitializeContext()
/third_party/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp94 auto gl = GrGLMakeNativeInterface(); in MacGLTestContext()
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp108 // GLWindowContext::initializeContext will call GrGLMakeNativeInterface so we in onInitializeContext()
122 return GrGLMakeNativeInterface(); in onInitializeContext()
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp143 auto gl = GrGLMakeNativeInterface();
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp75 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in Java_org_skia_skottie_SkottieRunner_nCreateProxy()
/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp178 gl = GrGLMakeNativeInterface(); in EGLGLTestContext()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp243 auto gl = GrGLMakeNativeInterface(); in GLXGLTestContext()
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp74 auto interface = GrGLMakeNativeInterface(); in MakeGrContext()
H A Dcanvaskit_bindings.cpp155 auto interface = GrGLMakeNativeInterface(); in MakeGrContext()
/third_party/skia/include/gpu/gl/
H A DGrGLInterface.h25 * passed to MakeGL then a default GL interface is created using GrGLMakeNativeInterface().
28 * The implementation of GrGLMakeNativeInterface is platform-specific. Several
33 SK_API sk_sp<const GrGLInterface> GrGLMakeNativeInterface();
34 // Deprecated alternative to GrGLMakeNativeInterface().
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp225 auto interface = GrGLMakeNativeInterface(); in MakeGrContext()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp483 auto interface = GrGLMakeNativeInterface(); in MakeGrContext()
485 SkDebugf("failed to make GrGLMakeNativeInterface\n"); in MakeGrContext()

Completed in 20 milliseconds