Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/utils/
DClassTracker.cpp96 int nbAllocatedLayerTextures = 0; in show() local
99 &nbLayerTextures, &nbAllocatedLayerTextures); in show()
103 nbAllocatedLayerTextures, nbLayerTextures, in show()
104 nbAllocatedLayerTextures * textureSize, in show()
105 (nbAllocatedTextures + nbAllocatedLayerTextures) * textureSize); in show()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.h81 int* nbLayerTextures, int* nbAllocatedLayerTextures);
DTilesManager.cpp222 int* nbLayerTextures, int* nbAllocatedLayerTextures) in gatherTexturesNumbers() argument
234 *nbAllocatedLayerTextures += 1; in gatherTexturesNumbers()