Searched refs:drvAlloc (Results 1 – 2 of 2) sorted by relevance
152 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv; in renderPrimitiveRange() local154 if (drvAlloc->bufferID) { in renderPrimitiveRange()155 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()159 mAttribs[ct].ptr = (const uint8_t*)drvAlloc->mallocPtr; in renderPrimitiveRange()169 DrvAllocation *drvAlloc = (DrvAllocation *)idxAlloc->mHal.drv; in renderPrimitiveRange() local170 if (drvAlloc->uploadDeferred) { in renderPrimitiveRange()174 if (drvAlloc->bufferID) { in renderPrimitiveRange()175 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID); in renderPrimitiveRange()181 drvAlloc->mallocPtr); in renderPrimitiveRange()
50 DrvAllocation *drvAlloc = (DrvAllocation *)a->mHal.drv; in SyncProgramConstants() local51 if (drvAlloc->uploadDeferred) { in SyncProgramConstants()