Searched defs:intConstants (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp306 } intConstants[] = local
360 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); ndx++)
361 coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, DE_NULL));
380 } intConstants[] = local
396 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); ndx++)
397 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader"));
406 } intConstants[] = local
435 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(intConstants); nd
[all...]

Completed in 26 milliseconds