Searched defs:intTypes (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) argument
1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT))
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1633 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) argument
1650 (!intTypes && scalarType == glu::TYPE_INT) ||

Completed in 101 milliseconds