libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
This is the complete list of members for moTexture, including all inherited members.
Build() | moTexture | protected |
BuildEmpty(MOuint p_width, MOuint p_height) | moTexture | |
BuildFromBuffer(MOuint p_width, MOuint p_height, const GLvoid *p_buffer, GLenum p_format=GL_RGBA, GLenum p_type=GL_UNSIGNED_BYTE) | moTexture | |
BuildFromFile(moText p_filename) | moTexture | |
CalculateLuminanceAndConstrast(int x0=0, int y0=0, int x1=0, int y1=0) | moTexture | |
CalculateSize(MOuint p_width, MOuint p_height) | moTexture | protected |
Contrast | moTexture | protected |
CopyFromTex(moTexture *p_src_tex, MOboolean p_copy_glid, MOboolean p_copy_moid, MOboolean p_copy_type, MOboolean p_copy_name) | moTexture | |
CreateThumbnail(moText p_bufferformat, int w, int h, moText newfilename=moText("")) | moTexture | |
Finish() | moTexture | virtual |
FlipBufferVert(MOubyte *pBuffer, MOint p_depth) | moTexture | |
GetBuffer(GLvoid *p_buffer, GLenum p_format=GL_RGBA, GLenum p_type=GL_UNSIGNED_BYTE) | moTexture | |
GetComponents() const | moTexture | inline |
GetContrast() const | moTexture | inline |
GetDataHeight() const | moTexture | |
GetDataTexelCount() const | moTexture | inline |
GetDataWidth() const | moTexture | |
GetFBO() const | moTexture | inline |
GetFBOAttachPoint() const | moTexture | inline |
GetGLId() const | moTexture | inline |
GetGLId(moMoldeoObject *p_src_mob) | moTexture | |
GetHeight() const | moTexture | inline |
GetLuminance() const | moTexture | inline |
GetMagFilter() const | moTexture | inline |
GetMaxCoordS() const | moTexture | inline |
GetMaxCoordT() const | moTexture | inline |
GetMinFilter() const | moTexture | inline |
GetMOId() const | moTexture | inline |
GetName() const | moTexture | inline |
GetTexelCount() const | moTexture | inline |
GetTexInternalFormat() const | moTexture | inline |
GetTexParam() const | moTexture | inline |
GetTexTarget() const | moTexture | inline |
GetType() const | moTexture | inline |
GetWidth() const | moTexture | inline |
GetWrapS() const | moTexture | inline |
GetWrapT() const | moTexture | inline |
Histogram | moTexture | protected |
Init(moText p_name, MOuint p_moid, moResourceManager *p_res, moTexParam p_param=MODefTex2DParams) | moTexture | virtual |
moAbstract::Init() | moAbstract | virtual |
Initialized() | moAbstract | |
IsBuildedFromFile() const | moTexture | inline |
Load(moParam *p_param) | moTexture | |
Load(moValue *p_value) | moTexture | |
Luminance | moTexture | protected |
m_bBuildedFromFile | moTexture | protected |
m_bInitialized | moAbstract | |
m_buffer_bytespp | moTexture | protected |
m_buffer_height | moTexture | protected |
m_buffer_width | moTexture | protected |
m_bytespp | moTexture | protected |
m_components | moTexture | protected |
m_fbo | moTexture | protected |
m_fbo_attach_point | moTexture | protected |
m_gl | moTexture | protected |
m_glid | moTexture | protected |
m_height | moTexture | protected |
m_max_coord_s | moTexture | protected |
m_max_coord_t | moTexture | protected |
m_moid | moTexture | protected |
m_name | moTexture | protected |
m_param | moTexture | protected |
m_pBufferData | moTexture | protected |
m_pDataMan | moTexture | protected |
m_pFile | moTexture | protected |
m_pFileMan | moTexture | protected |
m_pResourceManager | moTexture | protected |
m_type | moTexture | protected |
m_width | moTexture | protected |
moAbstract() | moAbstract | |
MODebug | moAbstract | static |
MODebug2 | moAbstract | static |
moTexture() | moTexture | |
NextPowerOf2(MOuint p_seed) | moTexture | static |
operator=(const moTexture &p_src_tex) | moTexture | |
Refresh() | moTexture | |
ResetBufferData(bool force_creation=false, int bytes_per_pixel=0) | moTexture | protected |
SetBuffer(const GLvoid *p_buffer, GLenum p_format=GL_RGBA, GLenum p_type=GL_UNSIGNED_BYTE) | moTexture | |
SetBuffer(MOuint p_width, MOuint p_height, const GLvoid *p_buffer, GLenum p_format=GL_RGBA, GLenum p_type=GL_UNSIGNED_BYTE) | moTexture | |
SetDataMan(moDataManager *p_dataman) | moTexture | inline |
SetFBO(moFBO *p_fbo) | moTexture | inline |
SetFBOandAttachPoint(moFBO *p_fbo) | moTexture | |
SetFBOAttachPoint(MOuint p_fbo_attach_point) | moTexture | inline |
SetFileMan(moFileManager *p_fileman) | moTexture | inline |
SetGLMan(moGLManager *p_gl) | moTexture | inline |
SetMOId(MOuint p_moid) | moTexture | inline |
SetName(moText p_name) | moTexture | inline |
SetParam() | moTexture | protected |
SupportedFile(moText p_filename) | moTexture | |
~moAbstract() | moAbstract | virtual |
~moTexture() | moTexture | virtual |