Lines Matching defs:State
55 struct State { struct
56 const Type * type;
58 uint32_t usageFlags;
59 RsAllocationMipmapControl mipmapControl;
63 uint32_t yuv;
64 uint32_t elementSizeBytes;
65 bool hasMipmaps;
66 bool hasFaces;
67 bool hasReferences;
68 void * userProvidedPtr;
69 int32_t surfaceTextureID;
70 AHardwareBuffer *nativeBuffer;
71 int64_t timestamp;
74 const Allocation *baseAlloc;
75 uint32_t originX;
76 uint32_t originY;
77 uint32_t originZ;
78 uint32_t originLOD;
79 uint32_t originFace;
80 uint32_t originArray[Type::mMaxArrays];