Home
last modified time | relevance | path

Searched refs:GrGLCreateNativeInterface (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLDefaultInterface_native.cpp11 return GrGLCreateNativeInterface(); in GrGLDefaultInterface()
DGrGLCreateNativeInterface_none.cpp10 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/glfw/
DGrGLCreateNativeInterface_glfw.cpp21 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/glx/
DGrGLCreateNativeInterface_glx.cpp27 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/egl/
DGrGLCreateNativeInterface_egl.cpp27 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp52 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp56 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp65 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp63 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in MacGLTestContext()
/external/skia/tools/viewer/sk_app/
DGLWindowContext.cpp39 fBackendContext.reset(GrGLCreateNativeInterface()); in initializeContext()
/external/skia/debugger/QT/
DSkGLWidget.cpp30 fCurIntf.reset(GrGLCreateNativeInterface()); in initializeGL()
/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp63 const GrGLInterface* glInterface = GrGLCreateNativeInterface(); in onInitializeContext()
/external/skia/example/
DHelloWorld.cpp70 fInterface = GrGLCreateNativeInterface(); in setUpBackend()
DSkiaSDLExample.cpp186 sk_sp<const GrGLInterface> interface(GrGLCreateNativeInterface());
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm46 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface());
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp122 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in WinGLTestContext()
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp81 fCurIntf = GrGLCreateNativeInterface(); in windowSizeChanged()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp224 sk_sp<const GrGLInterface> gl(GrGLCreateNativeInterface()); in GLXGLTestContext()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp233 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp174 gl.reset(GrGLCreateNativeInterface()); in EGLGLTestContext()
/external/skia/include/gpu/gl/
DGrGLInterface.h44 SK_API const GrGLInterface* GrGLCreateNativeInterface();
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm83 fCurIntf = GrGLCreateNativeInterface();
/external/skia/samplecode/
DSampleApp.cpp265 fCurIntf = GrGLCreateNativeInterface(); in setUpBackend()