Home
last modified time | relevance | path

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

/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 == TYPE_BASIC; } in isBasicType() function in glu::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp88 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp135 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor