OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectUniqueBasicTypes
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
750
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const VarType& type)
755
collectUniqueBasicTypes
(basicTypes, iter->getType());
758
collectUniqueBasicTypes
(basicTypes, type.getElementType());
766
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock)
769
collectUniqueBasicTypes
(basicTypes, iter->getType());
772
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const ShaderInterface& interface)
775
collectUniqueBasicTypes
(basicTypes, interface.getUniformBlock(ndx));
784
collectUniqueBasicTypes
(types, interface);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp
872
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const VarType& type)
877
collectUniqueBasicTypes
(basicTypes, iter->getType());
880
collectUniqueBasicTypes
(basicTypes, type.getElementType());
888
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock)
891
collectUniqueBasicTypes
(basicTypes, iter->getType());
894
void
collectUniqueBasicTypes
(std::set<glu::DataType>& basicTypes, const ShaderInterface& interface)
897
collectUniqueBasicTypes
(basicTypes, interface.getBlock(ndx));
906
collectUniqueBasicTypes
(types, interface);
[
all
...]
Completed in 129 milliseconds