/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/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/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 78 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
|
/frameworks/base/docs/html/design/patterns/ |
D | navigation.jd | 121 called <em>indirect notifications</em>.</p> 123 <p>Unlike standard (direct) notifications, pressing Back from an indirect notification's 129 <p>For example, suppose a user in Gmail receives an indirect notification from Calendar. Touching 145 <p>In terms of navigation behavior, pop-up notifications closely follow the behavior of an indirect
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 455 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { in android_glDispatchComputeIndirect() argument 460 if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect > LONG_MAX)) { in android_glDispatchComputeIndirect() 464 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect() 468 static void android_glDrawArraysIndirect(JNIEnv *_env, jobject, int mode, jlong indirect) { in android_glDrawArraysIndirect() argument 472 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawArraysIndirect() 476 glDrawArraysIndirect(mode, (const void*)indirect); in android_glDrawArraysIndirect() 480 … void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) { in android_glDrawElementsIndirect() argument 484 if (sizeof(void*) != sizeof(jlong) && indirect > static_cast<jlong>(UINT32_MAX)) { in android_glDrawElementsIndirect() 488 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
|
/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/libstagefright/omx/tests/ |
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/ |
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/rawbu/ |
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/cmds/requestsync/ |
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/cmds/app_process/ |
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/cmds/svc/ |
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/service/ |
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/packages/WAPPushManager/ |
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/packages/InputDevices/ |
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/timedtext/ |
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/packages/ExtShared/ |
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/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/ |
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,
|