Searched refs:copyTextureCHROMIUM (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 254 …m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer.textureId, frontColorBufferMailbox->te… in prepareMailbox() 479 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture() 541 context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, in paintCompositedResultsToCanvas() 556 …m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer.textureId, sourceTexture, 0, GL_R… in paintCompositedResultsToCanvas()
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.cc | 194 context->copyTextureCHROMIUM( in ReadPixels()
|
D | webmediaplayer_impl.cc | 635 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, in copyVideoTextureToPlatformTexture()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 189 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture()
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.h | 462 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id, in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_impl.cc | 813 DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 415 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, in copyTextureCHROMIUM() function
|
/external/chromium_org/content/renderer/media/android/ |
D | webmediaplayer_android.cc | 513 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, source_texture, in copyVideoTextureToPlatformTexture()
|