/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDispatchComputeIndirect.cpp | 2 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { in android_glDispatchComputeIndirect() argument 7 if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect > LONG_MAX)) { in android_glDispatchComputeIndirect() 11 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
|
D | glDrawArraysIndirect.cpp | 2 static void android_glDrawArraysIndirect(JNIEnv *_env, jobject, int mode, jlong indirect) { in android_glDrawArraysIndirect() argument 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect() 10 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect()
|
D | glDrawElementsIndirect.cpp | 2 … void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) { in android_glDrawElementsIndirect() argument 6 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect() 10 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
D | glDispatchComputeIndirect.java | 3 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() argument
|
D | glDrawArraysIndirect.java | 3 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() argument
|
D | glDrawElementsIndirect.java | 3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() argument
|
/frameworks/native/libs/binder/tests/ |
D | binderStatusUnitTest.cpp | 27 Parcel indirect; in TEST() local 28 indirect.writeInt32(64); in TEST() 29 status.writeOverParcel(&indirect); in TEST() 34 EXPECT_EQ(0, indirect.compareData(direct)); in TEST()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 27 "indirect symbol %0 points to a common symbol", 28 "indirect symbol %0 points to a common symbol") 31 "indirect symbol %0 points to a undefined symbol",
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 2 void glDispatchComputeIndirect ( GLintptr indirect ) 3 void glDrawArraysIndirect ( GLenum mode, const void *indirect ) 4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 219 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() argument 223 public static native void glDrawArraysIndirect(int mode, long indirect); in glDrawArraysIndirect() argument 227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() argument
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 42 // Only use bytes type here to avoid indirect dependency on atoms.proto
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 81 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 93 // to convert indirect accesses through nbf/bf into direct
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 82 // to convert indirect accesses through nbf/bf into direct
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 95 // to convert indirect accesses through nbf/bf into direct
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 434 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { in android_glDispatchComputeIndirect() argument 439 if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect > LONG_MAX)) { in android_glDispatchComputeIndirect() 443 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect() 447 static void android_glDrawArraysIndirect(JNIEnv *_env, jobject, int mode, jlong indirect) { in android_glDrawArraysIndirect() argument 451 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect() 455 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect() 459 … void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) { in android_glDrawElementsIndirect() argument 463 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect() 467 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/frameworks/av/services/mediaextractor/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/av/media/module/foundation/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/av/media/module/mpeg2ts/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/av/media/libmedia/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/base/keystore/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/native/cmds/cmd/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|
/frameworks/av/media/module/extractors/midi/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 170 liable to You for damages, including any direct, indirect, special,
|