Searched defs:BasicUniformReportRef (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 904 struct BasicUniformReportRef struct in deqp::gles31::Functional::UniformCase 906 string name; 908 int minSize; 909 int maxSize; 910 glu::DataType type; 911 bool isUsedInShader; 913 …BasicUniformReportRef(const char *const name_, const int minS, const int maxS, const glu::DataType… in BasicUniformReportRef() argument 923 BasicUniformReportRef(const char *const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() argument
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 855 struct BasicUniformReportRef struct in deqp::gles2::Functional::UniformCase 857 string name; 859 int minSize; 860 int maxSize; 861 glu::DataType type; 862 bool isUsedInShader; 864 …BasicUniformReportRef(const char *const name_, const int minS, const int maxS, const glu::DataType… in BasicUniformReportRef() function 874 BasicUniformReportRef(const char *const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() function
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 1026 struct BasicUniformReportRef struct in deqp::gles3::Functional::UniformCase 1028 string name; 1030 int minSize; 1031 int maxSize; 1032 glu::DataType type; 1033 bool isUsedInShader; 1035 …BasicUniformReportRef(const char *const name_, const int minS, const int maxS, const glu::DataType… in BasicUniformReportRef() argument 1045 BasicUniformReportRef(const char *const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef() argument
|