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

  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 194 context->copyTextureCHROMIUM(
webmediaplayer_impl.cc 635 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 254 m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer.textureId, frontColorBufferMailbox->textureInfo.textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE);
479 context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType);
541 context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture,
556 m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer.textureId, sourceTexture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 189 context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 415 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 462 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
webgraphicscontext3d_impl.cc 813 DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 496 // Ensure the target of texture is set before copyTextureCHROMIUM, otherwise
513 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, source_texture,
    [all...]

Completed in 245 milliseconds