Home
last modified time | relevance | path

Searched refs:SkMesaGLContext (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp14 SkMesaGLContext::AutoContextRestore::AutoContextRestore() { in AutoContextRestore()
23 SkMesaGLContext::AutoContextRestore::~AutoContextRestore() { in ~AutoContextRestore()
32 SkMesaGLContext::SkMesaGLContext() in SkMesaGLContext() function in SkMesaGLContext
38 SkMesaGLContext::~SkMesaGLContext() { in ~SkMesaGLContext()
42 void SkMesaGLContext::destroyGLContext() { in destroyGLContext()
54 const GrGLInterface* SkMesaGLContext::createGLContext() { in createGLContext()
97 void SkMesaGLContext::makeCurrent() const { in makeCurrent()
/external/skia/include/gpu/gl/
DSkMesaGLContext.h15 class SkMesaGLContext : public SkGLContext {
20 SkMesaGLContext();
22 virtual ~SkMesaGLContext();
/external/skia/tests/
DGLInterfaceValidation.cpp54 SkMesaGLContext::AutoContextRestore mglacr; in GLInterfaceValidationTest()
55 SkMesaGLContext mglctx; in GLInterfaceValidationTest()
/external/skia/include/gpu/
DGrContextFactory.h81 glCtx.reset(SkNEW(SkMesaGLContext)); in get()
/external/skia/gyp/
Dgpu.gypi250 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h',
251 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
Dgpu.gyp153 '../src/gpu/gl/mesa/SkMesaGLContext.cpp',