Home
last modified time | relevance | path

Searched defs:deUint32 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeDefs.h165 typedef unsigned int deUint32; typedef
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp170 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return … in addOne()
171 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return … in subOne()
178 template<int Size> inline Vector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v… in subVecScalar()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp5019 …entGenerator)(Context&, const ResourceDefinition::Node::SharedPtr&, tcu::TestCaseGroup*, deUint32)) in generateProgramInputOutputShaderCaseBlocks() argument