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

  /external/deqp/framework/opengl/
gluVarType.hpp 58 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; }
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
  /external/llvm/lib/IR/
DebugInfo.cpp 158 /// isBasicType - Return true if the specified tag is legal for
160 bool DIDescriptor::isBasicType() const {
228 return isBasicType() || isCompositeType() || isDerivedType();
459 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
472 if (isBasicType())
484 return isBasicType() && DbgNode->getNumOperands() == 10;
    [all...]

Completed in 1019 milliseconds