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

  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 94 int nbAllocatedTextures = 0;
98 TilesManager::instance()->gatherTexturesNumbers(&nbTextures, &nbAllocatedTextures,
101 nbAllocatedTextures, nbTextures,
102 nbAllocatedTextures * textureSize,
105 (nbAllocatedTextures + nbAllocatedLayerTextures) * textureSize);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.h 66 void gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
TilesManager.cpp 236 void TilesManager::gatherTexturesNumbers(int* nbTextures, int* nbAllocatedTextures,
243 *nbAllocatedTextures += 1;

Completed in 7703 milliseconds