HomeSort by relevance Sort by last modified time
    Searched refs:inType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.h 56 EFormatInputType inType,
dcfmtest.cpp 380 EFormatInputType inType, // input number type
422 switch (inType) {
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 55 DataType inType;
glsShaderConstExprTests.cpp 100 const DataType inType = cases[caseNdx].inType;
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);
glsVertexArrayTests.hpp 153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
glsDrawTest.cpp 912 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmtest.h 56 EFormatInputType inType,
dcfmtest.cpp 384 EFormatInputType inType, // input number type
426 switch (inType) {
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 156 inType = inValues[0].typeString()
158 self.name = "%s_to_%s" % (inType, outType)
160 self.inputs = [("%s in0" % inType, inValues)]
173 inType = inValue.typeString()
175 self.name = "%s_to_%s" % (inType, outType)
176 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
177 self.inType = inType
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 117 uint32_t inType :4; // [4 - 7]
224 key.u.inType = RS_TYPE_FLOAT_32;
225 rsAssert(key.u.inType == RS_TYPE_FLOAT_32);
269 key.u.copyAlpha = !(key.u.inType || key.u.outType);
311 if (key.u.inType && !key.u.outType) {
470 // inType, outType float if nonzero
471 if (!(key.u.inType || key.u.outType)) {
525 if (key.u.inType || key.u.outType) {
531 if (key.u.inType) {
723 if (key.u.inType != key.u.outType)
    [all...]
rsCpuScript.cpp 815 const Type *inType = ain->getType();
817 mtls->fep.dimX = inType->getDimX();
818 mtls->fep.dimY = inType->getDimY();
819 mtls->fep.dimZ = inType->getDimZ();
936 const Type *inType = ain0->getType();
938 mtls->fep.dimX = inType->getDimX();
939 mtls->fep.dimY = inType->getDimY();
940 mtls->fep.dimZ = inType->getDimZ();
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 169 inType = inValues[0].typeString()
171 self.name = "%s_to_%s" % (inType, outType)
173 self.inputs = [("%s in0" % inType, inValues)]
186 inType = inValue.typeString()
188 self.name = "%s_to_%s" % (inType, outType)
189 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
190 self.inType = inType
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 312 bool inType = true;
369 inType = false;
376 bool outside = !inType && !mCurrentInfo->mHasSoleMime;
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
DebugServices.c 240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... )
246 va_start( args, inType );
273 type = inType;
322 if( inType == kDebugOutputTypeMetaConsole )
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType );
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 474 DataType inType = spec.inputs[i].type;
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);
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 713 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes);
716 ValueRange inValueRange(VariableType(inType, 1));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 752 DataType inType = m_spec.inputs[i].type;
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);
    [all...]

Completed in 592 milliseconds