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

  /frameworks/rs/
rsMesh.h 50 uint32_t indexBuffersCount;
rsMesh.cpp 29 mHal.state.indexBuffersCount = 0;
43 mHal.state.indexBuffersCount = primitivesCount;
45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
49 for (uint32_t i = 0; i < mHal.state.indexBuffersCount; i ++) {
  /frameworks/rs/driver/runtime/
rs_structs.h 297 uint32_t indexBuffersCount;

Completed in 72 milliseconds