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

  /external/ImageMagick/MagickCore/
constitute.c     [all...]
methods.h     [all...]
  /external/mesa3d/src/mesa/main/
debug.c 351 static GLuint WriteImages;
355 dump_texture(struct gl_texture_object *texObj, GLuint writeImages)
371 if (writeImages == WRITE_ALL ||
372 (writeImages == WRITE_ONE && !written)) {
386 _mesa_dump_texture(GLuint texture, GLuint writeImages)
391 dump_texture(texObj, writeImages);
401 dump_texture(texObj, WriteImages);
410 _mesa_dump_textures(GLuint writeImages)
413 WriteImages = writeImages;
    [all...]

Completed in 517 milliseconds