Home
last modified time | relevance | path

Searched refs:WriteField (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestSubcase.cpp112 void WriteField(tcu::TestLog& log, const char* title, std::string message) in WriteField() function
149 WriteField(log, "Title", Title()); in Documentation()
150 WriteField(log, "Purpose", Purpose()); in Documentation()
151 WriteField(log, "Method", Method()); in Documentation()
152 WriteField(log, "Pass Criteria", PassCriteria()); in Documentation()
157 WriteField(log, "OpenGL vertex shader", vsh); in Documentation()
161 WriteField(log, "OpenGL vertex shader 2", vsh2); in Documentation()
165 WriteField(log, "OpenGL tessellation control shader", tcsh); in Documentation()
169 WriteField(log, "OpenGL tessellation control shader 2", tcsh2); in Documentation()
173 WriteField(log, "OpenGL tessellation evaluation shader", tesh); in Documentation()
[all …]
/third_party/nghttp2/integration-tests/
Dserver_tester.go484 _ = st.enc.WriteField(pair(":method", method))
490 _ = st.enc.WriteField(pair(":scheme", scheme))
496 _ = st.enc.WriteField(pair(":authority", authority))
502 _ = st.enc.WriteField(pair(":path", path))
504 _ = st.enc.WriteField(pair("test-case", rp.name))
507 _ = st.enc.WriteField(h)
530 _ = st.enc.WriteField(h)
Dnghttpx_http2_test.go2005 _ = st.enc.WriteField(h)