HomeSort by relevance Sort by last modified time
    Searched defs:ValueBlock (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.hpp 89 struct ValueBlock
93 ValueBlock(void)
102 ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVersion,
111 const std::vector<ValueBlock>& getValueBlocks(void) const
131 std::string genVertexShader(const ValueBlock& valueBlock);
132 std::string genFragmentShader(const ValueBlock& valueBlock);
133 std::string specializeVertexShader(const char* src, const ValueBlock& valueBlock);
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 74 struct ValueBlock
146 ValueBlock values;
158 bool isValid (const ValueBlock& block);
188 void genCompareFunctions (std::ostringstream& stream, const ValueBlock& valueBlock, bool useFloatTypes);
193 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);

Completed in 1385 milliseconds