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

  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 89 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
104 spec.arrays.push_back(arraySpec);
159 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
174 spec.arrays.push_back(arraySpec);
230 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
245 spec.arrays.push_back(arraySpec);
298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx]
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
103 spec.arrays.push_back(arraySpec);
158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
173 spec.arrays.push_back(arraySpec);
229 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
244 spec.arrays.push_back(arraySpec);
297 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
102 spec.arrays.push_back(arraySpec);
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
207 spec.arrays.push_back(arraySpec);
295 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
310 spec.arrays.push_back(arraySpec);
396 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type
    [all...]
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 90 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx],
105 spec.arrays.push_back(arraySpec);
195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
210 spec.arrays.push_back(arraySpec);
298 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
313 spec.arrays.push_back(arraySpec);
399 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 104 std::stringstream ArraySpec;
105 ArraySpec << "[" << CAT->getNumElement() << "]";
106 return ArraySpec.str();
680 std::stringstream ArraySpec;
690 ArraySpec << CAT->getNumElement();
695 << ArraySpec.str() << ");";
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 454 class ArraySpec
457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
478 std::vector<ArraySpec> arrays;
glsVertexArrayTests.cpp     [all...]

Completed in 870 milliseconds