Home
last modified time | relevance | path

Searched defs:ProgramSpecification (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderLibrary.hpp124 struct ProgramSpecification struct
126 glu::ProgramSources sources;
127 std::vector<RequiredExtension> requiredExtensions;
128 deUint32 activeStages; // Has an effect only if sources.separable == true, must be 0 otherwise
130 ProgramSpecification (void) in ProgramSpecification() function