Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp549 auto coords = CoordinatesForOrientation(orientation); in SetScreenOrientation() local
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp811 void glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES()
816 void glDrawTexivOES(const GLint *coords) in glDrawTexivOES()
821 void glDrawTexxvOES(const GLfixed *coords) in glDrawTexxvOES()
831 void glDrawTexfvOES(const GLfloat *coords) in glDrawTexfvOES()
/device/generic/goldfish-opengl/system/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.cpp4739 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc()
4766 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc()
4793 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc()
4849 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc()