Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2050 virtual void prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type,
2204 virtual void prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type,
2633 using VaryingLocationsTest::prepareShaderStage;
2635 void prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& vector_type,
Dgl4cEnhancedLayoutsTests.cpp12366 prepareShaderStage(Utils::Shader::FRAGMENT, type, program_interface, varying_passthrough); in test()
12367 prepareShaderStage(Utils::Shader::GEOMETRY, type, program_interface, varying_passthrough); in test()
12368 prepareShaderStage(Utils::Shader::TESS_CTRL, type, program_interface, varying_passthrough); in test()
12369 prepareShaderStage(Utils::Shader::TESS_EVAL, type, program_interface, varying_passthrough); in test()
12370 prepareShaderStage(Utils::Shader::VERTEX, type, program_interface, varying_passthrough); in test()
12429 void VaryingLocationsTest::prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& type, in test() function in gl4cts::EnhancedLayouts::VaryingLocationsTest
12799 void VaryingArrayLocationsTest::prepareShaderStage(Utils::Shader::STAGES stage, const Utils::Type& … in test() function in gl4cts::EnhancedLayouts::VaryingArrayLocationsTest
14821prepareShaderStage(Utils::Shader::FRAGMENT, vector_type, program_interface, test_case, varying_pas… in test()
14822prepareShaderStage(Utils::Shader::GEOMETRY, vector_type, program_interface, test_case, varying_pas… in test()
14823prepareShaderStage(Utils::Shader::TESS_CTRL, vector_type, program_interface, test_case, varying_pa… in test()
[all …]