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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 180 // WebGraphicsContext3D::copyTextureCHROMIUM(...) are fully functional.
188 void Extensions3D::copyTextureCHROMIUM(GC3Denum target, Platform3DObject sourceId, Platform3DObject destId, GC3Dint level, GC3Denum internalFormat, GC3Denum destType)
190 m_context->webContext()->copyTextureCHROMIUM(target, sourceId, destId, level, internalFormat, destType);
Extensions3D.h 268 // canUseCopyTextureCHROMIUM(...) is used to check if copyTextureCHROMIUM(...) can work for the specified
271 void copyTextureCHROMIUM(GC3Denum, Platform3DObject, Platform3DObject, GC3Dint, GC3Denum, GC3Denum);
ImageBuffer.cpp 232 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 266 context_->copyTextureCHROMIUM(
webmediaplayer_impl.cc 634 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 196 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, m_colorBuffer, nextFrontColorBuffer->textureId, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
328 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 440 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 494 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 563 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 447 // Ensure the target of texture is set before copyTextureCHROMIUM, otherwise
461 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_,
    [all...]

Completed in 704 milliseconds