Searched refs:outValue (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBinaryStream.h43 void readInt(IntT *outValue) argument
45 *outValue = readInt<IntT>();
55 void readBool(bool *outValue) argument
57 *outValue = readBool();
/external/deqp/executor/tools/
H A DxeTestLogCompare.cpp109 , outValue (OUTPUTVALUE_STATUS_CODE)
115 OutputValue outValue; member in struct:CommandLine
344 dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) : iter->statusDetails.c_str());
386 cmdLine.outValue = opts.getOption<opt::OutValue>();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowResources.java233 public boolean resolveAttribute (int resid, TypedValue outValue, boolean resolveRefs) { argument
236 outValue.setTo(foundValue);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp225 static v8::Handle<v8::Function> create(ScriptState* scriptState, ScriptValue* outValue) argument
227 TestFunction* self = new TestFunction(scriptState, outValue);
239 TestFunction(ScriptState* scriptState, ScriptValue* outValue) : ScriptFunction(scriptState), m_value(outValue) { } argument
/external/deqp/modules/gles2/scripts/
H A Dgen-conversions.py172 def __init__(self, inValue, outValue):
174 outType = outValue.typeString()
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const
1031 sstream >> *outValue; local
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const
1042 *outValue = node->ValueStr();
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const
1031 sstream >> *outValue; local
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const
1042 *outValue = node->ValueStr();
/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py185 def __init__(self, inValue, outValue):
187 outType = outValue.typeString()
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp1384 ExecValueAccess outValue = m_value.getValue(m_outValueRange.getType()); local
1386 for (int outElemNdx = 0; outElemNdx < outValue.getType().getNumElements(); outElemNdx++)
1389 outValue.component(outElemNdx) = inValue.component(inElemNdx).value();
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp260 , outValue (outValue_)
278 ValueType outValue; member in struct:deqp::gles2::Functional::BuiltinFuncInfo
1241 bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0;
1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0;
1254 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int.
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp446 , outValue (outValue_)
472 , outValue (outValue_)
492 ValueType outValue; member in struct:deqp::gles3::Functional::BuiltinFuncInfo
1877 bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0;
1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0;
1879 bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != 0;
1891 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int.
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 445 milliseconds