Home | History | Annotate | Download | only in RenderEngine

Lines Matching defs:Description

25 #include "Description.h"
29 Description::Description() :
40 Description::~Description() {
43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
50 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
56 void Description::setOpaque(bool opaque) {
62 void Description::setTexture(const Texture& texture) {
68 void Description::disableTexture() {
72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
80 void Description::setProjectionMatrix(const mat4& mtx) {
85 void Description::setColorMatrix(const mat4& mtx) {
91 const mat4& Description::getColorMatrix() const {