Searched defs:skipImages (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c174 GLint skipImages = state->storeUnpack.skipImages; local
210 start = ((const GLubyte *) userdata) + skipImages * imageSize +
401 GLint skipImages = state->storePack.skipImages; local
437 start = ((GLubyte *) userdata) + skipImages * imageSize +
H A Dglxclient.h177 GLuint skipImages; member in struct:__GLXpixelStoreModeRec
/external/mesa3d/src/glx/
H A Dpixel.c174 GLint skipImages = state->storeUnpack.skipImages; local
210 start = ((const GLubyte *) userdata) + skipImages * imageSize +
401 GLint skipImages = state->storePack.skipImages; local
437 start = ((GLubyte *) userdata) + skipImages * imageSize +
H A Dglxclient.h177 GLuint skipImages; member in struct:__GLXpixelStoreModeRec

Completed in 144 milliseconds