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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java185 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
186 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
188 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
190 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
191 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
193 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
195 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
196 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
198 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
237 native void rsnAllocationData1D(int con, int id, int off, int mip, in argument
238 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
242 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
243 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
247 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
248 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
252 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
253 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
258 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
259 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
284 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
285 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
289 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
290 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
294 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
295 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
299 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
300 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
304 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
305 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
H A DAllocation.java1004 MipmapControl mip) {
1009 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1003 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java254 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); argument
255 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) { argument
257 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
259 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
260 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
262 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
264 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); argument
265 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { argument
267 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);
331 native void rsnAllocationData1D(int con, int id, int off, int mip, in argument
332 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
336 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
337 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
341 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
342 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
346 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
347 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
352 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
353 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
378 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
379 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
383 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
384 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
388 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
389 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
393 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
394 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
398 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
399 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
[all...]
H A DAllocation.java1112 MipmapControl mip) {
1117 tb.setMipmaps(mip == MipmapControl.MIPMAP_FULL);
1111 typeFromBitmap(RenderScript rs, Bitmap b, MipmapControl mip) argument
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h58 const GGLSurface& mip(int lod) const;
H A DTextureObjectManager.cpp106 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
116 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.cpp1256 const GGLSurface& surface(tex->mip(level));
1440 const GGLSurface& surface(tex->mip(level));
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage);
169 MipmapControl mip = MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
172 return Allocation.createCubemapFromBitmap(rs, b, mip, usage);
174 return Allocation.createFromBitmap(rs, b, mip, usage);
/frameworks/rs/
H A DrsType.h58 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h58 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp320 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
352 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
360 (RsAllocationMipmapControl)mip, pixels,
368 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
376 (RsType)type, (RsAllocationMipmapControl)mip,
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp462 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", con, (RsElement)type, mips, usage, (void *)pointer);
526 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
535 (RsType)type, (RsAllocationMipmapControl)mip,
542 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
551 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 4040 milliseconds