Searched refs:drvAlloc (Results 1 – 2 of 2) sorted by relevance
151 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv; in renderPrimitiveRange() local153 if (drvAlloc->bufferID) { in renderPrimitiveRange()154 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()167 DrvAllocation *drvAlloc = (DrvAllocation *)idxAlloc->mHal.drv; in renderPrimitiveRange() local168 if (drvAlloc->uploadDeferred) { in renderPrimitiveRange()172 if (drvAlloc->bufferID) { in renderPrimitiveRange()173 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID); in renderPrimitiveRange()
56 DrvAllocation *drvAlloc = (DrvAllocation *)a->mHal.drv; in SyncProgramConstants() local57 if (drvAlloc->uploadDeferred) { in SyncProgramConstants()