Home
last modified time | relevance | path

Searched refs:copyIter (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp906 …for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyI… in init() local
907 vtx << " v_" << *copyIter << " = " << "a_" << *copyIter << ";\n"; in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1570 …for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyI… in init() local
1571 vtx << " v_" << *copyIter << " = " << "a_" << *copyIter << ";\n"; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1837 …for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyI… in setupShader() local
1838 vtx << " v_" << *copyIter << " = " << "a_" << *copyIter << ";\n"; in setupShader()