Searched refs:max_dim (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglxreply.c58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, argument
72 if ((height == 0) || (max_dim < 2)) {
75 if ((depth == 0) || (max_dim < 3)) {
/external/mesa3d/src/glx/apple/
H A Dglxreply.c58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, argument
72 if ((height == 0) || (max_dim < 2)) {
75 if ((depth == 0) || (max_dim < 3)) {
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.h58 struct glx_context * gc, unsigned max_dim, GLint width, GLint height,
H A Dindirect.c93 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, argument
107 if ((height == 0) || (max_dim < 2)) { height = 1; }
108 if ((depth == 0) || (max_dim < 3)) { depth = 1; }

Completed in 73 milliseconds