/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/libs/input/tests/ |
D | StructLayout_test.cpp | 27 PointerCoords coords; member
|
D | InputEvent_test.cpp | 37 PointerCoords coords; in TEST_F() local 45 PointerCoords coords; in TEST_F() local
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 133 float[] coords = { in Triangle() 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/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 442 MotionEvent.PointerCoords coords, int id, MotionEvent event) { in logCoords() 587 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in onPointerEvent() local 600 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in onPointerEvent() local
|
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 426 public void setSourceCoords(float[] coords) { in setSourceCoords() 474 public void setTargetCoords(float[] coords) { in setTargetCoords()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 406 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 455 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 490 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 539 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 574 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 623 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local 671 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 720 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local
|
D | com_google_android_gles_jni_GLImpl.cpp | 6794 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 6843 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local 6891 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 6940 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 6988 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 7037 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 7085 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 7134 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | ScreenMagnifier.java | 401 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); in handleMotionEventStateDelegating() local 798 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); in obtainEventWithOffsetTimeAndDownTime() local
|
D | TouchExplorer.java | 1035 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent() local 1175 PointerCoords[] coords = new PointerCoords[1]; in onDoubleTap() local
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 780 double[] coords = get(CaptureResult.JPEG_GPS_COORDINATES); in getGpsLocation() local 810 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() }; in setGpsLocation() local
|
/frameworks/native/include/input/ |
D | InputTransport.h | 100 PointerCoords coords; member
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 5402 const PointerCoords& coords = mPointerGesture.currentGestureCoords[index]; in preparePointerGestures() local 5414 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; in preparePointerGestures() local 5644 const PointerProperties* properties, const PointerCoords* coords, in dispatchMotion()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 26879 void GLTrace_glMultiTexCoord1bvOES(GLenum texture, const GLbyte * coords) { in GLTrace_glMultiTexCoord1bvOES() 26954 void GLTrace_glMultiTexCoord2bvOES(GLenum texture, const GLbyte * coords) { in GLTrace_glMultiTexCoord2bvOES() 27035 void GLTrace_glMultiTexCoord3bvOES(GLenum texture, const GLbyte * coords) { in GLTrace_glMultiTexCoord3bvOES() 27122 void GLTrace_glMultiTexCoord4bvOES(GLenum texture, const GLbyte * coords) { in GLTrace_glMultiTexCoord4bvOES() 27185 void GLTrace_glTexCoord1bvOES(const GLbyte * coords) { in GLTrace_glTexCoord1bvOES() 27248 void GLTrace_glTexCoord2bvOES(const GLbyte * coords) { in GLTrace_glTexCoord2bvOES() 27317 void GLTrace_glTexCoord3bvOES(const GLbyte * coords) { in GLTrace_glTexCoord3bvOES() 27392 void GLTrace_glTexCoord4bvOES(const GLbyte * coords) { in GLTrace_glTexCoord4bvOES() 27449 void GLTrace_glVertex2bvOES(const GLbyte * coords) { in GLTrace_glVertex2bvOES() 27512 void GLTrace_glVertex3bvOES(const GLbyte * coords) { in GLTrace_glVertex3bvOES() [all …]
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1456 static void assertPointerCoords(const PointerCoords& coords, in assertPointerCoords()
|