Home
last modified time | relevance | path

Searched refs:copyTextureCHROMIUM (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp254 …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/
Drenderer_gpu_video_accelerator_factories.cc194 context->copyTextureCHROMIUM( in ReadPixels()
Dwebmediaplayer_impl.cc635 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, in copyVideoTextureToPlatformTexture()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp189 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h462 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc813 DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h415 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, in copyTextureCHROMIUM() function
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc513 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, source_texture, in copyVideoTextureToPlatformTexture()