HomeSort by relevance Sort by last modified time
    Searched defs:boolVal (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 40 bool boolVal;
45 Scalar (bool v) : boolVal (v) {}
70 template <> inline bool Scalar::as<bool> (void) const { return boolVal; }
71 template <> inline bool& Scalar::as<bool> (void) { return boolVal; }
103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; }
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; }
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; }
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; }
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this;
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 168 VARIANT_BOOL boolVal;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 189 VARIANT_BOOL boolVal;
oaidl.h 274 VARIANT_BOOL boolVal;
345 VARIANT_BOOL boolVal;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 125 milliseconds