Searched refs:webContext (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Extensions3D.cpp | 63 return static_cast<int>(m_context->webContext()->getGraphicsResetStatusARB()); in getGraphicsResetStatusARB() 68 …m_context->webContext()->blitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, … in blitFramebuffer() 73 …m_context->webContext()->renderbufferStorageMultisampleCHROMIUM(target, samples, internalformat, w… in renderbufferStorageMultisample() 78 return m_context->webContext()->mapBufferSubDataCHROMIUM(target, offset, size, access); in mapBufferSubDataCHROMIUM() 83 m_context->webContext()->unmapBufferSubDataCHROMIUM(data); in unmapBufferSubDataCHROMIUM() 88 …return m_context->webContext()->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, h… in mapTexSubImage2DCHROMIUM() 93 m_context->webContext()->unmapTexSubImage2DCHROMIUM(data); in unmapTexSubImage2DCHROMIUM() 98 return m_context->webContext()->createVertexArrayOES(); in createVertexArrayOES() 103 m_context->webContext()->deleteVertexArrayOES(array); in deleteVertexArrayOES() 108 return m_context->webContext()->isVertexArrayOES(array); in isVertexArrayOES() [all …]
|
D | Canvas2DLayerBridge.cpp | 48 ASSERT(!context3D->webContext()->isContextLost()); in createSkSurface() 229 return m_context->webContext(); in context() 237 if (m_context->webContext()->isContextLost() || !m_surfaceIsValid) { in isValid() 242 if (!sharedContext || sharedContext->webContext()->isContextLost()) { in isValid()
|
D | GraphicsContext3D.cpp | 62 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool prese… in GraphicsContext3D() argument 63 : m_impl(webContext.get()) in GraphicsContext3D() 64 , m_ownedWebContext(webContext) in GraphicsContext3D() 263 …OwnPtr<blink::WebGraphicsContext3D> webContext = adoptPtr(blink::Platform::current()->createOffscr… in create() local 264 if (!webContext) in create() 267 …return GraphicsContext3D::createGraphicsContextFromWebContext(webContext.release(), attrs.preserve… in create() 276 …eGraphicsContextFromWebContext(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool preserveDr… in createGraphicsContextFromWebContext() argument 278 …RefPtr<GraphicsContext3D> context = adoptRef(new GraphicsContext3D(webContext, preserveDrawingBuff… in createGraphicsContextFromWebContext()
|
D | GraphicsContext3D.h | 132 blink::WebGraphicsContext3D* webContext() const { return m_impl; } in webContext() function
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | SharedGraphicsContext3D.cpp | 49 blink::WebGraphicsContext3D* webContext = 0; in getOrCreateContext() local 53 webContext = provider->context3d(); in getOrCreateContext() 57 if (webContext && grContext) { in getOrCreateContext() 58 blink::WebGraphicsContext3D* oldWebContext = m_context ? m_context->webContext() : 0; in getOrCreateContext() 60 if (webContext != oldWebContext || grContext != oldGrContext) in getOrCreateContext()
|
D | DrawingBuffer.cpp | 150 return m_context->webContext(); in context()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | DrawingBufferTest.cpp | 120 WebGraphicsContext3DForTests* webContext() in webContext() function in DrawingBufferTest 150 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize()); in TEST_F() 159 EXPECT_EQ(alternateSize, webContext()->mostRecentlyProducedSize()); in TEST_F() 168 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize()); in TEST_F() 174 EXPECT_EQ(initialSize, webContext()->mostRecentlyProducedSize()); in TEST_F()
|
D | Canvas2DLayerBridgeTest.cpp | 99 MockCanvasContext& mainMock = *static_cast<MockCanvasContext*>(mainContext->webContext()); in fullLifecycleTest()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 488 WebGraphicsContext3D* webGraphicsContext3D = context->webContext(); in copyVideoTextureToPlatformTexture() 595 WebGraphicsContext3D* webGraphicsContext3D = context3D->webContext(); in paintOnAndroid()
|