Lines Matching refs:ct
82 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in init() local
83 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init()
84 for (uint32_t ct=0; ct < elem->getFieldCount(); ct++) { in init() local
85 if (isValidGLComponent(elem, ct)) { in init()
105 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in init() local
106 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); in init()
125 mAttribAllocationIndex[userNum] = ct; in init()
140 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { in renderPrimitiveRange() local
141 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct].get(); in renderPrimitiveRange()
149 for (uint32_t ct=0; ct < mAttribCount; ct++) { in renderPrimitiveRange() local
150 uint32_t allocIndex = mAttribAllocationIndex[ct]; in renderPrimitiveRange()
155 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()
156 mAttribs[ct].ptr = NULL; in renderPrimitiveRange()
158 mAttribs[ct].buffer = 0; in renderPrimitiveRange()
159 mAttribs[ct].ptr = (const uint8_t*)drvAlloc->mallocPtr; in renderPrimitiveRange()