Home
last modified time | relevance | path

Searched defs:isBasicType (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java69 public abstract BasicType isBasicType(); in isBasicType() method in TypeData
148 public BasicType isBasicType() { return this; } in isBasicType() method in TypeData.BasicType
238 public BasicType isBasicType() { in isBasicType() method in TypeData.TypeVar
647 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ArrayType
730 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ArrayElement
780 public BasicType isBasicType() { return type.isBasicType(); } in isBasicType() method in TypeData.UninitTypeVar
842 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ClassName
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp76 bool isBasicType(void) const in isBasicType() function in deqp::ub::VarType
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in deqp::gls::ub::VarType
/external/deqp/framework/opengl/
DgluVarType.hpp58 bool isBasicType (void) const { return m_type == VARTYPE_BASIC; } in isBasicType() function in glu::VarType
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp83 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::TransformFeedback::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType