Home
last modified time | relevance | path

Searched refs:out_fragment_shader_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcMultipleContextsTests.cpp76 … const glw::GLchar *&out_geometry_shader_code, const glw::GLchar *&out_fragment_shader_code);
345 const glw::GLchar *&out_fragment_shader_code) in getShaders() argument
552 out_fragment_shader_code = fragmenty_shader_code; in getShaders()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp601 … getPassThroughFragmentShaderCode(samplerType sampler_type, std::string &out_fragment_shader_code);
617 std::string &out_fragment_shader_code);
H A DesextcTextureCubeMapArraySampling.cpp2117 … std::string &out_fragment_shader_code) in getPassThroughFragmentShaderCode() argument
2147 out_fragment_shader_code = stream.str(); in getPassThroughFragmentShaderCode()
2483 … std::string &out_fragment_shader_code) in getSamplingFragmentShaderCode() argument
2552 out_fragment_shader_code = stream.str(); in getSamplingFragmentShaderCode()