Searched refs:glType (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DResourceCacheTest.cpp64 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
65 if (!GrContextFactory::IsRenderingGLContext(glType)) {
68 GrContext* context = factory->get(glType);
H A DReadWriteAlphaTest.cpp21 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
22 if (!GrContextFactory::IsRenderingGLContext(glType)) {
25 GrContext* context = factory->get(glType);
H A DGpuDrawPathTest.cpp50 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
52 GrContext* grContext = factory->get(glType);
H A DClipCacheTest.cpp225 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
226 if (!GrContextFactory::IsRenderingGLContext(glType)) {
229 GrContext* context = factory->get(glType);
H A DGpuBitmapCopyTest.cpp106 GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); local
107 if (!GrContextFactory::IsRenderingGLContext(glType)) {
111 GrContext* grContext = factory->get(glType);

Completed in 107 milliseconds