Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc205 context->copyTextureCHROMIUM( in ReadPixels()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp268 …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/
DImageBuffer.cpp201 …context->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destTyp… in copyToPlatformTexture()
/external/chromium_org/media/blink/
Dwebmediaplayer_impl.cc618 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, in copyVideoTextureToPlatformTexture()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h470 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc814 DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h409 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, in copyTextureCHROMIUM() function
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc671 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, src_texture, in copyVideoTextureToPlatformTexture()