Searched refs:getGLContext (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DGrContextFactoryTest.cpp19 NULL == factory->getGLContext(GrContextFactory::kNull_GLContextType));
24 factory->getGLContext(GrContextFactory::kNull_GLContextType) != NULL);
29 NULL == factory->getGLContext(GrContextFactory::kDebug_GLContextType));
H A DGLInterfaceValidationTest.cpp20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
25 factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
/external/skia/tests/
H A DGrContextFactoryTest.cpp19 NULL == factory->getGLContext(GrContextFactory::kNative_GLContextType));
24 factory->getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
29 NULL == factory->getGLContext(GrContextFactory::kNull_GLContextType));
H A DGLInterfaceValidationTest.cpp20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
25 NULL != factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp198 HGLRC getGLContext (void) const { return m_context; } function in class:tcu::wgl::Context
/external/skia/include/gpu/
H A DGrContextFactory.h178 SkGLContextHelper* getGLContext(GLContextType type) { function in class:GrContextFactory
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h195 SkGLContextHelper* getGLContext(GLContextType type) { function in class:GrContextFactory
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.h372 SkGLContextHelper* getGLContext() { function in class:sk_tools::PictureRenderer
395 return fGrContextFactory.getGLContext(glContextType);
H A DPictureBenchmark.cpp48 return SkNEW_ARGS(Timer, (fRenderer->getGLContext()));
H A DPictureRenderer.cpp231 SkGLContextHelper* glContext = this->getGLContext();
251 SkGLContextHelper* glContext = this->getGLContext();
/external/skia/tools/
H A DPictureRenderer.h318 SkGLContextHelper* getGLContext() { function in class:sk_tools::PictureRenderer
341 return fGrContextFactory.getGLContext(glContextType);
H A DPictureBenchmark.cpp48 return SkNEW_ARGS(Timer, (fRenderer->getGLContext()));
H A DPictureRenderer.cpp226 SkGLContextHelper* glContext = this->getGLContext();
246 SkGLContextHelper* glContext = this->getGLContext();
/external/skia/bench/
H A Dbenchmain.cpp465 glContext = gContextFactory.getGLContext(config.contextType);
531 contextHelper = gContextFactory.getGLContext(config.contextType);
/external/chromium_org/third_party/skia/bench/
H A Dnanobench.cpp369 target->gl = gGrFactory->getGLContext(config.ctxType);

Completed in 921 milliseconds