/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 55 float[] coords, in glDrawTexfvOES() 60 java.nio.FloatBuffer coords in glDrawTexfvOES() 72 int[] coords, in glDrawTexivOES() 77 java.nio.IntBuffer coords in glDrawTexivOES() 89 short[] coords, in glDrawTexsvOES() 94 java.nio.ShortBuffer coords in glDrawTexsvOES() 106 int[] coords, in glDrawTexxvOES() 111 java.nio.IntBuffer coords in glDrawTexxvOES()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 133 float[] coords = { in Triangle() local
|
/frameworks/base/libs/androidfw/tests/ |
D | InputEvent_test.cpp | 38 PointerCoords coords; in TEST_F() local 46 PointerCoords coords; in TEST_F() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 416 MotionEvent.PointerCoords coords, int id, int toolType, int buttonState) { in logCoords() 549 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in addPointerEvent() local 563 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in addPointerEvent() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 199 short[] coords, in glDrawTexsvOES() 206 java.nio.ShortBuffer coords in glDrawTexsvOES() 212 int[] coords, in glDrawTexivOES() 219 java.nio.IntBuffer coords in glDrawTexivOES() 225 int[] coords, in glDrawTexxvOES() 232 java.nio.IntBuffer coords in glDrawTexxvOES() 248 float[] coords, in glDrawTexfvOES() 255 java.nio.FloatBuffer coords in glDrawTexfvOES()
|
D | GLErrorWrapper.java | 879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() 885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() 897 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() 903 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() 916 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() 922 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() 934 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() 940 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES()
|
D | GLLogWrapper.java | 2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() 2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() 2668 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() 2677 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() 2698 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() 2707 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() 2727 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() 2736 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 397 bool ShaderProgram::PushCoords(ProgramVar attr, float* coords) { in PushCoords() 410 bool ShaderProgram::PushSourceCoords(float* coords) { in PushSourceCoords() 415 bool ShaderProgram::PushTargetCoords(float* coords) { in PushTargetCoords()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1555 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() 1559 void glDrawTexivOES(const GLint* coords) { in glDrawTexivOES() 1572 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() 1582 void glDrawTexxvOES(const GLfixed* coords) { in glDrawTexxvOES()
|
D | primitives.cpp | 409 vec4_t& coords = v->texture[i]; in fetch_texcoord_impl() local
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1741 float[] coords, in glDrawTexfvOES() 1748 java.nio.FloatBuffer coords in glDrawTexfvOES() 1764 int[] coords, in glDrawTexivOES() 1771 java.nio.IntBuffer coords in glDrawTexivOES() 1787 short[] coords, in glDrawTexsvOES() 1794 java.nio.ShortBuffer coords in glDrawTexsvOES() 1810 int[] coords, in glDrawTexxvOES() 1817 java.nio.IntBuffer coords in glDrawTexxvOES()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 202 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 238 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 261 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 297 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 320 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 356 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local 392 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 428 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local
|
D | com_google_android_gles_jni_GLImpl.cpp | 5847 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 5883 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local 5919 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 5955 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 5991 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 6027 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 6063 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 6099 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local
|
/frameworks/base/include/androidfw/ |
D | InputTransport.h | 92 PointerCoords coords; member
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 934 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in sendMotionEvent() local 1120 PointerCoords[] coords = new PointerCoords[1]; in onDoubleTap() local
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 5142 const PointerCoords& coords = mPointerGesture.currentGestureCoords[index]; in preparePointerGestures() local 5154 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; in preparePointerGestures() local 5377 const PointerProperties* properties, const PointerCoords* coords, in dispatchMotion()
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 1421 static void assertPointerCoords(const PointerCoords& coords, in assertPointerCoords()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 14740 void GLTrace_glDrawTexsvOES(const GLshort *coords) { in GLTrace_glDrawTexsvOES() 14769 void GLTrace_glDrawTexivOES(const GLint *coords) { in GLTrace_glDrawTexivOES() 14798 void GLTrace_glDrawTexxvOES(const GLfixed *coords) { in GLTrace_glDrawTexxvOES() 14879 void GLTrace_glDrawTexfvOES(const GLfloat *coords) { in GLTrace_glDrawTexfvOES()
|