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

  /external/mesa3d/src/glx/
pixelstore.c 147 state->storeUnpack.rowLength = a;
155 state->storeUnpack.imageHeight = a;
163 state->storeUnpack.skipRows = a;
171 state->storeUnpack.skipPixels = a;
179 state->storeUnpack.skipImages = a;
188 state->storeUnpack.alignment = a;
196 state->storeUnpack.swapEndian = (param != 0);
199 state->storeUnpack.lsbFirst = (param != 0);
289 state->storeUnpack.rowLength = param;
296 state->storeUnpack.imageHeight = param
    [all...]
clientattrib.c 89 sp->storeUnpack = state->storeUnpack;
118 state->storeUnpack = sp->storeUnpack;
pixel.c 87 GLint rowLength = state->storeUnpack.rowLength;
88 GLint alignment = state->storeUnpack.alignment;
89 GLint skipPixels = state->storeUnpack.skipPixels;
90 GLint skipRows = state->storeUnpack.skipRows;
91 GLint lsbFirst = state->storeUnpack.lsbFirst;
169 GLint rowLength = state->storeUnpack.rowLength;
170 GLint imageHeight = state->storeUnpack.imageHeight;
171 GLint alignment = state->storeUnpack.alignment;
172 GLint skipPixels = state->storeUnpack.skipPixels;
173 GLint skipRows = state->storeUnpack.skipRows
    [all...]
single2.c 273 *data = (GLintptr) state->storeUnpack.rowLength;
276 *data = (GLintptr) state->storeUnpack.imageHeight;
279 *data = (GLintptr) state->storeUnpack.skipRows;
282 *data = (GLintptr) state->storeUnpack.skipPixels;
285 *data = (GLintptr) state->storeUnpack.skipImages;
288 *data = (GLintptr) state->storeUnpack.alignment;
291 *data = (GLintptr) state->storeUnpack.swapEndian;
294 *data = (GLintptr) state->storeUnpack.lsbFirst;
glxclient.h 203 __GLXpixelStoreMode storePack, storeUnpack;
indirect_glx.c 396 state->storeUnpack.alignment = 4;

Completed in 94 milliseconds