| /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 | 390 bool ShaderProgram::PushCoords(ProgramVar attr, float* coords) { in PushCoords() 403 bool ShaderProgram::PushSourceCoords(float* coords) { in PushSourceCoords() 408 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 | 524 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 573 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 608 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 657 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 692 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 741 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local 789 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 838 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local
|
| D | com_google_android_gles_jni_GLImpl.cpp | 6798 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local 6847 GLfloat *coords = (GLfloat *) 0; in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() local 6895 GLint *coords = (GLint *) 0; in android_glDrawTexivOES___3II() local 6944 GLint *coords = (GLint *) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 6992 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local 7041 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 7089 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() local 7138 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | ScreenMagnifier.java | 403 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); in handleMotionEventStateDelegating() local 805 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 | 782 double[] coords = get(CaptureResult.JPEG_GPS_COORDINATES); in getGpsLocation() local 812 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() }; in setGpsLocation() local
|
| /frameworks/native/include/input/ |
| D | InputTransport.h | 101 PointerCoords coords; member
|
| /frameworks/native/services/inputflinger/ |
| D | InputReader.cpp | 4142 const PointerCoords& coords = lastPointerData.pointerCoordsForId(mExternalStylusId); in applyExternalStylusTouchState() local 4145 PointerCoords& coords = currentPointerData.editPointerCoordsWithId(mExternalStylusId); in applyExternalStylusTouchState() local 5803 const PointerCoords& coords = mPointerGesture.currentGestureCoords[index]; in preparePointerGestures() local 5815 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; in preparePointerGestures() local 6049 const PointerProperties* properties, const PointerCoords* coords, in dispatchMotion()
|
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| D | Path_Delegate.java | 499 float[] coords = new float[6]; in native_approximate() local
|
| /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 | 1464 static void assertPointerCoords(const PointerCoords& coords, in assertPointerCoords()
|