Home
last modified time | relevance | path

Searched defs:DrvAllocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/driver/
DrsdAllocation.h28 struct DrvAllocation { struct
31 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;
DrsdFrameBufferObj.h22 class DrvAllocation; variable