/external/deqp/modules/glshared/ |
H A D | glsShaderConstExprTests.hpp | 55 DataType inType; member in struct:deqp::gls::ShaderConstExpr::TestParams
|
H A D | glsShaderConstExprTests.cpp | 126 const DataType inType = cases[caseNdx].inType; local 141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types) 202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); 204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUTaglet.java | 70 public boolean inType() { method in class:ICUTaglet
|
/external/icu/icu4c/source/test/intltest/ |
H A D | dcfmtest.cpp | 384 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 D | rsgExpression.cpp | 714 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes); local 717 ValueRange inValueRange(VariableType(inType, 1));
|
/external/mdnsresponder/mDNSShared/ |
H A D | DebugServices.c | 240 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 D | es2fShaderOperatorTests.cpp | 474 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/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 736 const DataType inType = m_spec.inputs[inputNdx].type; local 737 const int inSize = getDataTypeScalarSize(inType); 738 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); 739 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4); 740 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); 741 const char* typeName = getDataTypeName(inType);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 752 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);
|