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

  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 45 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/
rsAllocation.h 112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
115 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
178 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
rsDefines.h 103 RS_ALLOCATION_MIPMAP_NONE = 0,
rsAllocation.cpp 33 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
48 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
    [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 25 RS_ALLOCATION_MIPMAP_NONE = 0,
rs_allocation.c 564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL);
568 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/base/libs/hwui/
FontRenderer.cpp 701 mRs, t, RS_ALLOCATION_MIPMAP_NONE,
704 mRs, t, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/cpp/
Allocation.cpp 454 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 548 milliseconds