Home
last modified time | relevance | path

Searched refs:context3D (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp470 RefPtr<GraphicsContext3D> context3D = SharedGraphicsContext3D::get(); in paint() local
471 paintOnAndroid(context, context3D.get(), rect, context->getNormalizedAlpha()); in paint()
577 …nAndroid(WebCore::GraphicsContext* context, WebCore::GraphicsContext3D* context3D, const IntRect& … in paintOnAndroid() argument
579 if (!context || !context3D || !m_webMediaPlayer || context->paintingDisabled()) in paintOnAndroid()
582 Extensions3D* extensions = context3D->extensions(); in paintOnAndroid()
584 || !context3D->makeContextCurrent()) in paintOnAndroid()
591 …if (!ensureTextureBackedSkBitmap(context3D->grContext(), m_bitmap, naturalSize(), kTopLeft_GrSurfa… in paintOnAndroid()
595 WebGraphicsContext3D* webGraphicsContext3D = context3D->webContext(); in paintOnAndroid()
DWebMediaPlayerClientImpl.h155 …void paintOnAndroid(WebCore::GraphicsContext* context, WebCore::GraphicsContext3D* context3D, cons…
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp46 static PassRefPtr<SkSurface> createSkSurface(GraphicsContext3D* context3D, const IntSize& size, int… in createSkSurface() argument
48 ASSERT(!context3D->webContext()->isContextLost()); in createSkSurface()
49 GrContext* gr = context3D->grContext(); in createSkSurface()
DImageBuffer.cpp176 RefPtr<GraphicsContext3D> context3D = SharedGraphicsContext3D::get(); in copyRenderingResultsFromDrawingBuffer() local
178 if (!context3D || !tex) in copyRenderingResultsFromDrawingBuffer()
181 return drawingBuffer->copyToPlatformTexture(*(context3D.get()), tex, GL_RGBA, in copyRenderingResultsFromDrawingBuffer()