Searched refs:__glXGetUST (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c737 __glXGetUST(ust) == 0 );
751 /* __glXGetUST returns zero on success and non-zero on failure.
754 return ret == 0 && __glXGetUST(ust) == 0;
768 /* __glXGetUST returns zero on success and non-zero on failure.
771 return ((ret == 0) && (__glXGetUST(ust) == 0));
H A Ddri_common.c202 __glXGetUST,
H A Dglxclient.h769 extern int __glXGetUST(int64_t * ust);
H A Dglxcmds.c2700 __glXGetUST(int64_t * ust) function
/external/mesa3d/src/glx/
H A Ddri_glx.c737 __glXGetUST(ust) == 0 );
751 /* __glXGetUST returns zero on success and non-zero on failure.
754 return ret == 0 && __glXGetUST(ust) == 0;
768 /* __glXGetUST returns zero on success and non-zero on failure.
771 return ((ret == 0) && (__glXGetUST(ust) == 0));
H A Ddri_common.c202 __glXGetUST,
H A Dglxclient.h769 extern int __glXGetUST(int64_t * ust);
H A Dglxcmds.c2700 __glXGetUST(int64_t * ust) function

Completed in 154 milliseconds