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

  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; }
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 176 public boolean isStruct()
420 throw new XMPException("IsStruct and IsArray options are mutually exclusive",
  /external/clang/include/clang/AST/
APValue.h 189 bool isStruct() const { return Kind == Struct; }
300 assert(isStruct() && "Invalid accessor");
304 assert(isStruct() && "Invalid accessor");
308 assert(isStruct() && "Invalid accessor");
312 assert(isStruct() && "Invalid accessor");
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 95 Bool isStruct;
122 Bool isStruct;
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
212 if (isStruct)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
272 if (isStruct)
    [all...]

Completed in 162 milliseconds