Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_MIPMAP_NONE (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp45 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/frameworks/rs/
DrsAllocation.h112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
115 … RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
178 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
DrsDefines.h103 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator
DrsAllocation.cpp33 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()
48 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()
/frameworks/rs/driver/runtime/
Drs_structs.h25 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator
Drs_allocation.c564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL); in rsCreateAllocation()
568 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, in rsCreateAllocation()
/frameworks/rs/cpp/
DAllocation.cpp454 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage); in createTyped()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2233 RS_ALLOCATION_MIPMAP_NONE, in nIncAllocationCreateTyped()