OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLCreateNativeInterface
(Results
1 - 20
of
20
) sorted by null
/external/skia/src/gpu/gl/
GrGLCreateNativeInterface_none.cpp
10
const GrGLInterface*
GrGLCreateNativeInterface
() {
GrGLDefaultInterface_native.cpp
11
return
GrGLCreateNativeInterface
();
/external/skia/src/gpu/gl/egl/
GrGLCreateNativeInterface_egl.cpp
28
const GrGLInterface*
GrGLCreateNativeInterface
() {
SkCreatePlatformGLContext_egl.cpp
169
gl.reset(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/glx/
GrGLCreateNativeInterface_glx.cpp
21
const GrGLInterface*
GrGLCreateNativeInterface
() {
SkCreatePlatformGLContext_glx.cpp
274
SkAutoTUnref<const GrGLInterface> gl(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp
53
const GrGLInterface*
GrGLCreateNativeInterface
() {
/external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp
57
const GrGLInterface*
GrGLCreateNativeInterface
() {
SkCreatePlatformGLContext_mac.cpp
64
SkAutoTUnref<const GrGLInterface> gl(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp
66
const GrGLInterface*
GrGLCreateNativeInterface
() {
SkCreatePlatformGLContext_win.cpp
118
SkAutoTUnref<const GrGLInterface> gl(
GrGLCreateNativeInterface
());
/external/skia/debugger/QT/
SkGLWidget.cpp
30
fCurIntf.reset(
GrGLCreateNativeInterface
());
/external/skia/example/
HelloWorld.cpp
72
fInterface =
GrGLCreateNativeInterface
();
SkiaSDLExample.cpp
186
SkAutoTUnref<const GrGLInterface> interface(
GrGLCreateNativeInterface
());
/external/skia/experimental/SkV8Example/
SkV8Example.cpp
83
fCurIntf =
GrGLCreateNativeInterface
();
/external/skia/tools/VisualBench/
VisualBench.cpp
119
fInterface.reset(
GrGLCreateNativeInterface
());
/external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp
234
const GrGLInterface*
GrGLCreateNativeInterface
() {
/external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm
81
fCurIntf =
GrGLCreateNativeInterface
();
/external/skia/include/gpu/gl/
GrGLInterface.h
44
SK_API const GrGLInterface*
GrGLCreateNativeInterface
();
/external/skia/samplecode/
SampleApp.cpp
232
glInterface.reset(
GrGLCreateNativeInterface
());
[
all
...]
Completed in 745 milliseconds