Searched refs:max_dim (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
H A D | glxreply.c | 58 __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 D | glxreply.c | 58 __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 D | indirect.h | 58 struct glx_context * gc, unsigned max_dim, GLint width, GLint height,
|
H A D | indirect.c | 93 __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