/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 195 int attachment, in glFramebufferRenderbufferOES() argument 202 int attachment, in glFramebufferTexture2DOES() argument 236 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 244 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 13 void glFramebufferRenderbufferOES ( GLint target, GLint attachment, GLint renderbuffertarget, GLint… 14 void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GL… 18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint …
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 824 int attachment, in glFramebufferRenderbufferOES() argument 833 int attachment, in glFramebufferTexture2DOES() argument 843 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 853 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
D | GLES20.java | 717 int attachment, in glFramebufferRenderbuffer() argument 726 int attachment, in glFramebufferTexture2D() argument 943 int attachment, in glGetFramebufferAttachmentParameteriv() argument 953 int attachment, in glGetFramebufferAttachmentParameteriv() argument
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 64 void glFramebufferRenderbufferOES ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GL… 65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture… 66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLi…
|
D | GLES20.spec | 48 void glFramebufferRenderbuffer ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuin… 49 void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G… 64 void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint …
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 190 void API_ENTRY(glFramebufferRenderbufferOES)(GLenum target, GLenum attachment, GLenum renderbuffert… 191 CALL_GL_API(glFramebufferRenderbufferOES, target, attachment, renderbuffertarget, renderbuffer); 193 void API_ENTRY(glFramebufferTexture2DOES)(GLenum target, GLenum attachment, GLenum textarget, GLuin… 194 CALL_GL_API(glFramebufferTexture2DOES, target, attachment, textarget, texture, level); 196 void API_ENTRY(glGetFramebufferAttachmentParameterivOES)(GLenum target, GLenum attachment, GLenum p… 197 CALL_GL_API(glGetFramebufferAttachmentParameterivOES, target, attachment, pname, params); 301 void API_ENTRY(glFramebufferTexture2DMultisampleIMG)(GLenum target, GLenum attachment, GLenum texta… 302 …CALL_GL_API(glFramebufferTexture2DMultisampleIMG, target, attachment, textarget, texture, level, s…
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2ext_api.in | 37 void API_ENTRY(glFramebufferTexture3DOES)(GLenum target, GLenum attachment, GLenum textarget, GLuin… 38 CALL_GL_API(glFramebufferTexture3DOES, target, attachment, textarget, texture, level, zoffset); 97 void API_ENTRY(glFramebufferTexture2DMultisampleIMG)(GLenum target, GLenum attachment, GLenum texta… 98 …CALL_GL_API(glFramebufferTexture2DMultisampleIMG, target, attachment, textarget, texture, level, s…
|
D | gl2_api.in | 139 void API_ENTRY(glFramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarg… 140 CALL_GL_API(glFramebufferRenderbuffer, target, attachment, renderbuffertarget, renderbuffer); 142 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint t… 143 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level); 187 void API_ENTRY(glGetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pnam… 188 CALL_GL_API(glGetFramebufferAttachmentParameteriv, target, attachment, pname, params);
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 625 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum rend… 626 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg… 627 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,… 641 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERRENDERBUFFEROESPROC) (GLenum target, GLenum attachment, … 642 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DOESPROC) (GLenum target, GLenum attachment, GLe… 643 …FNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVOESPROC) (GLenum target, GLenum attachment, GLenum pname, G… 900 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLe… 903 …ENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarge…
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2ext.h | 492 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum tex… 499 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOES) (GLenum target, GLenum attachment, GLenum … 687 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment,… 690 …ENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarge…
|
D | gl2.h | 520 GL_APICALL void GL_APIENTRY glFramebufferRenderbuffer (GLenum target, GLenum attachment, GL… 521 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenu… 536 …_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, G…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1978 int attachment, in glFramebufferRenderbufferOES() argument 1987 int attachment, in glFramebufferTexture2DOES() argument 2033 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 2043 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
D | PduComposer.java | 905 PositionMarker attachment = mStack.mark(); in makeMessageBody() local 981 int headerLength = attachment.getLength(); in makeMessageBody() 1009 if (dataLength != (attachment.getLength() - headerLength)) { in makeMessageBody()
|
/frameworks/base/opengl/libs/ |
D | entries.in | 125 GL_ENTRY(void, glFramebufferRenderbuffer, GLenum target, GLenum attachment, GLenum renderbuffertarg… 126 GL_ENTRY(void, glFramebufferRenderbufferOES, GLenum target, GLenum attachment, GLenum renderbuffert… 127 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t… 128 GL_ENTRY(void, glFramebufferTexture2DMultisampleIMG, GLenum target, GLenum attachment, GLenum texta… 129 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin… 130 GL_ENTRY(void, glFramebufferTexture3DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin… 165 GL_ENTRY(void, glGetFramebufferAttachmentParameteriv, GLenum target, GLenum attachment, GLenum pnam… 166 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 899 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbuffer__IIII() argument 902 (GLenum)attachment, in android_glFramebufferRenderbuffer__IIII() 911 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2D__IIIII() argument 914 (GLenum)attachment, in android_glFramebufferTexture2D__IIIII() 1725 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameteriv__III_3II() argument 1748 (GLenum)attachment, in android_glGetFramebufferAttachmentParameteriv__III_3II() 1763 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2() argument 1772 (GLenum)attachment, in android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES11Ext.cpp | 1754 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbufferOES__IIII() argument 1762 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII() argument 1770 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameterivOES__III_3II() argument 1778 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2() argument
|
D | com_google_android_gles_jni_GLImpl.cpp | 6470 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbufferOES__IIII() argument 6478 (GLint)attachment, in android_glFramebufferRenderbufferOES__IIII() 6487 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII() argument 6495 (GLint)attachment, in android_glFramebufferTexture2DOES__IIIII() 6673 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameterivOES__III_3II() argument 6701 (GLint)attachment, in android_glGetFramebufferAttachmentParameterivOES__III_3II() 6716 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2() argument 6730 (GLint)attachment, in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 368 if a URI to an image attachment is given to an image viewer, that image viewer 369 will not have permission to open the attachment since it has no reason to hold 383 (opening an attachment, selecting a contact from a list, etc) drives ad-hoc
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | provider-element.jd | 122 message contains an attachment, the mail application may call upon the
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 297 Send a text message with an attachment
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 1960 /sdcard/android/layout_tests/fast/overflow/overflow-with-local-background-attachment.html
|