#include <lldrawpool.h>
Collaboration diagram for LLFacePool::LLOverrideFaceColor:
Public Member Functions | |
LLOverrideFaceColor (LLDrawPool *pool) | |
LLOverrideFaceColor (LLDrawPool *pool, const LLColor4 &color) | |
LLOverrideFaceColor (LLDrawPool *pool, const LLColor4U &color) | |
LLOverrideFaceColor (LLDrawPool *pool, F32 r, F32 g, F32 b, F32 a) | |
~LLOverrideFaceColor () | |
void | setColor (const LLColor4 &color) |
void | setColor (const LLColor4U &color) |
void | setColor (F32 r, F32 g, F32 b, F32 a) |
Public Attributes | |
BOOL | mOverride |
LLDrawPool * | mPool |
Static Public Attributes | |
static BOOL | sOverrideFaceColor = FALSE |
Definition at line 199 of file lldrawpool.h.
LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool | ) | [inline] |
LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
const LLColor4 & | color | |||
) | [inline] |
LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
const LLColor4U & | color | |||
) | [inline] |
LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
F32 | r, | |||
F32 | g, | |||
F32 | b, | |||
F32 | a | |||
) | [inline] |
LLFacePool::LLOverrideFaceColor::~LLOverrideFaceColor | ( | ) | [inline] |
Definition at line 436 of file lldrawpool.cpp.
References LLDrawPool::getMaterialAttribIndex(), LLDrawPool::getVertexShaderLevel(), glColor4f, and mPool.
Definition at line 424 of file lldrawpool.cpp.
References LLDrawPool::getMaterialAttribIndex(), LLDrawPool::getVertexShaderLevel(), glColor4ubv, mPool, and LLColor4U::mV.
Definition at line 412 of file lldrawpool.cpp.
References LLDrawPool::getMaterialAttribIndex(), LLDrawPool::getVertexShaderLevel(), glColor4fv, mPool, and LLColor4::mV.
Referenced by LLOverrideFaceColor().
BOOL LLFacePool::LLOverrideFaceColor::sOverrideFaceColor = FALSE [static] |
Definition at line 234 of file lldrawpool.h.
Referenced by LLOverrideFaceColor(), LLFace::renderSetColor(), and ~LLOverrideFaceColor().