HomeSort by relevance Sort by last modified time
    Searched defs:skipImages (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 174 GLint skipImages = state->storeUnpack.skipImages;
210 start = ((const GLubyte *) userdata) + skipImages * imageSize +
401 GLint skipImages = state->storePack.skipImages;
437 start = ((GLubyte *) userdata) + skipImages * imageSize +
glxclient.h 177 GLuint skipImages;
  /external/mesa3d/src/glx/
pixel.c 174 GLint skipImages = state->storeUnpack.skipImages;
210 start = ((const GLubyte *) userdata) + skipImages * imageSize +
401 GLint skipImages = state->storePack.skipImages;
437 start = ((GLubyte *) userdata) + skipImages * imageSize +
glxclient.h 177 GLuint skipImages;

Completed in 578 milliseconds