Searched refs:mip (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java231 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage); argument
232 synchronized int nAllocationCreateTyped(int type, int mip, int usage) { argument
234 return rsnAllocationCreateTyped(mContext, type, mip, usage);
236 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
237 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
239 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
241 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
242 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
244 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
281 native void rsnAllocationData1D(int con, int id, int off, int mip, in argument
282 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
286 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
287 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
291 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
292 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
296 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
297 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
302 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
303 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
328 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
329 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
333 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
334 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
338 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
339 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
343 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
344 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
348 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
349 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
H A DAllocation.java967 MipmapControl mip) {
972 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
966 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
/frameworks/base/opengl/libagl/
H A DTextureObjectManager.h58 const GGLSurface& mip(int lod) const;
H A DTextureObjectManager.cpp108 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
118 return const_cast<GGLSurface&>(mip(lod));
H A Dprimitives.cpp737 &c->textures.tmu[i].texture->mip(lod));
794 &c->textures.tmu[i].texture->mip(lod));
H A Dtexture.cpp1257 const GGLSurface& surface(tex->mip(level));
1441 const GGLSurface& surface(tex->mip(level));
/frameworks/base/libs/rs/
H A DrsType.h29 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
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 223 milliseconds