Lines Matching refs:mHal
9 return alloc->mHal.state.dimensionX; in rsAllocationGetDimX()
15 return alloc->mHal.state.dimensionY; in rsAllocationGetDimY()
21 return alloc->mHal.state.dimensionZ; in rsAllocationGetDimZ()
27 return alloc->mHal.state.hasMipmaps; in rsAllocationGetDimLOD()
33 return alloc->mHal.state.hasFaces; in rsAllocationGetDimFaces()
39 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.mallocPtr; in rsGetElementAt()
40 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
47 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.mallocPtr; in rsGetElementAt()
48 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
49 const uint32_t stride = alloc->mHal.drvState.stride; in rsGetElementAt()
56 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.mallocPtr; in rsGetElementAt()
57 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
58 const uint32_t stride = alloc->mHal.drvState.stride; in rsGetElementAt()
59 const uint32_t dimY = alloc->mHal.state.dimensionY; in rsGetElementAt()
70 Type_t *type = (Type_t *)alloc->mHal.state.type; in rsAllocationGetElement()
71 rs_element returnElem = {type->mHal.state.element}; in rsAllocationGetElement()