Searched refs:textureIds (Results 1 – 1 of 1) sorted by relevance
95 OwnPtr<Vector<unsigned int> > textureIds(new Vector<unsigned int>(numTiles)); in create() local96 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()