Home
last modified time | relevance | path

Searched refs:writeImages (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddebug.h70 _mesa_dump_texture(GLuint texture, GLuint writeImages);
73 _mesa_dump_textures(GLuint writeImages);
76 _mesa_dump_renderbuffers(GLboolean writeImages);
Ddebug.c363 dump_texture(struct gl_texture_object *texObj, GLuint writeImages) in dump_texture() argument
379 if (writeImages == WRITE_ALL || in dump_texture()
380 (writeImages == WRITE_ONE && !written)) { in dump_texture()
394 _mesa_dump_texture(GLuint texture, GLuint writeImages) in _mesa_dump_texture() argument
399 dump_texture(texObj, writeImages); in _mesa_dump_texture()
418 _mesa_dump_textures(GLuint writeImages) in _mesa_dump_textures() argument
421 WriteImages = writeImages; in _mesa_dump_textures()
452 _mesa_dump_renderbuffers(GLboolean writeImages) in _mesa_dump_renderbuffers() argument
455 WriteImages = writeImages; in _mesa_dump_renderbuffers()
/external/ImageMagick/Magick++/demo/
Dflip.cpp50 writeImages( morphed.begin(), morphed.end(), "flip_out.miff" ); in main()
Dgravity.cpp72 writeImages( animation.begin(), animation.end(), "gravity_out.miff" ); in main()
Ddemo.cpp504 writeImages(montage.begin(),montage.end(),"demo_out_%d.miff"); in main()
/external/ImageMagick/Magick++/tests/
DreadWriteImages.cpp52 writeImages(first.begin(),first.end(),"testmagick_anim_out.miff"); in main()
DreadWriteBlob.cpp198 writeImages( first.begin(), first.end(), &blob, true ); in main()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
DTexturePacker.java112 writeImages(outputDir, scaledPackFileName, pages); in pack()
122 private void writeImages (File outputDir, String scaledPackFileName, Array<Page> pages) { in writeImages() method in TexturePacker
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2746 void writeImages( InputIterator first_,
2773 void writeImages( InputIterator first_,
/external/ImageMagick/Magick++/
DChangeLog27 * Use ImagesToBlob() rather than ImageToBlob() for writeImages().
234 * lib/Magick++/STL.h (writeImages): Should have been invoking
1345 (Magick): Added STL function writeImages(). Not tested yet.