Searched refs:drvAlloc (Results 1 – 2 of 2) sorted by relevance
147 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv; in renderPrimitiveRange() local149 if (drvAlloc->bufferID) { in renderPrimitiveRange()150 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()163 DrvAllocation *drvAlloc = (DrvAllocation *)idxAlloc->mHal.drv; in renderPrimitiveRange() local164 if (drvAlloc->uploadDeferred) { in renderPrimitiveRange()168 if (drvAlloc->bufferID) { in renderPrimitiveRange()169 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID); in renderPrimitiveRange()
53 DrvAllocation *drvAlloc = (DrvAllocation *)a->mHal.drv; in SyncProgramConstants() local54 if (drvAlloc->uploadDeferred) { in SyncProgramConstants()