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

  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 88 const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
162 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
267 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
371 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 85 const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
159 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
264 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
368 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
468 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str())
560 : TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c_str()
    [all...]
es3fDrawTests.cpp 363 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 177 static std::string inputTypeToString (InputType type);
glsDrawTest.cpp     [all...]
glsVertexArrayTests.hpp 144 static std::string inputTypeToString (InputType type);
glsVertexArrayTests.cpp 78 std::string Array::inputTypeToString(InputType type)
    [all...]
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
690 << Array::inputTypeToString(spec.arrays[arrayNdx].inputType)
781 << Array::inputTypeToString(spec.arrays[arrayNdx].inputType)
es2fDrawTests.cpp 265 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 450 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
    [all...]

Completed in 102 milliseconds