Home
last modified time | relevance | path

Searched defs:getBasicTypeElementCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h110 uint16_t getBasicTypeElementCount() const in getBasicTypeElementCount() function
189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
H A DVaryingPacking.cpp310 unsigned int PackedVarying::getBasicTypeElementCount() const in getBasicTypeElementCount() function in gl::PackedVarying
H A DProgramExecutable.h95 unsigned int getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderVars.cpp203 unsigned int ShaderVariable::getBasicTypeElementCount() const in getBasicTypeElementCount() function in sh::ShaderVariable