/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | SharedGraphicsContext3D.cpp | 50 GrContext* grContext = 0; in getOrCreateContext() local 54 grContext = provider->grContext(); in getOrCreateContext() 57 if (webContext && grContext) { in getOrCreateContext() 59 GrContext* oldGrContext = m_context ? m_context->grContext() : 0; in getOrCreateContext() 60 if (webContext != oldWebContext || grContext != oldGrContext) in getOrCreateContext()
|
D | AcceleratedImageBufferSurface.cpp | 42 GrContext* grContext = SharedGraphicsContext3D::get()->grContext(); in AcceleratedImageBufferSurface() local 43 if (!grContext) in AcceleratedImageBufferSurface() 45 …RefPtr<SkGpuDevice> device = adoptRef(new SkGpuDevice(grContext, SkBitmap::kARGB_8888_Config, size… in AcceleratedImageBufferSurface()
|
D | WebGLImageBufferSurface.cpp | 43 GrContext* gr = SharedGraphicsContext3D::get()->grContext(); in WebGLImageBufferSurface()
|
/external/skia/tests/ |
D | GrDrawTargetTest.cpp | 27 GrContext* grContext = factory->get(glType); in TestGrDrawTarget() local 28 if (NULL == grContext) { in TestGrDrawTarget() 32 test_print(reporter, grContext->getGpu()->caps()); in TestGrDrawTarget()
|
D | GpuDrawPathTest.cpp | 52 GrContext* grContext = factory->get(glType); in TestGpuDrawPath() local 53 if (NULL == grContext) { in TestGpuDrawPath() 68 SkAutoTUnref<GrTexture> texture(grContext->createUncachedTexture(desc, NULL, 0)); in TestGpuDrawPath() 69 SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (grContext, texture.get()))); in TestGpuDrawPath()
|
D | GpuColorFilterTest.cpp | 37 static void test_getConstantColorComponents(skiatest::Reporter* reporter, GrContext* grContext) { in test_getConstantColorComponents() argument 103 SkAutoTUnref<GrEffectRef> grEffect(cf->asNewEffect(grContext)); in test_getConstantColorComponents() 117 GrContext* grContext = factory->get(glType); in TestGpuColorFilter() local 118 if (NULL == grContext) { in TestGpuColorFilter() 122 test_getConstantColorComponents(reporter, grContext); in TestGpuColorFilter()
|
D | GpuBitmapCopyTest.cpp | 111 GrContext* grContext = factory->get(glType); in TestGpuBitmapCopy() local 112 if (NULL == grContext) { in TestGpuBitmapCopy() 117 if (NULL == grContext) { in TestGpuBitmapCopy() 131 SkGpuDevice* device = SkNEW_ARGS(SkGpuDevice, (grContext, gPairs[i].fConfig, W, H)); in TestGpuBitmapCopy()
|
D | BlurTest.cpp | 280 GrContext* grContext = factory->get(GrContextFactory::kNative_GLContextType); in gpu_blur_path() local 281 if (NULL == grContext) { in gpu_blur_path() 292 SkAutoTUnref<GrTexture> texture(grContext->createUncachedTexture(desc, NULL, 0)); in gpu_blur_path() 293 SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (grContext, texture.get()))); in gpu_blur_path()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3DProvider.h | 46 virtual GrContext* grContext() = 0;
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_provider_impl.cc | 22 GrContext* WebGraphicsContext3DProviderImpl::grContext() { in grContext() function in webkit::gpu::WebGraphicsContext3DProviderImpl
|
D | webgraphicscontext3d_provider_impl.h | 27 virtual GrContext* grContext() OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Canvas2DLayerBridge.cpp | 49 GrContext* gr = context3D->grContext(); in createSkSurface() 324 m_context->grContext()->resetContext(kTextureBinding_GrGLBackendState); in prepareMailbox()
|
D | GraphicsContext3D.cpp | 82 , m_grContext(m_provider->grContext()) in GraphicsContext3D() 282 GrContext* GraphicsContext3D::grContext() in grContext() function in WebCore::GraphicsContext3D
|
D | GraphicsContext3D.h | 131 GrContext* grContext();
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 591 …if (!ensureTextureBackedSkBitmap(context3D->grContext(), m_bitmap, naturalSize(), kTopLeft_GrSurfa… in paintOnAndroid()
|