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

  /external/deqp/framework/opengl/
gluVarType.cpp 31 VarType::VarType (void)
36 VarType::VarType (const VarType& other)
42 VarType::VarType (DataType basicType, Precision precision)
49 VarType::VarType (const VarType& elementType, int arraySize
    [all...]
gluVarType.hpp 47 class VarType
50 VarType (void);
51 VarType (const VarType& other);
53 VarType (DataType basicType, Precision precision); //!< Basic type constructor.
54 VarType (const VarType& elementType, int arraySize); //!< Array type constructor.
55 explicit VarType (const StructType* structPtr); //!< Struct type constructor.
56 ~VarType (void);
65 const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType;
    [all...]
  /frameworks/rs/
spec.h 20 } VarType;
22 extern VarType *currType;
31 VarType ret;
32 VarType params[16];
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 219 VARTYPE VarType;
252 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destProp)
254 if (varType == srcProp.vt)
259 if (varType == VT_BOOL)
347 if (nameToPropID.VarType == VT_BSTR)
349 else if (nameToPropID.VarType == VT_BOOL)
364 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
416 if (!ConvertProperty(value, nameToPropID.VarType, prop.Value))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 66 class VarType
69 VarType (void);
70 VarType (const VarType& other);
71 VarType (glu::DataType basicType, deUint32 flags);
72 VarType (const VarType& elementType, int arraySize);
73 explicit VarType (const StructType* structPtr);
74 ~VarType (void);
83 const VarType& getElementType (void) const { return *m_data.array.elementType;
    [all...]
vktUniformBlockCase.cpp 56 // VarType implementation.
58 VarType::VarType (void)
64 VarType::VarType (const VarType& other)
71 VarType::VarType (glu::DataType basicType, deUint32 flags)
78 VarType::VarType (const VarType& elementType, int arraySize
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 67 // \todo [2012-07-25 pyry] Use glu::VarType.
71 class VarType
74 VarType (void);
75 VarType (const VarType& other);
76 VarType (glu::DataType basicType, deUint32 flags);
77 VarType (const VarType& elementType, int arraySize);
78 explicit VarType (const StructType* structPtr);
79 ~VarType (void)
    [all...]
glsUniformBlockCase.cpp 113 // VarType implementation.
115 VarType::VarType (void)
121 VarType::VarType (const VarType& other)
128 VarType::VarType (glu::DataType basicType, deUint32 flags)
135 VarType::VarType (const VarType& elementType, int arraySize
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 494 NDR64_FORMAT_CHAR VarType;
  /external/clang/lib/Sema/
SemaStmt.cpp 707 QualType VarType = VD->getType();
709 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
710 S.Context.hasSameUnqualifiedType(EnumType, VarType))
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1458 milliseconds