/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9 30 glClipPlanefIMG; # introduced-mips=9 introduced-x86=9 33 glClipPlanexIMG; # introduced-mips=9 introduced-x86=9 49 glDeleteFencesNV; # introduced-mips=9 introduced-x86=9 53 glDeleteVertexArraysOES; # introduced-mips=9 introduced-x86=9 62 glDisableDriverControlQCOM; # introduced-mips=9 introduced-x86=9 63 glDiscardFramebufferEXT; # introduced-mips=9 introduced-x86=9 78 glEnableDriverControlQCOM; # introduced-mips=9 introduced-x86=9 79 glEndTilingQCOM; # introduced-mips=9 introduced-x86=9 80 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9 [all …]
|
D | libGLESv2.map.txt | 11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9 33 glCoverageMaskNV; # introduced-mips=9 introduced-x86=9 34 glCoverageOperationNV; # introduced-mips=9 introduced-x86=9 46 glDeleteVertexArraysOES; # introduced-mips=9 introduced-x86=9 54 glDiscardFramebufferEXT; # introduced-mips=9 introduced-x86=9 63 glEndTilingQCOM; # introduced-mips=9 introduced-x86=9 64 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9 65 glExtGetBuffersQCOM; # introduced-mips=9 introduced-x86=9 66 glExtGetFramebuffersQCOM; # introduced-mips=9 introduced-x86=9 67 glExtGetProgramBinarySourceQCOM; # introduced-mips=9 introduced-x86=9 [all …]
|
D | libEGL.map.txt | 7 …eglClientWaitSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64… 22 …eglCreateSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 … 30 …eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21… 44 …eglGetSyncAttribKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=… 45 …eglGetSystemTimeFrequencyNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced… 46 …eglGetSystemTimeNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced-mips64=2… 50 …eglPresentationTimeANDROID; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-… 62 …eglSignalSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 … 77 …eglWaitSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 in…
|
/frameworks/base/native/android/ |
D | libandroid.map.txt | 16 …AAsset_getLength64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=2… 18 …AAsset_getRemainingLength64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced… 21 …AAsset_openFileDescriptor64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced… 24 …AAsset_seek64; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips64=21 int… 49 …AConfiguration_getLayoutDirection; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 intr… 55 …AConfiguration_getScreenHeightDp; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 intro… 59 …AConfiguration_getScreenWidthDp; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introd… 61 …SmallestScreenWidthDp; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 introduced-mips6… 74 …AConfiguration_setLayoutDirection; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 intr… 80 …AConfiguration_setScreenHeightDp; # introduced-arm=13 introduced-arm64=21 introduced-mips=13 intro… [all …]
|
/frameworks/base/tools/aapt2/filter/ |
D | AbiFilter_test.cpp | 58 auto mips = AbiFilter::FromAbiList({Abi::kMips}); in TEST_P() local 60 EXPECT_EQ(mips->Keep(data.path), data.kept); in TEST_P()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 428 … Allocation(long id, RenderScript rs, Type t, boolean owningType, int usage, MipmapControl mips) { in Allocation() argument 431 mMipmapControl = mips; in Allocation() 2668 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() argument 2676 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped() 2680 return new Allocation(id, rs, type, false, usage, mips); in createTyped() 2798 MipmapControl mips, in createFromBitmap() argument 2812 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 2815 Type t = typeFromBitmap(rs, b, mips); in createFromBitmap() 2818 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 2821 … long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap() [all …]
|
D | RenderScript.java | 439 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() argument 440 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() argument 442 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); in nTypeCreate()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 2562 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() argument 2572 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0); in createTyped() 2686 MipmapControl mips, in createFromBitmap() argument 2698 return createFromBitmap(rs, newBitmap, mips, usage); in createFromBitmap() 2701 Type t = typeFromBitmap(rs, b, mips); in createFromBitmap() 2704 if (mips == MipmapControl.MIPMAP_NONE && in createFromBitmap() 2707 long id = rs.nAllocationCreateBitmapBackedAllocation(t.getID(rs), mips.mID, b, usage); in createFromBitmap() 2719 long id = rs.nAllocationCreateFromBitmap(t.getID(rs), mips.mID, b, usage); in createFromBitmap() 2774 MipmapControl mips, in createCubemapFromBitmap() argument 2797 tb.setMipmaps(mips == MipmapControl.MIPMAP_FULL); in createCubemapFromBitmap() [all …]
|
D | RenderScript.java | 380 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() argument 381 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() argument 383 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv); in nTypeCreate() 420 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream() argument 421 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) { in nAllocationCreateFromAssetStream() argument 423 return rsnAllocationCreateFromAssetStream(mContext, mips, assetStream, usage); in nAllocationCreateFromAssetStream() 1039 …native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces,… in rsnIncTypeCreate() argument 1040 …synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int y… in nIncTypeCreate() argument 1042 return rsnIncTypeCreate(mIncCon, eid, x, y, z, mips, faces, yuv); in nIncTypeCreate()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 11 …SL_IID_ANDROIDBUFFERQUEUESOURCE; # var introduced-arm=14 introduced-arm64=21 introduced-mips=14 in…
|
/frameworks/compile/libbcc/lib/ |
D | CompilerConfig.cpp | 179 case llvm::Triple::mips: in initializeArch()
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser_test.cpp | 70 <abi>mips</abi>
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1016 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument 1019 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate() 1022 dimz, mips, faces, yuv); in nTypeCreate() 1028 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, in nAllocationCreateTyped() argument 1032 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer); in nAllocationCreateTyped() 1034 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped() 2193 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nIncTypeCreate() argument 2196 incCon, eid, dimx, dimy, dimz, mips, faces, yuv); in nIncTypeCreate() 2199 dimz, mips, faces, yuv); in nIncTypeCreate() 2208 incCon, (RsElement)type, mips, usage, (void *)pointer); in nIncAllocationCreateTyped()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1182 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument 1186 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate() 1189 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips, in nTypeCreate() 1217 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, in nAllocationCreateTyped() argument 1222 (RsContext)con, (RsElement)type, mips, usage, (void *)pointer); in nAllocationCreateTyped() 1225 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |