Home
last modified time | relevance | path

Searched refs:tileTextureIds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.h57 …Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int w…
DTexture.cpp50 Texture::Texture(GraphicsContext3D* context, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Form… in Texture() argument
54 , m_tileTextureIds(tileTextureIds) in Texture()