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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 95 OwnPtr<Vector<unsigned int> > textureIds(new Vector<unsigned int>(numTiles));
96 textureIds->fill(0, numTiles);
102 context->deleteTexture(textureIds->at(i));
105 textureIds->at(i) = textureId;
119 return adoptRef(new Texture(context, textureIds.leakPtr(), format, width, height, maxTextureSize));
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 250 int[] textureIds = new int[1];
251 mGL.glGenTextures(1, textureIds, 0);
252 mTextureId = textureIds[0];

Completed in 39 milliseconds