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 359 static GLuint WriteImages;
363 dump_texture(struct gl_texture_object *texObj, GLuint writeImages)
379 if (writeImages == WRITE_ALL ||
380 (writeImages == WRITE_ONE && !written)) {
394 _mesa_dump_texture(GLuint texture, GLuint writeImages)
399 dump_texture(texObj, writeImages);
409 dump_texture(texObj, WriteImages);
418 _mesa_dump_textures(GLuint writeImages)
421 WriteImages = writeImages;
    [all...]

Completed in 292 milliseconds