HomeSort by relevance Sort by last modified time
    Searched refs:GetReqExtra (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/glx/
glx_pbuffer.c 107 GetReqExtra(GLXChangeDrawableAttributes, 8 * num_attribs, req);
118 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq);
361 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
470 GetReqExtra(GLXCreateWindow, 8 * i, req);
569 GetReqExtra(GLXCreatePbuffer, (8 * (i + extra)), req);
590 GetReqExtra(GLXVendorPrivate, 20 + (8 * i), vpreq);
661 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
packsingle.h 44 ** Dummy define to make the GetReqExtra macro happy. The value is not
70 GetReqExtra(GLXSingle,bytes,req); \
indirect_glx.c 104 GetReqExtra(GLXVendorPrivateWithReply,
261 GetReqExtra(GLXVendorPrivate, 12 + 8 * i, req);
303 GetReqExtra(GLXVendorPrivate, sizeof(CARD32) + sizeof(INT32), req);
dri2.c 423 GetReqExtra(DRI2GetBuffers, count * 4, req);
482 GetReqExtra(DRI2GetBuffers, count * (4 * 2), req);
glxcmds.c 345 GetReqExtra(GLXVendorPrivateWithReply,
    [all...]
glxext.c 716 GetReqExtra(GLXVendorPrivateWithReply,
    [all...]
  /hardware/intel/common/libva/va/x11/
va_dri2.c 262 GetReqExtra(DRI2GetBuffers, count * 4, req);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 465 /* GetReqExtra is the same as GetReq, but allocates "n" additional
469 #define GetReqExtra(name, n, req) \
472 #define GetReqExtra(name, n, req) \
    [all...]

Completed in 180 milliseconds