Home
last modified time | relevance | path

Searched refs:vertex_code (Results 1 – 3 of 3) 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
96 makeVtxFragSources(vertex_code.c_str(), fragment_code.c_str())); in iterate()
250 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args); in iterate() local
255 makeVtxFragSources(vertex_code.c_str(), fragment_code.c_str())); in iterate()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h115 std::shared_ptr<Effect> create_effect(const std::string& vertex_code,
Dosr_d3d11_win.cc743 std::shared_ptr<Effect> Device::create_effect(const std::string& vertex_code, in create_effect() argument
749 const auto vs_blob = compile_shader(vertex_code, vertex_entry, vertex_model); in create_effect()