Searched refs:structTypes (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.hpp55 StructList structTypes; member in class:deqp::gles31::Functional::UniformLocationTests
H A Des31fProgramInterfaceDefinition.cpp318 std::set<const glu::StructType*> structTypes; local
323 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.variables[varNdx].varType);
327 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.interfaceBlocks[interfaceNdx].variables[varNdx].varType);
330 for (std::set<const glu::StructType*>::iterator it = structTypes.begin(); it != structTypes.end(); ++it)
H A Des31fUniformLocationTests.cpp689 for (int i = 0; i < int(structTypes.size()); i++)
690 delete structTypes[i];
853 structTypes.push_back(structProto);
930 structTypes.push_back(testTypes[0]);
931 structTypes.push_back(testTypes[1]);
932 structTypes.push_back(testTypes[2]);
933 structTypes.push_back(testTypes[3]);
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp459 vector<const StructType*> structTypes; local
465 for (int j = 0; j < (int)structTypes.size(); j++)
466 delete structTypes[j];
467 structTypes.clear();
468 uniform.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes, rnd));
472 for (int j = 0; j < (int)structTypes.size(); j++)
473 res->addStructType(structTypes[j]);
481 // would mean that we'd need to update pointers from uniforms to point to the new structTypes.
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp525 vector<const StructType*> structTypes; local
531 for (int j = 0; j < (int)structTypes.size(); j++)
532 delete structTypes[j];
533 structTypes.clear();
534 uniform.type = (("u_var" + de::toString(i)).c_str(), generateRandomType(3, structIdx, structTypes, rnd));
538 for (int j = 0; j < (int)structTypes.size(); j++)
539 res->addStructType(structTypes[j]);
547 // would mean that we'd need to update pointers from uniforms to point to the new structTypes.

Completed in 153 milliseconds