Lines Matching refs:_face
177 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
246 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride);
336 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
340 void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t));