Searched defs:BasicUniformReportRef (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 882 struct BasicUniformReportRef struct in deqp::gles31::Functional::UniformCase 884 string name; 886 int minSize; 887 int maxSize; 888 glu::DataType type; 889 bool isUsedInShader; 891 …BasicUniformReportRef (const char* const name_, const int minS, const int maxS, const glu::DataTyp… in BasicUniformReportRef() argument 893 BasicUniformReportRef (const char* const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 827 struct BasicUniformReportRef struct in deqp::gles2::Functional::UniformCase 829 string name; 831 int minSize; 832 int maxSize; 833 glu::DataType type; 834 bool isUsedInShader; 836 …BasicUniformReportRef (const char* const name_, const int minS, const int maxS, const glu::DataTyp… in BasicUniformReportRef() function 838 BasicUniformReportRef (const char* const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 992 struct BasicUniformReportRef struct in deqp::gles3::Functional::UniformCase 994 string name; 996 int minSize; 997 int maxSize; 998 glu::DataType type; 999 bool isUsedInShader; 1001 …BasicUniformReportRef (const char* const name_, const int minS, const int maxS, const glu::DataTyp… in BasicUniformReportRef() function 1003 BasicUniformReportRef (const char* const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() argument
|