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 345 static GLuint WriteImages;
349 dump_texture(struct gl_texture_object *texObj, GLuint writeImages)
365 if (writeImages == WRITE_ALL ||
366 (writeImages == WRITE_ONE && !written)) {
380 _mesa_dump_texture(GLuint texture, GLuint writeImages)
385 dump_texture(texObj, writeImages);
395 dump_texture(texObj, WriteImages);
404 _mesa_dump_textures(GLuint writeImages)
407 WriteImages = writeImages;
    [all...]

Completed in 146 milliseconds