HomeSort by relevance Sort by last modified time
    Searched refs:parentTexture (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 100 void Extensions3DChromium::copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture)
102 m_internal->copyTextureToParentTextureCHROMIUM(texture, parentTexture);
GraphicsContext3DInternal.h 268 void copyTextureToParentTextureCHROMIUM(Platform3DObject texture, Platform3DObject parentTexture);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 68 void copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture);
DrawingBufferChromium.cpp 131 unsigned parentTexture = m_internal->platformLayer->textureId();
142 static_cast<Extensions3DChromium*>(m_context->getExtensions())->copyTextureToParentTextureCHROMIUM(m_colorBuffer, parentTexture);
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 161 virtual void copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) = 0;

Completed in 98 milliseconds