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

  /frameworks/rs/driver/runtime/
rs_structs.h 34 rs_allocation_mipmap_control mipmapControl;
  /frameworks/rs/
rsAllocation.h 59 RsAllocationMipmapControl mipmapControl;
158 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
rsAllocation.cpp 35 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
37 mHal.state.mipmapControl = mc;
255 prefix, mHal.drvState.lod[0].mallocPtr, mHal.state.usageFlags, mHal.state.mipmapControl);
  /frameworks/rs/driver/
rsdAllocation.cpp 158 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) {
    [all...]

Completed in 1214 milliseconds