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/platform/graphics/
Extensions3D.cpp 179 // WebGraphicsContext3D::copyTextureCHROMIUM(...) are fully functional.
187 void Extensions3D::copyTextureCHROMIUM(GC3Denum target, Platform3DObject sourceId, Platform3DObject destId, GC3Dint level, GC3Denum internalFormat, GC3Denum destType)
189 m_context->webContext()->copyTextureCHROMIUM(target, sourceId, destId, level, internalFormat, destType);
Extensions3D.h 262 // canUseCopyTextureCHROMIUM(...) is used to check if copyTextureCHROMIUM(...) can work for the specified
265 void copyTextureCHROMIUM(GC3Denum, Platform3DObject, Platform3DObject, GC3Dint, GC3Denum, GC3Denum);
ImageBuffer.cpp 153 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, getBackingTexture(), texture, level, internalFormat, destType);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 202 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer, nextFrontColorBuffer->textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE);
334 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType);
376 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer,
386 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 255 context->copyTextureCHROMIUM(
webmediaplayer_impl.cc 668 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D,
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 424 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 550 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 543 // Ensure the target of texture is set before copyTextureCHROMIUM, otherwise
557 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_,
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 500 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]

Completed in 587 milliseconds