Searched refs:GenVS (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ | ||
H A D | esextcDrawBuffersIndexedBlending.hpp | 59 std::string GenVS(); |
H A D | esextcDrawBuffersIndexedBlending.cpp | 208 glu::makeVtxFragSources(GenVS().c_str(), GenFS(maxDrawBuffers).c_str())); in iterate() 293 std::string DrawBuffersIndexedBlending::GenVS() in GenVS() function in glcts::DrawBuffersIndexedBlending |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ | ||
H A D | gl4cShaderImageLoadStoreTests.cpp | 1783 BuildProgram(GenVS(internalformat, write_value).c_str(), GenTCS(internalformat, write_value).c_str(), in Write() 1845 std::string GenVS(GLenum internalformat, const T& value) in GenVS() function in gl4cts::__anon27643::BasicAllFormatsStoreGeometryStages 2010 GenVS(internalformat, expected_value).c_str(), GenTCS(internalformat, expected_value).c_str(), in Read() 2095 std::string GenVS(GLenum internalformat, const T& expected_value) in GenVS() function in gl4cts::__anon27643::BasicAllFormatsLoadGeometryStages |
Completed in 14 milliseconds