Searched refs:var2str (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 68 struct var2str struct 78 var2str(const glw::GLchar* prefix, const glw::GLchar* name, const glw::GLchar* index) in var2str() function 840 std::ostream& operator<<(std::ostream& stream, const var2str& var) in operator <<() 2585 stream << " " << var2str(0, color_variable_name, color_variable_index); in getSamplingFunctionCall() 2589 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 2603 stream << " " << var2str(0, color_variable_name, color_variable_index); in getSamplingFunctionCall() 2606 …stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index) <<… in getSamplingFunctionCall() 2607 << var2str(attribute_name_prefix, attribute_lod, attribute_index); in getSamplingFunctionCall() 2621 stream << " " << var2str(0, color_variable_name, color_variable_index); in getSamplingFunctionCall() 2625 …stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index) <<… in getSamplingFunctionCall() [all …]
|