Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp186 class ProgramSpec class
189 ProgramSpec(void);
190 ~ProgramSpec(void);
211 ProgramSpec(const ProgramSpec &other);
212 ProgramSpec &operator=(const ProgramSpec &other);
221 ProgramSpec::ProgramSpec(void) in ProgramSpec() function in deqp::gles3::Functional::TransformFeedback::ProgramSpec
225 ProgramSpec::~ProgramSpec(void) in ~ProgramSpec()
231 glu::StructType *ProgramSpec::createStruct(const char *name) in createStruct()
238 void ProgramSpec::addVarying(const char *name, const glu::VarType &type, Interpolation interp) in addVarying()
243 void ProgramSpec::addTransformFeedbackVarying(const char *name) in addTransformFeedbackVarying()
[all …]