Home
last modified time | relevance | path

Searched defs:mips (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp382 RsAllocationMipmapControl mips, uint32_t usage) { in createTyped()
392 RsAllocationMipmapControl mips, uint32_t usage, void *pointer) { in createTyped()
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java1013 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
1135 MipmapControl mips, in createFromBitmap()
1234 MipmapControl mips, in createCubemapFromBitmap()
1311 MipmapControl mips, in createCubemapFromCubeFaces()
1400 MipmapControl mips, in createFromBitmapResource()
DRenderScript.java243 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces); in rsnTypeCreate()
244 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces) { in nTypeCreate()
274 native int rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream()
275 synchronized int nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { in nAllocationCreateFromAssetStream()
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
DAllocation.java905 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped()
1027 MipmapControl mips, in createFromBitmap()
1069 MipmapControl mips, in createCubemapFromBitmap()
1146 MipmapControl mips, in createCubemapFromCubeFaces()
DRenderScript.java174 native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces); in rsnTypeCreate()
175 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces) { in nTypeCreate()
205 native int rsnAllocationCreateFromAssetStream(int con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream()
206 synchronized int nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { in nAllocationCreateFromAssetStream()
/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.cpp489 RsAllocationMipmapControl mips, in rsi_AllocationCreateTyped()
500 RsAllocationMipmapControl mips, in rsi_AllocationCreateFromBitmap()
522 RsAllocationMipmapControl mips, in rsi_AllocationCubeCreateFromBitmap()
DrsType.cpp308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
/frameworks/rs/
DrsAllocation.cpp551 RsAllocationMipmapControl mips, in rsi_AllocationCreateTyped()
562 RsAllocationMipmapControl mips, in rsi_AllocationCreateFromBitmap()
584 RsAllocationMipmapControl mips, in rsi_AllocationCubeCreateFromBitmap()
DrsType.cpp308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate()
/frameworks/support/renderscript/v8/jni/
Dandroid_renderscript_RenderScript.cpp306 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) in nTypeCreate()
318 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage… in nAllocationCreateTyped()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp430 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) in nTypeCreate()
460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage… in nAllocationCreateTyped()