Searched refs:attribute_name_prefix (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 2573 const glw::GLchar* attribute_name_prefix, in getSamplingFunctionCall() argument 2589 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_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() 2625 …stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index) <<… in getSamplingFunctionCall() 2626 << var2str(attribute_name_prefix, attribute_grad_x, attribute_index) << ", " in getSamplingFunctionCall() 2627 << var2str(attribute_name_prefix, attribute_grad_y, attribute_index); in getSamplingFunctionCall() 2654 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 2672 stream << ", " << var2str(attribute_name_prefix, attribute_texture_coordinate, attribute_index); in getSamplingFunctionCall() 3036 const glw::GLchar* attribute_name_prefix, const glw::GLchar* attribute_index, in getShadowSamplingFunctionCall() argument [all …]
|
D | esextcTextureCubeMapArraySampling.hpp | 620 glw::GLuint n_components, const glw::GLchar* attribute_name_prefix, 640 glw::GLuint n_components, const glw::GLchar* attribute_name_prefix,
|