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

  /external/deqp/modules/glshared/
glsDrawTest.hpp 178 static std::string outputTypeToString (OutputType type);
glsDrawTest.cpp     [all...]
glsVertexArrayTests.hpp 145 static std::string outputTypeToString (OutputType type);
glsVertexArrayTests.cpp 102 std::string Array::outputTypeToString(OutputType type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 583 std::string name = "components" + typeToString(componentCount) + "_" + Array::outputTypeToString(outputTypes[outputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
    [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/gles2/functional/
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);
es2fVertexArrayTest.cpp 783 << Array::outputTypeToString(spec.arrays[arrayNdx].outputType);
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 809 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
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 322 milliseconds