Home
last modified time | relevance | path

Searched refs:drvAlloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/driver/
DrsdMeshObj.cpp147 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv; in renderPrimitiveRange() local
149 if (drvAlloc->bufferID) { in renderPrimitiveRange()
150 mAttribs[ct].buffer = drvAlloc->bufferID; in renderPrimitiveRange()
163 DrvAllocation *drvAlloc = (DrvAllocation *)idxAlloc->mHal.drv; in renderPrimitiveRange() local
164 if (drvAlloc->uploadDeferred) { in renderPrimitiveRange()
168 if (drvAlloc->bufferID) { in renderPrimitiveRange()
169 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID); in renderPrimitiveRange()
DrsdProgram.cpp53 DrvAllocation *drvAlloc = (DrvAllocation *)a->mHal.drv; in SyncProgramConstants() local
54 if (drvAlloc->uploadDeferred) { in SyncProgramConstants()