Searched refs:inputTypePacked (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsDrawTest.cpp2198 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; local
2219 if (inputTypePacked && componentCount != 4)
2237 if (inputTypePacked && !outputTypeFloat)
2286 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; local
2292 if (inputTypePacked)
2304 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; local
2310 if (inputTypePacked)
H A DglsVertexArrayTests.cpp2165 const bool inputTypePacked = m_spec.arrays[i].inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_spec.arrays[i].inputType == Array::INPUTTYPE_INT_2_10_10_10; local
2168 if (inputTypePacked)
2186 const bool inputTypePacked = m_spec.arrays[i].inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_spec.arrays[i].inputType == Array::INPUTTYPE_INT_2_10_10_10; local
2189 if (inputTypePacked)

Completed in 1274 milliseconds