Lines Matching defs:elemValue
185 domValueRef elemValue;
197 const domValueRef getValue() const { return elemValue; }
202 domAlpha_func(DAE& dae) : daeElement(dae), elemFunc(), elemValue() {}
4292 domGl_sampler1DRef elemValue;
4325 const domGl_sampler1DRef getValue() const { return elemValue; }
4346 domTexture1D(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}
4445 domGl_sampler2DRef elemValue;
4478 const domGl_sampler2DRef getValue() const { return elemValue; }
4499 domTexture2D(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}
4598 domGl_sampler3DRef elemValue;
4631 const domGl_sampler3DRef getValue() const { return elemValue; }
4652 domTexture3D(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}
4751 domGl_samplerCUBERef elemValue;
4784 const domGl_samplerCUBERef getValue() const { return elemValue; }
4805 domTextureCUBE(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}
4904 domGl_samplerRECTRef elemValue;
4937 const domGl_samplerRECTRef getValue() const { return elemValue; }
4958 domTextureRECT(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}
5057 domGl_samplerDEPTHRef elemValue;
5090 const domGl_samplerDEPTHRef getValue() const { return elemValue; }
5111 domTextureDEPTH(DAE& dae) : daeElement(dae), attrIndex(), elemValue(), elemParam() {}