Home | History | Annotate | Download | only in RenderEngine

Lines Matching full:description

25 #include "Description.h"
29 Description::Description() {
39 Description::~Description() {
42 void Description::setPlaneAlpha(GLclampf planeAlpha) {
46 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
50 void Description::setOpaque(bool opaque) {
54 void Description::setTexture(const Texture& texture) {
59 void Description::disableTexture() {
63 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
70 void Description::setProjectionMatrix(const mat4& mtx) {
74 void Description::setColorMatrix(const mat4& mtx) {
80 const mat4& Description::getColorMatrix() const {
84 void Description::setWideGamut(bool wideGamut) {