Home
last modified time | relevance | path

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

/hardware/interfaces/input/classifier/1.0/vts/functional/
DVtsHalInputClassifierV1_0TargetTest.cpp63 PointerCoords coords; in getSimpleMotionEvent() local
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp424 int coords[] = {x, y}; in setMousePosition() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2943 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES()
2949 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords) { in glDrawTexivOES()
2955 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES()
2961 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed * coords) { in glDrawTexxvOES()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES()
1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES()
1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES()
1345 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES()
Dgl_enc.cpp5067 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc()
5096 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc()
5125 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc()
5185 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXproto.h1272 xTranslateCoordsReply coords; member