Searched refs:storeUnpack (Results 1 – 6 of 6) sorted by relevance
146 state->storeUnpack.rowLength = a; in __indirect_glPixelStoref()154 state->storeUnpack.imageHeight = a; in __indirect_glPixelStoref()162 state->storeUnpack.skipRows = a; in __indirect_glPixelStoref()170 state->storeUnpack.skipPixels = a; in __indirect_glPixelStoref()178 state->storeUnpack.skipImages = a; in __indirect_glPixelStoref()187 state->storeUnpack.alignment = a; in __indirect_glPixelStoref()195 state->storeUnpack.swapEndian = (param != 0); in __indirect_glPixelStoref()198 state->storeUnpack.lsbFirst = (param != 0); in __indirect_glPixelStoref()288 state->storeUnpack.rowLength = param; in __indirect_glPixelStorei()295 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 …]
85 sp->storeUnpack = state->storeUnpack; in __indirect_glPushClientAttrib()114 state->storeUnpack = sp->storeUnpack; in __indirect_glPopClientAttrib()
275 *data = (GLintptr) state->storeUnpack.rowLength; in get_client_data()278 *data = (GLintptr) state->storeUnpack.imageHeight; in get_client_data()281 *data = (GLintptr) state->storeUnpack.skipRows; in get_client_data()284 *data = (GLintptr) state->storeUnpack.skipPixels; in get_client_data()287 *data = (GLintptr) state->storeUnpack.skipImages; in get_client_data()290 *data = (GLintptr) state->storeUnpack.alignment; in get_client_data()293 *data = (GLintptr) state->storeUnpack.swapEndian; in get_client_data()296 *data = (GLintptr) state->storeUnpack.lsbFirst; in get_client_data()
399 state->storeUnpack.alignment = 4; in indirect_create_context()
191 __GLXpixelStoreMode storePack, storeUnpack; member