Searched refs:produceTextureDirectCHROMIUM (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp278 m_context->produceTextureDirectCHROMIUM(frontColorBufferMailbox->textureInfo.textureId, GL_TEXTURE_2D, frontColorBufferMailbox->mailbox.name);
468 m_context->produceTextureDirectCHROMIUM(textureId, GL_TEXTURE_2D, bufferMailbox->mailbox.name);
529 m_context->produceTextureDirectCHROMIUM(m_frontColorBuffer.textureId, GL_TEXTURE_2D, bufferMailbox->mailbox.name);
H A DDrawingBufferTest.cpp89 virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target, const WGC3Dbyte* mailbox) function in class:__anon11322::WebGraphicsContext3DForTests
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc399 test_context_->produceTextureDirectCHROMIUM(texture, target, mailbox);
H A Dtest_web_graphics_context_3d.h185 virtual void produceTextureDirectCHROMIUM(GLuint texture, function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp188 sharedContext->produceTextureDirectCHROMIUM(getBackingTexture(), GL_TEXTURE_2D, mailbox->name);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h419 virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target, const WGC3Dbyte* mailbox) { } function in class:blink::WebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h484 virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target,
H A Dwebgraphicscontext3d_impl.cc841 DELEGATE_TO_GL_3(produceTextureDirectCHROMIUM, ProduceTextureDirectCHROMIUM,

Completed in 194 milliseconds