Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h147 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
432 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h153 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h156 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
477 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h166 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp93 glu::DataType getBasicType(void) const in getBasicType() function in deqp::ub::VarType
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp86 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in deqp::gls::ub::VarType
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h275 TBasicType getBasicType() const { return type; } in getBasicType() function
Dintermediate.h314 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; } in getBasicType() function in glu::VarType
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp95 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::ubo::VarType
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp88 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::TransformFeedback::VarType
/third_party/glslang/glslang/Include/
DTypes.h134 TBasicType getBasicType() const { return type; } in getBasicType() function
1653 virtual TBasicType getBasicType() const { return basicType; } in getBasicType() function
Dintermediate.h1123 virtual TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function