Home
last modified time | relevance | path

Searched defs:VarType (Results 1 – 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DVarType.java35 public enum VarType { enum
65 VarType(){ in VarType() method in VarType
68 VarType(boolean multiData, boolean textureType){ in VarType() method in VarType
/external/deqp/framework/opengl/
DgluVarType.cpp31 VarType::VarType (void) in VarType() function in glu::VarType
36 VarType::VarType (const VarType& other) in VarType() function in glu::VarType
42 VarType::VarType (DataType basicType, Precision precision) in VarType() function in glu::VarType
49 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in glu::VarType
57 VarType::VarType (const StructType* structPtr) in VarType() function in glu::VarType
DgluVarType.hpp47 class VarType class
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp40 auto VarType = Var.getType(); in start() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp115 VarType::VarType (void) in VarType() function in deqp::gls::ub::VarType
121 VarType::VarType (const VarType& other) in VarType() function in deqp::gls::ub::VarType
128 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType() function in deqp::gls::ub::VarType
135 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in deqp::gls::ub::VarType
143 VarType::VarType (const StructType* structPtr) in VarType() function in deqp::gls::ub::VarType
DglsUniformBlockCase.hpp71 class VarType class
/external/llvm/unittests/IR/
DValueMapTest.cpp118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp108 VARTYPE VarType; member
/external/clang/lib/CodeGen/
DCGBlocks.cpp1733 QualType VarType; member in __anon6d5224e80211::CXXByrefHelpers
DCodeGenModule.cpp2172 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
/external/clang/lib/Sema/
DSemaStmt.cpp706 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
DSemaDeclCXX.cpp9528 QualType VarType; member in __anoned96b9421011::RefBuilder
9535 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()
DSemaOpenMP.cpp2462 auto VarType = Var->getType(); in CheckOpenMPIterationSpace() local