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

  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 42 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
45 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/driver/runtime/
rs_structs.h 22 RS_ALLOCATION_MIPMAP_NONE = 0,
  /frameworks/rs/
rsAllocation.h 100 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
158 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
rsDefines.h 122 RS_ALLOCATION_MIPMAP_NONE = 0,
rsAllocation.cpp 35 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
  /frameworks/rs/cpp/
Allocation.cpp 345 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 745 RS_ALLOCATION_MIPMAP_NONE, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED,
748 RS_ALLOCATION_MIPMAP_NONE, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED,

Completed in 33 milliseconds