Home
last modified time | relevance | path

Searched refs:ProgramSpec (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp178 class ProgramSpec class
181 ProgramSpec (void);
182 ~ProgramSpec (void);
194 ProgramSpec (const ProgramSpec& other);
195 ProgramSpec& operator= (const ProgramSpec& other);
204 ProgramSpec::ProgramSpec (void) in ProgramSpec() function in deqp::gles3::Functional::TransformFeedback::ProgramSpec
208 ProgramSpec::~ProgramSpec (void) in ~ProgramSpec()
214 glu::StructType* ProgramSpec::createStruct (const char* name) in createStruct()
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp) in addVarying()
226 void ProgramSpec::addTransformFeedbackVarying (const char* name) in addTransformFeedbackVarying()
[all …]