Home
last modified time | relevance | path

Searched defs:vertex_code (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderNegativeTests.cpp91 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args); in iterate() local
250 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args); in iterate() local
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc743 std::shared_ptr<Effect> Device::create_effect(const std::string& vertex_code, in create_effect()