Searched refs:ProgramSpec (Results 1 – 1 of 1) sorted by relevance
186 class ProgramSpec class189 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::ProgramSpec225 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 …]