HomeSort by relevance Sort by last modified time
    Searched defs:varyingGroup (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcShaderIndexingTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 1019 TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
1020 addChild(varyingGroup);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 985 TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
986 addChild(varyingGroup);
999 varyingGroup->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType)fragAccess));
    [all...]

Completed in 1371 milliseconds