Lines Matching refs:ct
77 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in init() local
78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init()
79 for (uint32_t ct=0; ct < elem->mHal.state.fieldsCount; ct++) { in init() local
80 if (isValidGLComponent(elem, ct)) { in init()
100 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in init() local
101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init()
120 mAttribAllocationIndex[userNum] = ct; in init()
135 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in renderPrimitiveRange() local
136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct]; in renderPrimitiveRange()
144 for (uint32_t ct=0; ct < mAttribCount; ct++) { in renderPrimitiveRange() local
145 uint32_t allocIndex = mAttribAllocationIndex[ct]; in renderPrimitiveRange()
150 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()
151 mAttribs[ct].ptr = NULL; in renderPrimitiveRange()
153 mAttribs[ct].buffer = 0; in renderPrimitiveRange()
154 mAttribs[ct].ptr = (const uint8_t*)alloc->mHal.drvState.lod[0].mallocPtr; in renderPrimitiveRange()