Home
last modified time | relevance | path

Searched refs:parentTexture (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DExtensions3DChromium.cpp100 … Extensions3DChromium::copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture) in copyTextureToParentTextureCHROMIUM() argument
102 m_internal->copyTextureToParentTextureCHROMIUM(texture, parentTexture); in copyTextureToParentTextureCHROMIUM()
DGraphicsContext3DInternal.h268 … void copyTextureToParentTextureCHROMIUM(Platform3DObject texture, Platform3DObject parentTexture);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DDrawingBufferChromium.cpp131 unsigned parentTexture = m_internal->platformLayer->textureId(); in publishToPlatformLayer() local
142 …um*>(m_context->getExtensions())->copyTextureToParentTextureCHROMIUM(m_colorBuffer, parentTexture); in publishToPlatformLayer()
DExtensions3DChromium.h68 void copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture);
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h161 virtual void copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) = 0;