/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 111 int target, in glBindFramebufferOES() argument 116 int target, in glBindRenderbufferOES() argument 121 int target, in glBindTexture() argument 142 int target in glCheckFramebufferStatusOES() argument 146 int target, in glCompressedTexImage2D() argument 157 int target, in glCopyTexImage2D() argument 194 int target, in glFramebufferRenderbufferOES() argument 201 int target, in glFramebufferTexture2DOES() argument 209 int target in glGenerateMipmapOES() argument 235 int target, in glGetFramebufferAttachmentParameterivOES() argument [all …]
|
D | GL11.java | 148 int target, in glBindBuffer() argument 153 int target, in glBufferData() argument 160 int target, in glBufferSubData() argument 243 int target, in glGetBufferParameteriv() argument 250 int target, in glGetBufferParameteriv() argument 378 int target, in glGetTexParameterfv() argument 385 int target, in glGetTexParameterfv() argument 391 int target, in glGetTexParameteriv() argument 398 int target, in glGetTexParameteriv() argument 404 int target, in glGetTexParameterxv() argument [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 98 public static void texImage2D(int target, int level, int internalformat, in texImage2D() argument 103 if (native_texImage2D(target, level, internalformat, bitmap, -1, border)!=0) { in texImage2D() 121 public static void texImage2D(int target, int level, int internalformat, in texImage2D() argument 126 if (native_texImage2D(target, level, internalformat, bitmap, type, border)!=0) { in texImage2D() 140 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D() argument 145 if (native_texImage2D(target, level, -1, bitmap, -1, border)!=0) { in texImage2D() 172 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument 178 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) { in texSubImage2D() 194 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument 199 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) { in texSubImage2D() [all …]
|
D | GLWrapperBase.java | 84 public void glBindBuffer(int target, int buffer) { in glBindBuffer() argument 88 public void glBufferData(int target, int size, Buffer data, int usage) { in glBufferData() argument 92 public void glBufferSubData(int target, int offset, int size, Buffer data) { in glBufferSubData() argument 124 public void glGetBufferParameteriv(int target, int pname, int[] params, int offset) { in glGetBufferParameteriv() argument 128 public void glGetBufferParameteriv(int target, int pname, IntBuffer params) { in glGetBufferParameteriv() argument 212 public void glGetTexParameterfv(int target, int pname, float[] params, int offset) { in glGetTexParameterfv() argument 216 public void glGetTexParameterfv(int target, int pname, FloatBuffer params) { in glGetTexParameterfv() argument 220 public void glGetTexParameteriv(int target, int pname, int[] params, int offset) { in glGetTexParameteriv() argument 224 public void glGetTexParameteriv(int target, int pname, IntBuffer params) { in glGetTexParameteriv() argument 228 public void glGetTexParameterxv(int target, int pname, int[] params, int offset) { in glGetTexParameterxv() argument [all …]
|
D | GLES11.java | 156 int target, in glBindBuffer() argument 163 int target, in glBufferData() argument 172 int target, in glBufferSubData() argument 283 int target, in glGetBufferParameteriv() argument 292 int target, in glGetBufferParameteriv() argument 479 int target, in glGetTexParameterfv() argument 488 int target, in glGetTexParameterfv() argument 496 int target, in glGetTexParameteriv() argument 505 int target, in glGetTexParameteriv() argument 513 int target, in glGetTexParameterxv() argument [all …]
|
D | GLES11Ext.java | 249 int target, in glEGLImageTargetTexture2DOES() argument 256 int target, in glEGLImageTargetRenderbufferStorageOES() argument 430 int target, in glGetTexParameterxvOES() argument 439 int target, in glGetTexParameterxvOES() argument 551 int target, in glMultiTexCoord4xOES() argument 639 int target, in glTexEnvxOES() argument 647 int target, in glTexEnvxvOES() argument 656 int target, in glTexEnvxvOES() argument 664 int target, in glTexParameterxOES() argument 672 int target, in glTexParameterxvOES() argument [all …]
|
D | GLErrorWrapper.java | 88 public void glBindTexture(int target, int texture) { in glBindTexture() argument 90 mgl.glBindTexture(target, texture); in glBindTexture() 167 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D() argument 171 mgl.glCompressedTexImage2D(target, level, internalformat, width, in glCompressedTexImage2D() 176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() argument 180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, in glCompressedTexSubImage2D() 185 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() argument 188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width, in glCopyTexImage2D() 193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() argument 196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D() [all …]
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 1 void glBindFramebufferOES ( GLint target, GLint framebuffer ) 2 void glBindRenderbufferOES ( GLint target, GLint renderbuffer ) 3 void glBindTexture ( GLint target, GLint texture ) 7 GLint glCheckFramebufferStatusOES ( GLint target ) 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi… 13 void glFramebufferRenderbufferOES ( GLint target, GLint attachment, GLint renderbuffertarget, GLint… 14 void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GL… 15 void glGenerateMipmapOES ( GLint target ) 18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint … [all …]
|
D | glspec-1.1 | 1 void glBindBuffer ( GLenum target, GLuint buffer ) 2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 12 void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) 23 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params ) 24 void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params ) 25 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params ) 36 void glTexEnvi ( GLenum target, GLenum pname, GLint param ) 37 void glTexEnviv ( GLenum target, GLenum pname, const GLint *params ) 38 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) [all …]
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 100 int target, in glBindTexture() argument 221 int target, in glCompressedTexImage2D() argument 234 int target, in glCompressedTexSubImage2D() argument 248 int target, in glCopyTexImage2D() argument 261 int target, in glCopyTexSubImage2D() argument 495 int target, in glHint() argument 727 int target, in glMultiTexCoord4f() argument 737 int target, in glMultiTexCoord4x() argument 989 int target, in glTexEnvf() argument 997 int target, in glTexEnvfv() argument [all …]
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1 void API_ENTRY(__glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) { 2 CALL_GL_API(glEGLImageTargetTexture2DOES, target, image); 4 void API_ENTRY(__glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) { 5 CALL_GL_API(glEGLImageTargetRenderbufferStorageOES, target, image); 13 void* API_ENTRY(glMapBufferOES)(GLenum target, GLenum access) { 14 CALL_GL_API_RETURN(glMapBufferOES, target, access); 16 GLboolean API_ENTRY(glUnmapBufferOES)(GLenum target) { 17 CALL_GL_API_RETURN(glUnmapBufferOES, target); 19 void API_ENTRY(glGetBufferPointervOES)(GLenum target, GLenum pname, void** params) { 20 CALL_GL_API(glGetBufferPointervOES, target, pname, params); [all …]
|
D | gl2_api.in | 10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) { 11 CALL_GL_API(glBindBuffer, target, buffer); 13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) { 14 CALL_GL_API(glBindFramebuffer, target, framebuffer); 16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) { 17 CALL_GL_API(glBindRenderbuffer, target, renderbuffer); 19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) { 20 CALL_GL_API(glBindTexture, target, texture); 37 void API_ENTRY(glBufferData)(GLenum target, GLsizeiptr size, const void* data, GLenum usage) { 38 CALL_GL_API(glBufferData, target, size, data, usage); [all …]
|
D | gl2.cpp | 102 extern "C" void __glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image); 103 extern "C" void __glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); 106 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES() argument 110 __glEGLImageTargetTexture2DOES(target, implImage); in glEGLImageTargetTexture2DOES() 113 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES() argument 117 __glEGLImageTargetRenderbufferStorageOES(target, image); in glEGLImageTargetRenderbufferStorageOES()
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 1 void glBindBuffer ( GLenum target, GLuint buffer ) 2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 12 void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) 25 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params ) 26 void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params ) 27 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params ) 38 void glTexEnvi ( GLenum target, GLenum pname, GLint param ) 39 void glTexEnviv ( GLenum target, GLenum pname, const GLint *params ) 40 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) [all …]
|
D | GLES11Ext.spec | 12 void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) 13 void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) 28 void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) 38 void glMultiTexCoord4xOES ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q ) 48 void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param ) 49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params ) 50 void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param ) 51 void glTexParameterxvOES ( GLenum target, GLenum pname, const GLfixed *params ) 54 void glBindRenderbufferOES ( GLenum target, GLuint renderbuffer ) 57 void glRenderbufferStorageOES ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height… [all …]
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 34 void API_ENTRY(__glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) { 35 CALL_GL_API(glEGLImageTargetTexture2DOES, target, image); 37 void API_ENTRY(__glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) { 38 CALL_GL_API(glEGLImageTargetRenderbufferStorageOES, target, image); 82 void API_ENTRY(glGetTexParameterxvOES)(GLenum target, GLenum pname, GLfixed *params) { 83 CALL_GL_API(glGetTexParameterxvOES, target, pname, params); 112 void API_ENTRY(glMultiTexCoord4xOES)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) { 113 CALL_GL_API(glMultiTexCoord4xOES, target, s, t, r, q); 142 void API_ENTRY(glTexEnvxOES)(GLenum target, GLenum pname, GLfixed param) { 143 CALL_GL_API(glTexEnvxOES, target, pname, param); [all …]
|
D | gl_api.in | 43 void API_ENTRY(glGetTexParameterfv)(GLenum target, GLenum pname, GLfloat *params) { 44 CALL_GL_API(glGetTexParameterfv, target, pname, params); 73 void API_ENTRY(glMultiTexCoord4f)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) { 74 CALL_GL_API(glMultiTexCoord4f, target, s, t, r, q); 100 void API_ENTRY(glTexEnvf)(GLenum target, GLenum pname, GLfloat param) { 101 CALL_GL_API(glTexEnvf, target, pname, param); 103 void API_ENTRY(glTexEnvfv)(GLenum target, GLenum pname, const GLfloat *params) { 104 CALL_GL_API(glTexEnvfv, target, pname, params); 106 void API_ENTRY(glTexParameterf)(GLenum target, GLenum pname, GLfloat param) { 107 CALL_GL_API(glTexParameterf, target, pname, param); [all …]
|
/frameworks/base/core/java/android/os/ |
D | Message.java | 64 /*package*/ Handler target; field in Message 109 m.target = orig.target; in obtain() 122 m.target = h; in obtain() 136 m.target = h; in obtain() 151 m.target = h; in obtain() 167 m.target = h; in obtain() 186 m.target = h; in obtain() 208 m.target = h; in obtain() 259 public void setTarget(Handler target) { in setTarget() argument 260 this.target = target; in setTarget() [all …]
|
D | Messenger.java | 36 public Messenger(Handler target) { in Messenger() argument 37 mTarget = target.getIMessenger(); in Messenger() 94 IBinder target = in.readStrongBinder(); 95 return target != null ? new Messenger(target) : null; 138 public Messenger(IBinder target) { in Messenger() argument 139 mTarget = IMessenger.Stub.asInterface(target); in Messenger()
|
/frameworks/base/awt/java/awt/ |
D | Event.java | 388 public Object target; field in Event 446 public Event(Object target, int id, Object arg) { in Event() argument 447 this(target, 0l, id, 0, 0, 0, 0, arg); in Event() 470 public Event(Object target, long when, int id, int x, int y, int key, int modifiers) { in Event() argument 471 this(target, when, id, x, y, key, modifiers, null); in Event() 496 … public Event(Object target, long when, int id, int x, int y, int key, int modifiers, Object arg) { in Event() argument 497 this.target = target; in Event() 532 ",target=" + target + //$NON-NLS-1$ in paramString()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 195 IIntentSender target = in getActivity() local 199 return target != null ? new PendingIntent(target) : null; in getActivity() 230 IIntentSender target = in getBroadcast() local 234 return target != null ? new PendingIntent(target) : null; in getBroadcast() 266 IIntentSender target = in getService() local 270 return target != null ? new PendingIntent(target) : null; in getService() 476 IBinder target = in.readStrongBinder(); 477 return target != null ? new PendingIntent(target) : null; 514 /*package*/ PendingIntent(IIntentSender target) { in PendingIntent() argument 515 mTarget = target; in PendingIntent() [all …]
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 309 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 310 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image); 312 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image… 313 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImag… 349 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params); 359 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfix… 369 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param); 370 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params); 371 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param); 372 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params); [all …]
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2ext.h | 244 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 245 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES im… 247 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image… 248 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImag… 296 GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access); 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target); 298 GL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, void** params); 300 typedef void* (GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access); 301 typedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFEROESPROC) (GLenum target); 302 typedef void (GL_APIENTRYP PFNGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void** para… [all …]
|
/frameworks/base/core/java/android/net/ |
D | NetworkConnectivityListener.java | 96 Handler target = it.next(); in onReceive() local 97 Message message = Message.obtain(target, mHandlers.get(target)); in onReceive() 98 target.sendMessage(message); in onReceive() 165 public void registerHandler(Handler target, int what) { in registerHandler() argument 166 mHandlers.put(target, what); in registerHandler() 173 public void unregisterHandler(Handler target) { in unregisterHandler() argument 174 mHandlers.remove(target); in unregisterHandler()
|
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/gridview/ |
D | GridSetSelectionBaseTest.java | 58 final int target = mGridView.getAdapter().getCount() - 1; in testSetSelectionToTheEnd() local 61 mGridView.setSelection(target); in testSetSelectionToTheEnd() 66 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToTheEnd() local 74 final int target = mGridView.getAdapter().getCount() / 2; in testSetSelectionToMiddle() local 77 mGridView.setSelection(target); in testSetSelectionToMiddle() 82 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToMiddle() local
|