Searched refs:preprocessString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTextureSizePromotion.cpp | 755 fragment_shader = Utilities::preprocessString(fragment_shader, "TEMPLATE_TYPE", type_name); in prepareProgram() 757 …Utilities::preprocessString(fragment_shader, "TEMPLATE_SAMPLER", sampler_prefix.append(sampler_nam… in prepareProgram() 759 …Utilities::preprocessString(fragment_shader, "TEMPLATE_TEXEL_FETCH_ARGUMENTS", texel_fetch_argumen… in prepareProgram() 760 …fragment_shader = Utilities::preprocessString(fragment_shader, "TEMPLATE_COMPONENT", component_nam… in prepareProgram() 1569 std::string preprocessString(std::string source, std::string key, std::string value) in preprocessString() function
|
H A D | gl3cTextureSizePromotion.hpp | 400 std::string preprocessString(std::string source, std::string key, std::string value);
|