Home
last modified time | relevance | path

Searched refs:GrGLMakeNativeInterface (Results 1 – 25 of 49) sorted by relevance

12

/external/skia/src/gpu/gl/win/
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()
/external/skqp/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp18 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/
DGrGLMakeNativeInterface_egl.cpp11 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/
DGrGLMakeNativeInterface_glx.cpp11 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/
DGrGLMakeNativeInterface_glfw.cpp21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skqp/src/gpu/gl/glfw/
DGrGLMakeNativeInterface_glfw.cpp21 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
29 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp18 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
26 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skqp/src/gpu/gl/glx/
DGrGLMakeNativeInterface_glx.cpp29 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
37 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/webgl/
DGrGLMakeNativeInterface_webgl.cpp31 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
35 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skqp/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp56 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
61 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skqp/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp52 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
57 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp82 auto interface = GrGLMakeNativeInterface(); in onInitializeContext()
127 return GrGLMakeNativeInterface(); in onInitializeContext()
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp77 auto interface = GrGLMakeNativeInterface(); in onInitializeContext()
123 return GrGLMakeNativeInterface(); in onInitializeContext()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp133 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
137 const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); } in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLMakeNativeInterface_none.cpp10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
/external/skqp/src/gpu/gl/
DGrGLMakeNativeInterface_none.cpp10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp102 interface = GrGLMakeNativeInterface(); in onInitializeContext()
145 return interface ? interface : GrGLMakeNativeInterface(); in onInitializeContext()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp102 interface = GrGLMakeNativeInterface(); in onInitializeContext()
156 return interface ? interface : GrGLMakeNativeInterface(); in onInitializeContext()
/external/skqp/tools/sk_app/ios/
DGLWindowContext_ios.cpp72 return GrGLMakeNativeInterface(); in onInitializeContext()
DRasterWindowContext_ios.cpp91 return GrGLMakeNativeInterface(); in onInitializeContext()
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp71 auto gl = GrGLMakeNativeInterface(); in MacGLTestContext()
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp94 auto gl = GrGLMakeNativeInterface(); in MacGLTestContext()
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp120 return GrGLMakeNativeInterface(); in onInitializeContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp122 return GrGLMakeNativeInterface(); in onInitializeContext()

12