Searched defs:DrvAllocation (Results 1 – 2 of 2) sorted by relevance
28 struct DrvAllocation { struct31 uint32_t textureID;36 uint32_t bufferID;39 uint32_t renderTargetID;41 uint8_t * mallocPtr;43 GLenum glTarget;44 GLenum glType;45 GLenum glFormat;47 bool uploadDeferred;49 RsdFrameBufferObj * readBackFBO;
22 class DrvAllocation; variable