Home
last modified time | relevance | path

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

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