HomeSort by relevance Sort by last modified time
    Searched defs:VarSpec (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsLongStressCase.hpp 56 struct VarSpec
70 VarSpec (const std::string& name_, const T& minValue_, const T& maxValue_) : name(name_) { set(minValue_, maxValue_); }
73 VarSpec (const std::string& name_, const T& value) : name(name_) { set(value, value); }
196 std::vector<VarSpec> attributes;
197 std::vector<VarSpec> uniforms;
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 373 milliseconds