Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DArrayType.java88 public Type getBasicType() { in getBasicType() method in ArrayType
/external/angle/src/compiler/translator/
DTypes.h155 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
476 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h168 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp93 glu::DataType getBasicType(void) const in getBasicType() function in deqp::ub::VarType
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp98 glu::DataType getBasicType(void) const in getBasicType() function in deqp::gls::ub::VarType
/external/deqp/framework/opengl/
DgluVarType.hpp71 DataType getBasicType(void) const in getBasicType() function in glu::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp108 glu::DataType getBasicType(void) const in getBasicType() function in vkt::ubo::VarType
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp100 glu::DataType getBasicType(void) const in getBasicType() function in vkt::TransformFeedback::VarType
/external/angle/third_party/glslang/src/glslang/Include/
DTypes.h126 TBasicType getBasicType() const { return type; } in getBasicType() function
1822 virtual TBasicType getBasicType() const { return basicType; } in getBasicType() function
Dintermediate.h1085 virtual TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function
/external/deqp-deps/glslang/glslang/Include/
DTypes.h126 TBasicType getBasicType() const { return type; } in getBasicType() function
1810 virtual TBasicType getBasicType() const { return basicType; } in getBasicType() function
Dintermediate.h1053 virtual TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function
/external/llvm/unittests/IR/
DMetadataTest.cpp99 DIType *getBasicType(StringRef Name) { in getBasicType() function in __anonfb2143af0111::MetadataTest