Searched refs:copyTextureCHROMIUM (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.cc | 205 context->copyTextureCHROMIUM( in ReadPixels()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 268 …m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer.textureId, frontColorBufferMailbox->te… in prepareMailbox() 486 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture() 543 context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, in paintCompositedResultsToCanvas()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 201 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture()
|
/external/chromium_org/media/blink/ |
D | webmediaplayer_impl.cc | 618 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, in copyVideoTextureToPlatformTexture()
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.h | 470 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id, in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_impl.cc | 814 DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 409 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, in copyTextureCHROMIUM() function
|
/external/chromium_org/content/renderer/media/android/ |
D | webmediaplayer_android.cc | 671 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, src_texture, in copyVideoTextureToPlatformTexture()
|