Searched defs:ProgramSources (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp175 struct ProgramSources;
186 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
187 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
201 void init (const glw::Functions& gl, const ProgramSources& sources);
215 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources);
219 // ProgramSources utilities and implementation.
299 struct ProgramSources struct in namespace:glu
308 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} function in struct:glu::ProgramSources
310 ProgramSources& operator<< (const AttribLocationBinding& binding) { attribLocationBindings.push_back(binding); return *this; }
311 ProgramSources
[all...]

Completed in 125 milliseconds