Searched defs:inType (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp55 DataType inType; member in struct:deqp::gls::ShaderConstExpr::TestParams
H A DglsShaderConstExprTests.cpp100 const DataType inType = cases[caseNdx].inType; local
140 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types)
181 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType);
183 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp380 EFormatInputType inType, // input number type
422 switch (inType) {
375 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, EFormatInputType inType, UErrorCode &status) argument
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp384 EFormatInputType inType, // input number type
426 switch (inType) {
379 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, EFormatInputType inType, UErrorCode &status) argument
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp713 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes); local
716 ValueRange inValueRange(VariableType(inType, 1));
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) argument
246 va_start( args, inType );
273 type = inType;
322 if( inType == kDebugOutputTypeMetaConsole )
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType );
2028 const char * inType,
2049 DEBUG_UNUSED( inType );
2022 DebugHexDump( DebugLevel inLevel, int inIndent, const char * inLabel, size_t inLabelSize, int inLabelMinWidth, const char * inType, size_t inTypeSize, const void * inDataStart, const void * inData, size_t inDataSize, DebugFlags inFlags, char * outBuffer, size_t inBufferSize ) argument
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp474 DataType inType = spec.inputs[i].type; local
475 int inSize = getDataTypeScalarSize(inType);
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
478 const char* typeName = getDataTypeName(inType);
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp752 DataType inType = m_spec.inputs[i].type; local
753 int inSize = getDataTypeScalarSize(inType);
754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4);
756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
757 const char* typeName = getDataTypeName(inType);

Completed in 1565 milliseconds