Home
last modified time | relevance | path

Searched refs:GrGLCreateNativeInterface (Results 1 – 21 of 21) 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/glx/
DGrGLCreateNativeInterface_glx.cpp21 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
DSkCreatePlatformGLContext_glx.cpp274 SkAutoTUnref<const GrGLInterface> gl(GrGLCreateNativeInterface()); in GLXGLContext()
/external/skia/src/gpu/gl/egl/
DGrGLCreateNativeInterface_egl.cpp28 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
DSkCreatePlatformGLContext_egl.cpp169 gl.reset(GrGLCreateNativeInterface()); in EGLGLContext()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp53 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
DSkCreatePlatformGLContext_iOS.mm40 SkAutoTUnref<const GrGLInterface> gl(GrGLCreateNativeInterface());
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp57 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
DSkCreatePlatformGLContext_mac.cpp64 SkAutoTUnref<const GrGLInterface> gl(GrGLCreateNativeInterface()); in MacGLContext()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp66 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
DSkCreatePlatformGLContext_win.cpp118 SkAutoTUnref<const GrGLInterface> gl(GrGLCreateNativeInterface()); in WinGLContext()
/external/skia/debugger/QT/
DSkGLWidget.cpp30 fCurIntf.reset(GrGLCreateNativeInterface()); in initializeGL()
/external/skia/tools/VisualBench/
DVisualBench.cpp119 fInterface.reset(GrGLCreateNativeInterface()); in setupContext()
/external/skia/example/
DHelloWorld.cpp72 fInterface = GrGLCreateNativeInterface(); in setUpBackend()
DSkiaSDLExample.cpp186 SkAutoTUnref<const GrGLInterface> interface(GrGLCreateNativeInterface());
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp83 fCurIntf = GrGLCreateNativeInterface(); in windowSizeChanged()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp234 const GrGLInterface* GrGLCreateNativeInterface() { in GrGLCreateNativeInterface() function
/external/skia/include/gpu/gl/
DGrGLInterface.h44 SK_API const GrGLInterface* GrGLCreateNativeInterface();
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm81 fCurIntf = GrGLCreateNativeInterface();
/external/skia/samplecode/
DSampleApp.cpp232 glInterface.reset(GrGLCreateNativeInterface()); in setUpBackend()