Searched defs:mip (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/libagl/
H A DTextureObjectManager.cpp108 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
118 return const_cast<GGLSurface&>(mip(lod));
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java972 MipmapControl mip) {
977 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
971 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
H A DRenderScript.java234 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage); argument
235 synchronized int nAllocationCreateTyped(int type, int mip, int usage) { argument
237 return rsnAllocationCreateTyped(mContext, type, mip, usage);
239 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
240 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
242 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
244 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
245 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
247 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
284 native void rsnAllocationData1D(int con, int id, int off, int mip, in argument
285 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
289 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
290 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
294 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
295 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
299 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
300 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
305 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
306 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
331 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
332 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
336 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
337 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
341 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
342 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
346 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
347 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
351 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
352 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
/frameworks/base/libs/rs/
H A DrsAllocation.cpp387 static void mip(const Adapter2D &out, const Adapter2D &in) { function in namespace:android::renderscript
476 mip(adapt2, adapt);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp435 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i)", con, (RsElement)type, mips, usage);
454 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
463 (RsType)type, (RsAllocationMipmapControl)mip,
470 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
479 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 402 milliseconds