Searched refs:createGLContext (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/gl/
H A DSkNullGLContext.cpp11 const GrGLInterface* SkNullGLContext::createGLContext() { function in class:SkNullGLContext
H A DSkGLContext.cpp29 fGL = this->createGLContext();
/external/skia/include/gpu/gl/
H A DSkNullGLContext.h21 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
H A DSkGLContext.h44 virtual const GrGLInterface* createGLContext() = 0;
H A DSkMesaGLContext.h40 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
H A DSkNativeGLContext.h58 virtual const GrGLInterface* createGLContext() SK_OVERRIDE;
/external/skia/src/gpu/mac/
H A DSkNativeGLContext_mac.cpp34 const GrGLInterface* SkNativeGLContext::createGLContext() { function in class:SkNativeGLContext
/external/skia/src/gpu/android/
H A DSkNativeGLContext_android.cpp54 const GrGLInterface* SkNativeGLContext::createGLContext() { function in class:SkNativeGLContext
/external/skia/src/gpu/mesa/
H A DSkMesaGLContext.cpp53 const GrGLInterface* SkMesaGLContext::createGLContext() { function in class:SkMesaGLContext
/external/skia/src/gpu/win/
H A DSkNativeGLContext_win.cpp49 const GrGLInterface* SkNativeGLContext::createGLContext() { function in class:SkNativeGLContext
/external/skia/src/gpu/unix/
H A DSkNativeGLContext_unix.cpp67 const GrGLInterface* SkNativeGLContext::createGLContext() { function in class:SkNativeGLContext

Completed in 136 milliseconds