Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java55 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/
DStructLayout_test.cpp27 PointerCoords coords; member
DInputEvent_test.cpp37 PointerCoords coords; in TEST_F() local
45 PointerCoords coords; in TEST_F() local
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java133 float[] coords = { in Triangle() local
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java199 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()
DGLErrorWrapper.java879 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()
DGLLogWrapper.java2639 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/
DPointerLocationView.java442 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/
Dshader_program.cpp397 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/
Dtexture.cpp1555 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()
Dprimitives.cpp409 vec4_t& coords = v->texture[i]; in fetch_texcoord_impl() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1741 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/
DImageShader.java426 public void setSourceCoords(float[] coords) { in setSourceCoords()
474 public void setTargetCoords(float[] coords) { in setTargetCoords()
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp406 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
Dcom_google_android_gles_jni_GLImpl.cpp6794 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/
DScreenMagnifier.java401 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); in handleMotionEventStateDelegating() local
798 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); in obtainEventWithOffsetTimeAndDownTime() local
DTouchExplorer.java1035 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/
DCameraMetadataNative.java780 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/
DInputTransport.h100 PointerCoords coords; member
/frameworks/native/services/inputflinger/
DInputReader.cpp5402 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/
Dgltrace_api.cpp26879 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/
DInputReader_test.cpp1456 static void assertPointerCoords(const PointerCoords& coords, in assertPointerCoords()