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

/device/google/cuttlefish_common/host/frontend/vnc_server/
H A Dvnc_client_connection.cpp549 auto coords = CoordinatesForOrientation(orientation); local
550 UpdateAccelerometer(coords.x, coords.y, coords.z);
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_enc.cpp4737 void glDrawTexsvOES_enc(void *self , const GLshort* coords) argument
4757 memcpy(ptr, coords, __size_coords);ptr += __size_coords;
4764 void glDrawTexivOES_enc(void *self , const GLint* coords) argument
4784 memcpy(ptr, coords, __size_coords);ptr += __size_coords;
4791 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) argument
4811 memcpy(ptr, coords, __size_coords);ptr += __size_coords;
4847 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) argument
4867 memcpy(ptr, coords, __size_coords);ptr += __size_coords;
H A Dgl_entry.cpp176 void glDrawTexsvOES(const GLshort* coords);
177 void glDrawTexivOES(const GLint* coords);
178 void glDrawTexxvOES(const GLfixed* coords);
180 void glDrawTexfvOES(const GLfloat* coords);
1319 void glDrawTexsvOES(const GLshort* coords) argument
1322 ctx->glDrawTexsvOES(ctx, coords);
1325 void glDrawTexivOES(const GLint* coords) argument
1328 ctx->glDrawTexivOES(ctx, coords);
1331 void glDrawTexxvOES(const GLfixed* coords) argument
1334 ctx->glDrawTexxvOES(ctx, coords);
1343 glDrawTexfvOES(const GLfloat* coords) argument
[all...]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp811 void glDrawTexsvOES(const GLshort *coords) argument
813 getDispatch()->glDrawTexsvOES(coords);
816 void glDrawTexivOES(const GLint *coords) argument
818 getDispatch()->glDrawTexivOES(coords);
821 void glDrawTexxvOES(const GLfixed *coords) argument
823 getDispatch()->glDrawTexxvOES(coords);
831 void glDrawTexfvOES(const GLfloat *coords) argument
833 getDispatch()->glDrawTexfvOES(coords);

Completed in 74 milliseconds