Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DTypedConstant.java36 public final int getBasicType() { in getBasicType() method in TypedConstant
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DTypeBearer.java50 public int getBasicType(); in getBasicType() method
DType.java543 public int getBasicType() { in getBasicType() method in Type
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java307 public final int getBasicType() { in getBasicType() method in RegisterSpec
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp86 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in deqp::gls::ub::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp81 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::ubo::VarType
/external/deqp/framework/opengl/
DgluVarType.hpp62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; } in getBasicType() function in glu::VarType
/external/llvm/unittests/IR/
DMetadataTest.cpp94 DITypeRef getBasicType(StringRef Name) { in getBasicType() function in __anoncc9bfc9a0111::MetadataTest