Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp842 struct BasicUniform struct in deqp::gles31::Functional::UniformCase
844 string name;
845 glu::DataType type;
846 bool isUsedInShader;
847 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
849 …asic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
850 … //!< If this is a member of a basic-typed array, elemNdx is the index in that array. Otherwise -1.
851 …; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
853 BasicUniform (const char* const name_, in BasicUniform() argument
870 …asicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) in findWithName()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp787 struct BasicUniform struct in deqp::gles2::Functional::UniformCase
789 string name;
790 glu::DataType type;
791 bool isUsedInShader;
792 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
794 …asic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
795 … //!< If this is a member of a basic-typed array, elemNdx is the index in that array. Otherwise -1.
796 …; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
798 BasicUniform (const char* const name_, in BasicUniform() function
815 …asicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) in findWithName()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp952 struct BasicUniform struct in deqp::gles3::Functional::UniformCase
954 string name;
955 glu::DataType type;
956 bool isUsedInShader;
957 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
959 …asic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
960 … //!< If this is a member of a basic-typed array, elemNdx is the index in that array. Otherwise -1.
961 …; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
963 BasicUniform (const char* const name_, in BasicUniform() function
980 …asicUniform>::const_iterator findWithName (const vector<BasicUniform>& vec, const char* const name) in findWithName()