Searched refs:storeUnpack (Results 1 – 6 of 6) sorted by relevance
147 state->storeUnpack.rowLength = a; in __indirect_glPixelStoref()155 state->storeUnpack.imageHeight = a; in __indirect_glPixelStoref()163 state->storeUnpack.skipRows = a; in __indirect_glPixelStoref()171 state->storeUnpack.skipPixels = a; in __indirect_glPixelStoref()179 state->storeUnpack.skipImages = a; in __indirect_glPixelStoref()188 state->storeUnpack.alignment = a; in __indirect_glPixelStoref()196 state->storeUnpack.swapEndian = (param != 0); in __indirect_glPixelStoref()199 state->storeUnpack.lsbFirst = (param != 0); in __indirect_glPixelStoref()289 state->storeUnpack.rowLength = param; in __indirect_glPixelStorei()296 state->storeUnpack.imageHeight = param; in __indirect_glPixelStorei()[all …]
87 GLint rowLength = state->storeUnpack.rowLength; in FillBitmap()88 GLint alignment = state->storeUnpack.alignment; in FillBitmap()89 GLint skipPixels = state->storeUnpack.skipPixels; in FillBitmap()90 GLint skipRows = state->storeUnpack.skipRows; in FillBitmap()91 GLint lsbFirst = state->storeUnpack.lsbFirst; in FillBitmap()169 GLint rowLength = state->storeUnpack.rowLength; in __glFillImage()170 GLint imageHeight = state->storeUnpack.imageHeight; in __glFillImage()171 GLint alignment = state->storeUnpack.alignment; in __glFillImage()172 GLint skipPixels = state->storeUnpack.skipPixels; in __glFillImage()173 GLint skipRows = state->storeUnpack.skipRows; in __glFillImage()[all …]
89 sp->storeUnpack = state->storeUnpack; in __indirect_glPushClientAttrib()118 state->storeUnpack = sp->storeUnpack; in __indirect_glPopClientAttrib()
273 *data = (GLintptr) state->storeUnpack.rowLength; in get_client_data()276 *data = (GLintptr) state->storeUnpack.imageHeight; in get_client_data()279 *data = (GLintptr) state->storeUnpack.skipRows; in get_client_data()282 *data = (GLintptr) state->storeUnpack.skipPixels; in get_client_data()285 *data = (GLintptr) state->storeUnpack.skipImages; in get_client_data()288 *data = (GLintptr) state->storeUnpack.alignment; in get_client_data()291 *data = (GLintptr) state->storeUnpack.swapEndian; in get_client_data()294 *data = (GLintptr) state->storeUnpack.lsbFirst; in get_client_data()
398 state->storeUnpack.alignment = 4; in indirect_create_context()
203 __GLXpixelStoreMode storePack, storeUnpack; member