Home
last modified time | relevance | path

Searched refs:createAndConsumeTextureCHROMIUM (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp194 …Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox->… in copyToPlatformTexture()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp474 …Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, bufferMai… in copyToPlatformTexture()
542 …Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, bufferMai… in paintCompositedResultsToCanvas()
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc410 return test_context_->createAndConsumeTextureCHROMIUM(target, mailbox); in CreateAndConsumeTextureCHROMIUM()
Dtest_web_graphics_context_3d.h190 virtual GLuint createAndConsumeTextureCHROMIUM(GLenum target,
Dtest_web_graphics_context_3d.cc442 GLuint TestWebGraphicsContext3D::createAndConsumeTextureCHROMIUM( in createAndConsumeTextureCHROMIUM() function in cc::TestWebGraphicsContext3D
/external/chromium_org/media/blink/
Dwebmediaplayer_impl.cc606 uint32 source_texture = web_graphics_context->createAndConsumeTextureCHROMIUM( in copyVideoTextureToPlatformTexture()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h488 virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc845 DELEGATE_TO_GL_2R(createAndConsumeTextureCHROMIUM, in DELEGATE_TO_GL_1()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h422 …virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { retu… in createAndConsumeTextureCHROMIUM() function
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc658 uint32 src_texture = web_graphics_context->createAndConsumeTextureCHROMIUM( in copyVideoTextureToPlatformTexture()