![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include <cassert>#include <cmath>#include <cstring>#include <cstdio>#include <string>#include "HDRImage.h"#include "Platform.h"Go to the source code of this file.
Namespaces | |
| MaliSDK | |
Macros | |
| #define | MAXSHORT 0x7fff |
| #define | MAXCHAR 0x7f |
Variables | |
| static const string | radianceHeader = "?#RADIANCE" |
| const int | radianceHeaderLength = 11 |
| const int | rgbComponentsCount = 3 |
| const int | rgbeComponentsCount = 4 |
| const int | minLineLength = 8 |
| const int | maxLineLength = MAXSHORT |
| const char | startOfText = '\002' |
| #define MAXCHAR 0x7f |
Definition at line 34 of file HDRImage.cpp.
| #define MAXSHORT 0x7fff |
Definition at line 33 of file HDRImage.cpp.
Definition at line 43 of file HDRImage.cpp.
| const int minLineLength = 8 |
Definition at line 42 of file HDRImage.cpp.
|
static |
Definition at line 37 of file HDRImage.cpp.
| const int radianceHeaderLength = 11 |
Definition at line 38 of file HDRImage.cpp.
| const int rgbComponentsCount = 3 |
Definition at line 40 of file HDRImage.cpp.
| const int rgbeComponentsCount = 4 |
Definition at line 41 of file HDRImage.cpp.
| const char startOfText = '\002' |
Definition at line 45 of file HDRImage.cpp.