Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1244 const struct UniformType in test() struct
1246 const char *declaration; in test()
1247 const char *postDeclaration; in test()
1248 const char *precision; in test()
1249 const char *layout; in test()
1250 const char *getter; in test()
1251 GLenum type; in test()
1252 GLint size; in test()
1253 GLint isRowMajor; in test()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1514 const struct UniformType in test() struct
1516 const char *declaration; in test()
1517 const char *postDeclaration; in test()
1518 const char *precision; in test()
1519 const char *layout; in test()
1520 const char *getter; in test()
1521 GLenum type; in test()
1522 GLint size; in test()
1523 GLint isRowMajor; in test()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp266 class UniformType class
269 UniformType(GLenum _enumType, int _arraySize = 0) in UniformType() function in glcts::__anon3223d5810111::UniformType
282 UniformType(GLenum _enumType, const std::vector<int> &_arraySizesSegmented) in UniformType() function in glcts::__anon3223d5810111::UniformType
296UniformType(UniformStructCounter &structCounter, std::vector<UniformType> _childTypes, int _arrayS… in UniformType() function in glcts::__anon3223d5810111::UniformType
/aosp_15_r20/external/angle/src/common/
H A Dgl_enum_utils_autogen.h189 UniformType, enumerator
406 UniformType, enumerator
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp131 enum class UniformType : uint8_t enum