Home
last modified time | relevance | path

Searched defs:indicesCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp57 uint32_t indicesCount = (maxVal + kPageMask) >> kLogValuesPerPage; in initFromRanges() local
169 SparseBitSet::MappableData* SparseBitSet::MappableData::allocate(uint32_t indicesCount, in allocate()
/aosp_15_r20/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DRenderPatchOpenGLTest.java174 final int indicesCount = in draw() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGather.cpp37 const auto indicesCount = getNumberOfElements(indicesShape); in eval() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp393 static GLsizei sNeededVboCount(GLsizei indicesCount, const T* indices) { in sNeededVboCount()
420 GLsizei indicesCount = count; in setupArrayForDraw() local