Searched refs:RS_ALLOCATION_MIPMAP_NONE (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 45 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/ |
D | 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; in getHasGraphicsMipmaps()
|
D | rsDefines.h | 103 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator
|
D | rsAllocation.cpp | 33 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation() 48 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 25 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator
|
D | rs_allocation.c | 564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL); in rsCreateAllocation() 568 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, in rsCreateAllocation()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 454 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage); in createTyped()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2233 RS_ALLOCATION_MIPMAP_NONE, in nIncAllocationCreateTyped()
|