Home | History | Annotate | Download | only in ScriptCRT

Lines Matching full:state

9     return alloc->mHal.state.dimensionX;
15 return alloc->mHal.state.dimensionY;
21 return alloc->mHal.state.dimensionZ;
27 return alloc->mHal.state.hasMipmaps;
33 return alloc->mHal.state.hasFaces;
40 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
48 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
57 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
59 const uint32_t dimY = alloc->mHal.state.dimensionY;
70 Type_t *type = (Type_t *)alloc->mHal.state.type;
71 rs_element returnElem = {type->mHal.state.element};