Home
last modified time | relevance | path

Searched refs:prepareBlockVariableStrings (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp1241 void Utils::prepareBlockVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_s… in prepareBlockVariableStrings() function in gl4cts::GLSL420Pack::Utils
6332 …Utils::prepareBlockVariableStrings(in_stage, Utils::INPUT, test_case, "vec4", "test", "input_block… in prepareShaderSource()
6343 …Utils::prepareBlockVariableStrings(in_stage, Utils::OUTPUT, test_case, "vec4", "test", "output_blo… in prepareShaderSource()
16001 …Utils::prepareBlockVariableStrings(in_stage, Utils::INPUT, in_qualifiers, type_name.c_str(), "vari… in prepareDrawShaderSource()
16011 …Utils::prepareBlockVariableStrings(in_stage, Utils::OUTPUT, out_qualifiers, type_name.c_str(), "va… in prepareDrawShaderSource()
H A Dgl4cShadingLanguage420PackTests.hpp415 …static void prepareBlockVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_…