Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 18 of 18) 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/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java133 float[] coords = { in Triangle() local
/frameworks/base/libs/androidfw/tests/
DInputEvent_test.cpp38 PointerCoords coords; in TEST_F() local
46 PointerCoords coords; in TEST_F() local
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java416 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/
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/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/core/jni/
Dandroid_opengl_GLES11Ext.cpp202 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
Dcom_google_android_gles_jni_GLImpl.cpp5847 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/
DInputTransport.h92 PointerCoords coords; member
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java934 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in sendMotionEvent() local
1120 PointerCoords[] coords = new PointerCoords[1]; in onDoubleTap() local
/frameworks/base/services/input/
DInputReader.cpp5142 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/
DInputReader_test.cpp1421 static void assertPointerCoords(const PointerCoords& coords, in assertPointerCoords()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp14740 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()