HomeSort by relevance Sort by last modified time
    Searched refs:writeImages (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/main/
debug.h 70 _mesa_dump_texture(GLuint texture, GLuint writeImages);
73 _mesa_dump_textures(GLuint writeImages);
76 _mesa_dump_renderbuffers(GLboolean writeImages);
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...]
  /external/ImageMagick/Magick++/demo/
flip.cpp 50 writeImages( morphed.begin(), morphed.end(), "flip_out.miff" );
gravity.cpp 72 writeImages( animation.begin(), animation.end(), "gravity_out.miff" );
demo.cpp 504 writeImages(montage.begin(),montage.end(),"demo_out_%d.miff");
  /external/ImageMagick/Magick++/tests/
readWriteImages.cpp 6 // Test STL readImages and writeImages functions and test
38 // Test readImages and writeImages
52 writeImages(first.begin(),first.end(),"testmagick_anim_out.miff");
readWriteBlob.cpp 192 // Test writing BLOBs via STL writeImages
198 writeImages( first.begin(), first.end(), &blob, true );
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TexturePacker.java 112 writeImages(outputDir, scaledPackFileName, pages);
122 private void writeImages (File outputDir, String scaledPackFileName, Array<Page> pages) {
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 44 // writeImages( images.begin(), images.end(), "animation.gif" );
    [all...]

Completed in 647 milliseconds