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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.cpp 304 GLuint* textureNames = new GLuint[size];
311 textureNames[index] = textureName;
316 glDeleteTextures(size, textureNames);
317 delete textureNames;
  /frameworks/rs/
rsFont.cpp 497 const char *textureNames[] = { "Tex0" };
522 textureNames, numTextures, textureNamesLengths,

Completed in 1349 milliseconds