OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLMakeNativeInterface
(Results
1 - 25
of
40
) sorted by null
1
2
/external/skia/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp
10
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() { return nullptr; }
/external/skqp/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp
10
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() { return nullptr; }
/external/skia/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp
21
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
29
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp
21
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
29
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp
29
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
37
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp
29
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
37
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp
52
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
57
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp
56
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
61
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp
52
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
57
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp
56
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
61
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp
18
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() { return nullptr; }
71
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
98
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp
18
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() { return nullptr; }
71
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
98
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/tools/sk_app/win/
GLWindowContext_win.cpp
77
auto interface =
GrGLMakeNativeInterface
();
123
return
GrGLMakeNativeInterface
();
/external/skqp/tools/sk_app/win/
GLWindowContext_win.cpp
77
auto interface =
GrGLMakeNativeInterface
();
123
return
GrGLMakeNativeInterface
();
/external/skia/tools/sk_app/ios/
GLWindowContext_ios.cpp
72
return
GrGLMakeNativeInterface
();
RasterWindowContext_ios.cpp
91
return
GrGLMakeNativeInterface
();
/external/skqp/tools/sk_app/ios/
GLWindowContext_ios.cpp
72
return
GrGLMakeNativeInterface
();
RasterWindowContext_ios.cpp
91
return
GrGLMakeNativeInterface
();
/external/skia/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp
133
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
137
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skia/tools/sk_app/unix/
GLWindowContext_unix.cpp
102
interface =
GrGLMakeNativeInterface
();
145
return interface ? interface :
GrGLMakeNativeInterface
();
/external/skqp/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp
133
sk_sp<const GrGLInterface>
GrGLMakeNativeInterface
() {
137
const GrGLInterface* GrGLCreateNativeInterface() { return
GrGLMakeNativeInterface
().release(); }
/external/skqp/tools/sk_app/unix/
GLWindowContext_unix.cpp
102
interface =
GrGLMakeNativeInterface
();
145
return interface ? interface :
GrGLMakeNativeInterface
();
/external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp
71
auto gl =
GrGLMakeNativeInterface
();
/external/skia/tools/sk_app/android/
GLWindowContext_android.cpp
108
// GLWindowContext::initializeContext will call
GrGLMakeNativeInterface
so we
120
return
GrGLMakeNativeInterface
();
/external/skqp/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp
71
auto gl =
GrGLMakeNativeInterface
();
Completed in 2319 milliseconds
1
2