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

  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 55 DataType inType;
glsShaderConstExprTests.cpp 126 const DataType inType = cases[caseNdx].inType;
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);
glsVertexArrayTests.hpp 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
glsDrawTest.cpp 898 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 178 inType = inValues[0].typeString()
180 self.name = "%s_to_%s" % (inType, outType)
182 self.inputs = [("%s in0" % inType, inValues)]
195 inType = inValue.typeString()
197 self.name = "%s_to_%s" % (inType, outType)
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
199 self.inType = inType
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 115 uint32_t inType :4; // [4 - 7]
221 key.u.inType = RS_TYPE_FLOAT_32;
222 rsAssert(key.u.inType == RS_TYPE_FLOAT_32);
266 key.u.copyAlpha = !(key.u.inType || key.u.outType);
308 if (key.u.inType && !key.u.outType) {
467 // inType, outType float if nonzero
468 if (!(key.u.inType || key.u.outType)) {
522 if (key.u.inType || key.u.outType) {
528 if (key.u.inType) {
720 if (key.u.inType != key.u.outType)
    [all...]
rsCpuScript.cpp 582 const Type *inType = ain0->getType();
584 mtls->redp.dim.x = inType->getDimX();
585 mtls->redp.dim.y = inType->getDimY();
586 mtls->redp.dim.z = inType->getDimZ();
660 const Type *inType = ain0->getType();
662 mtls->fep.dim.x = inType->getDimX();
663 mtls->fep.dim.y = inType->getDimY();
664 mtls->fep.dim.z = inType->getDimZ();
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 191 inType = inValues[0].typeString()
193 self.name = "%s_to_%s" % (inType, outType)
195 self.inputs = [("%s in0" % inType, inValues)]
208 inType = inValue.typeString()
210 self.name = "%s_to_%s" % (inType, outType)
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
212 self.inType = inType
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 47 Type inType = ain.getType();
48 dInElement = inType.getElement().getDummyElement(mRS);
49 dInType = inType.getDummyType(mRS, dInElement);
50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTaglet.java 70 public boolean inType() {
  /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...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 433 bool inType = true;
500 inType = false;
507 bool outside = !inType && !mCurrentInfo->mHasSoleMime;
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
HTMLImports.js     [all...]
webcomponents-lite.js     [all...]
CustomElements.js 933 window.CustomEvent = function(inType, params) {
936 e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
  /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 714 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes);
717 ValueRange inValueRange(VariableType(inType, 1));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 736 const DataType inType = m_spec.inputs[inputNdx].type;
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);
    [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...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 2225 milliseconds