Searched defs:boolValue (Results 1 - 15 of 15) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2823 bool boolValue[16] = {0}; local
2825 boolValue[j] = static_cast<bool>(value[j]);
2826 return WebGLGetInfo(boolValue, length);
4388 bool boolValue[4]; local
4390 boolValue[ii] = static_cast<bool>(value[ii]);
4391 return WebGLGetInfo(boolValue, 4);
/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 ...
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h107 bool boolValue; member in union:_NPVariant::__anon14652
135 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
156 (_v).value.boolValue = !!(_val); \
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h135 bool boolValue; member in union:_NPVariant::__anon14686
163 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
184 (_v).value.boolValue = !!(_val); \
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h1004 inline bool boolValue() const { function in class:SkPdfNativeObject
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.cpp185 bool boolValue = SkToBool(value.fOperand.fS32); local
188 fDynamic = boolValue;
196 fMirror = boolValue;
199 fReset = boolValue;
/external/deqp/framework/qphelper/
H A DqpXmlWriter.h49 deBool boolValue; member in struct:qpXmlAttribute_s
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
70 attrib.boolValue = (deBool)0xFFFFFFFFu;
81 attrib.boolValue = value;
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp159 bool boolValue; member in union:rsg::Token::__anon19795
191 m_arg.boolValue = value;
220 return m_arg.boolValue;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp684 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
686 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
688 const int size = glu::getDataTypeScalarSize(boolValue.type);
698 if (boolValue.val.boolV[i])
712 if (boolValue.val.boolV[i])
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp835 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
837 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
839 const int size = glu::getDataTypeScalarSize(boolValue.type);
849 if (boolValue.val.boolV[i])
863 if (boolValue.val.boolV[i])
873 if (boolValue.val.boolV[i])
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp734 static VarValue getRandomBoolRepresentation (const VarValue& boolValue, const glu::DataType targetScalarType, Random& rnd) argument
736 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
738 const int size = glu::getDataTypeScalarSize(boolValue.type);
748 if (boolValue.val.boolV[i])
762 if (boolValue.val.boolV[i])
772 if (boolValue.val.boolV[i])
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h1004 inline bool boolValue() const { function in class:SkPdfNativeObject
/external/skia/src/animator/
H A DSkAnimateBase.cpp185 bool boolValue = SkToBool(value.fOperand.fS32); local
188 fDynamic = boolValue;
196 fMirror = boolValue;
199 fReset = boolValue;

Completed in 576 milliseconds