Home | History | Annotate | Download | only in dom

Lines Matching refs:domGlsl_pipeline_stage

511 				domGlsl_pipeline_stage attrStage;
537 * @return Returns a domGlsl_pipeline_stage of the stage attribute.
539 domGlsl_pipeline_stage getStage() const { return attrStage; }
544 void setStage( domGlsl_pipeline_stage atStage ) { attrStage = atStage; _validAttributeArray[0] = true; }