OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLCreateNativeInterface
(Results
1 - 23
of
23
) sorted by null
/external/skia/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp
12
const GrGLInterface*
GrGLCreateNativeInterface
() { return nullptr; }
GrGLGpu.cpp
188
// For clients that have written their own
GrGLCreateNativeInterface
and haven't yet updated
191
interface = sk_ref_sp(
GrGLCreateNativeInterface
());
[
all
...]
/external/skqp/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp
12
const GrGLInterface*
GrGLCreateNativeInterface
() { return nullptr; }
GrGLGpu.cpp
188
// For clients that have written their own
GrGLCreateNativeInterface
and haven't yet updated
191
interface = sk_ref_sp(
GrGLCreateNativeInterface
());
[
all
...]
/external/skia/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp
29
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/glfw/
GrGLMakeNativeInterface_glfw.cpp
29
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skia/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp
31
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skia/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp
37
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/egl/
GrGLMakeNativeInterface_egl.cpp
31
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/glx/
GrGLMakeNativeInterface_glx.cpp
37
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skia/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp
57
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skia/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp
61
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/iOS/
GrGLMakeNativeInterface_iOS.cpp
57
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/mac/
GrGLMakeNativeInterface_mac.cpp
61
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/frameworks/base/libs/hwui/debug/
GlesDriver.cpp
40
sk_sp<const GrGLInterface> skiaInterface(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp
90
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp
90
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.cpp
46
sk_sp<const GrGLInterface> glInterface(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp
239
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skqp/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp
239
const GrGLInterface*
GrGLCreateNativeInterface
() { return GrGLMakeNativeInterface().release(); }
/external/skia/include/gpu/gl/
GrGLInterface.h
35
SK_API const GrGLInterface*
GrGLCreateNativeInterface
();
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
138
sk_sp<const GrGLInterface> glInterface(
GrGLCreateNativeInterface
());
/external/skqp/include/gpu/gl/
GrGLInterface.h
35
SK_API const GrGLInterface*
GrGLCreateNativeInterface
();
Completed in 570 milliseconds