HomeSort by relevance Sort by last modified time
    Searched refs:_face (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 177 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); local
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
246 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); local
252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride);
336 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); local
340 void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t));
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 638 milliseconds