Searched defs:in0Arr (Results 1 - 1 of 1) sorted by last modified time

/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp361 float in0Arr[4] = { 0.0f }; local
378 vertexArrays.push_back(glu::va::Float("a_in0", 1, numVertices, 0, &in0Arr[0]));
397 std::fill(&in0Arr[0], &in0Arr[0] + DE_LENGTH_OF_ARRAY(in0Arr), in0);
580 int in0Arr[4] = { 0 }; local
599 vertexArrays.push_back(glu::va::Int32("a_in0", 1, numVertices, 0, &in0Arr[0]));
616 std::fill(&in0Arr[0], &in0Arr[0] + DE_LENGTH_OF_ARRAY(in0Arr), in
774 deUint32 in0Arr[4] = { 0 }; local
[all...]

Completed in 83 milliseconds