Searched refs:belt (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 1016 for (const auto& belt : b.uniforms) { in sCheckVariables() local 1017 if (strcmp(aelt.name, belt.name)) continue; in sCheckVariables() 1018 res = res && sVarCheck(pData, ValidationQualifier::UNIFORM, aelt, belt); in sCheckVariables() 1023 for (const auto& belt : b.varyings) { in sCheckVariables() local 1024 if (strcmp(aelt.name, belt.name)) continue; in sCheckVariables() 1025 res = res && sVarCheck(pData, ValidationQualifier::VARYING, aelt, belt); in sCheckVariables() 1030 for (const auto& belt : b.interfaceBlocks) { in sCheckVariables() local 1031 if (strcmp(aelt.name, belt.name)) continue; in sCheckVariables() 1032 res = res && sInterfaceBlockCheck(pData, aelt, belt); in sCheckVariables()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1826 * True indicates belt is buckled. 1843 * Adjusts the shoulder belt anchor point.
|