Searched refs:coords (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/services/input/
H A DInputReader.h1171 // computed hit box, specified in touch screen coords based on known display size
1530 // Pointer coords and ids for the current and previous pointer gesture.
1670 const PointerProperties* properties, const PointerCoords* coords,
1674 // Updates pointer coords and properties for pointers with specified ids that have moved.
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp19360 void GLTrace_glDrawTexsvOES(const GLshort *coords) { argument
19366 // copy argument coords
19370 arg_coords->add_intvalue((int)coords);
19375 glContext->hooks->gl.glDrawTexsvOES(coords);
19380 (void *) coords,
19389 void GLTrace_glDrawTexivOES(const GLint *coords) { argument
19395 // copy argument coords
19399 arg_coords->add_intvalue((int)coords);
19404 glContext->hooks->gl.glDrawTexivOES(coords);
19409 (void *) coords,
19418 GLTrace_glDrawTexxvOES(const GLfixed *coords) argument
19499 GLTrace_glDrawTexfvOES(const GLfloat *coords) argument
[all...]

Completed in 163 milliseconds

12