Searched refs:basicTypes (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fUniformBlockTests.cpp134 static const glu::DataType basicTypes[] = local
204 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
206 const glu::DataType type = basicTypes[basicTypeNdx];
235 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
237 const glu::DataType type = basicTypes[basicTypeNdx];
H A Des31fSSBOLayoutTests.cpp741 static const glu::DataType basicTypes[] = local
812 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
814 glu::DataType type = basicTypes[basicTypeNdx];
857 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
859 glu::DataType type = basicTypes[basicTypeNdx];
888 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
890 glu::DataType type = basicTypes[basicTypeNdx];
919 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
921 glu::DataType type = basicTypes[basicTypeNdx];
951 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd
[all...]
H A Des31fSSBOLayoutCase.cpp872 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) argument
877 collectUniqueBasicTypes(basicTypes, iter->getType());
880 collectUniqueBasicTypes(basicTypes, type.getElementType());
884 basicTypes.insert(type.getBasicType());
888 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) argument
891 collectUniqueBasicTypes(basicTypes, iter->getType());
894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) argument
897 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx));
/external/deqp/modules/gles3/functional/
H A Des3fUniformBlockTests.cpp335 static const glu::DataType basicTypes[] = local
416 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
418 glu::DataType type = basicTypes[basicTypeNdx];
453 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
455 glu::DataType type = basicTypes[basicTypeNdx];
616 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++)
618 glu::DataType type = basicTypes[basicTypeNdx];
H A Des3fTransformFeedbackTests.cpp1573 static const glu::DataType basicTypes[] =
1663 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++)
1665 glu::DataType type = basicTypes[typeNdx];
1697 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++)
1699 glu::DataType type = basicTypes[typeNdx];
1731 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++)
1733 glu::DataType type = basicTypes[typeNdx];
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp750 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) argument
755 collectUniqueBasicTypes(basicTypes, iter->getType());
758 collectUniqueBasicTypes(basicTypes, type.getElementType());
762 basicTypes.insert(type.getBasicType());
766 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) argument
769 collectUniqueBasicTypes(basicTypes, iter->getType());
772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) argument
775 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx));

Completed in 179 milliseconds