Home
last modified time | relevance | path

Searched refs:arrayElem (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp349 void streamArrayStr(std::ostringstream& _str, int arrayElem = -1) const in streamArrayStr() argument
355 if (arrayElem < 0) in streamArrayStr()
368 _str << "[" << arrayElem / tailSize << "]"; in streamArrayStr()
369 arrayElem %= tailSize; in streamArrayStr()
679 for (int arrayElem = 0; arrayElem < type.arraySize; arrayElem++) in Uniform() local
866 void streamArrayStr(std::ostringstream& str, int arrayElem = -1) const in streamArrayStr() argument
872 if (arrayElem < 0) in streamArrayStr()
885 str << "[" << arrayElem / tailSize << "]"; in streamArrayStr()
886 arrayElem %= tailSize; in streamArrayStr()
891 const SubroutineFunction& getSelectedFunction(int arrayElem) const in getSelectedFunction()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp5231 … const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input)); in generateProgramInputBlockContents() local
5232 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()
5243 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local
5244 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()
5257 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(input, R… in generateProgramInputBlockContents() local
5258 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()
5277 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(patchInp… in generateProgramInputBlockContents() local
5278 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramInputBlockContents()
5329 …const ResourceDefinition::Node::SharedPtr arrayElem (new ResourceDefinition::ArrayElement(output)); in generateProgramOutputBlockContents() local
5330 …const ResourceDefinition::Node::SharedPtr variable (new ResourceDefinition::Variable(arrayElem, gl… in generateProgramOutputBlockContents()
[all …]