Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp95 OwnPtr<Vector<unsigned int> > textureIds(new Vector<unsigned int>(numTiles)); in create() local
96 textureIds->fill(0, numTiles); in create()
102 context->deleteTexture(textureIds->at(i)); in create()
105 textureIds->at(i) = textureId; in create()
119 …return adoptRef(new Texture(context, textureIds.leakPtr(), format, width, height, maxTextureSize)); in create()