HomeSort by relevance Sort by last modified time
    Searched refs:basicTypeGroup (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 365 tcu::TestCaseGroup *const basicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "basic_type", "Basic Types");
366 addChild(basicTypeGroup);
376 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, getDataTypeName(DataType(basicType)), DataType(basicType), PRECISION_LAST, workGroupSize));
385 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, name.c_str(), DataType(basicType), Precision(precision), workGroupSize));
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp     [all...]

Completed in 94 milliseconds