|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ImageIndex.h>
Public Member Functions | |
| ImageIndex | next () |
| ImageIndex | current () const |
| bool | hasNext () const |
Static Public Member Functions | |
| static ImageIndexIterator | Make2D (GLint minMip, GLint maxMip) |
| static ImageIndexIterator | MakeCube (GLint minMip, GLint maxMip) |
| static ImageIndexIterator | Make3D (GLint minMip, GLint maxMip, GLint minLayer, GLint maxLayer) |
| static ImageIndexIterator | Make2DArray (GLint minMip, GLint maxMip, const GLsizei *layerCounts) |
| ImageIndex gl::ImageIndexIterator::current | ( | void | ) | const |
| bool gl::ImageIndexIterator::hasNext | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
| ImageIndex gl::ImageIndexIterator::next | ( | void | ) |
1.8.13