Searched refs:GetCommonVariableProperty (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 594 GLint GetCommonVariableProperty(const sh::ShaderVariable &var, GLenum prop) in GetCommonVariableProperty() function 624 return GetCommonVariableProperty(attribute, prop); in GetInputResourceProperty() 651 return GetCommonVariableProperty(outputVariable, prop); in GetOutputResourceProperty() 1667 return GetCommonVariableProperty(uniform, resourceProp); in GetUniformResourceProperty() 1716 return GetCommonVariableProperty(bufferVariable, prop); in GetBufferVariableResourceProperty()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 694 GLint GetCommonVariableProperty(const sh::ShaderVariable &var, GLenum prop) in GetCommonVariableProperty() function 724 return GetCommonVariableProperty(variable, prop); in GetInputResourceProperty() 766 return GetCommonVariableProperty(outputVariable, prop); in GetOutputResourceProperty() 1880 return GetCommonVariableProperty(uniform, resourceProp); in GetUniformResourceProperty() 1935 return GetCommonVariableProperty(bufferVariable, prop); in GetBufferVariableResourceProperty()
|