HomeSort by relevance Sort by last modified time
    Searched refs:createAndConsumeTextureCHROMIUM (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/test/
test_gles2_interface.cc 407 GLuint TestGLES2Interface::CreateAndConsumeTextureCHROMIUM(
410 return test_context_->createAndConsumeTextureCHROMIUM(target, mailbox);
test_web_graphics_context_3d.h 190 virtual GLuint createAndConsumeTextureCHROMIUM(GLenum target,
test_web_graphics_context_3d.cc 442 GLuint TestWebGraphicsContext3D::createAndConsumeTextureCHROMIUM(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 194 Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox->name);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 474 Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name);
542 Platform3DObject sourceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name);
    [all...]
  /external/chromium_org/media/blink/
webmediaplayer_impl.cc 606 uint32 source_texture = web_graphics_context->createAndConsumeTextureCHROMIUM(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 422 virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 488 virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target,
webgraphicscontext3d_impl.cc 845 DELEGATE_TO_GL_2R(createAndConsumeTextureCHROMIUM,
846 CreateAndConsumeTextureCHROMIUM,
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 658 uint32 src_texture = web_graphics_context->createAndConsumeTextureCHROMIUM(
    [all...]

Completed in 1420 milliseconds