Home
last modified time | relevance | path

Searched refs:render_context (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/tinytemplate/src/
Dtemplate.rs159 let mut render_context = RenderContext { in render_into() localVariable
179 write!(output, "{}", render_context.lookup_index()?.0).unwrap() in render_into()
182 write!(output, "{}", render_context.lookup_index()?.0 == 0).unwrap() in render_into()
185 let (index, length) = render_context.lookup_index()?; in render_into()
189 let value_to_render = render_context.lookup_root()?; in render_into()
195 let value_to_render = render_context.lookup(path)?; in render_into()
202 let value_to_render = render_context.lookup(path)?; in render_into()
219 "@index" => render_context.lookup_index()?.0 != 0, in render_into()
220 "@first" => render_context.lookup_index()?.0 == 0, in render_into()
222 let (index, length) = render_context.lookup_index()?; in render_into()
[all …]
/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp199 glu::RenderContext& render_context = m_context.getRenderContext(); in verify() local
200 glu::GLSLVersion glsl_version = glu::getContextTypeGLSLVersion(render_context.getType()); in verify()
247 …glu::draw(render_context, program.getProgram(), DE_LENGTH_OF_ARRAY(vertex_arrays), &vertex_arrays[… in verify()
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dmako_renderer.py144 template.render_context(Context(output_file, **dictionary))
182 template.render_context(Context(output_file, **args))
/external/grpc-grpc/tools/buildgen/
Dmako_renderer.py145 template.render_context(Context(output_file, **dictionary))
183 template.render_context(Context(output_file, **args))
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp307 const glu::RenderContext& render_context, in executeQuery() argument
313 const glw::Functions& gl = render_context.getFunctions(); in executeQuery()
479 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
512 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
1134 const glu::RenderContext& render_context) in isQuerySupported() argument
1143 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) && in isQuerySupported()
1155 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) && in isQuerySupported()
1166 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) && in isQuerySupported()
1447 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local
1459 const glw::Functions& gl = render_context.getFunctions(); in iterate()
[all …]
Dgl4cPipelineStatisticsQueryTests.hpp265 const glu::RenderContext& render_context, tcu::TestContext& test_context,
284 const glu::RenderContext& render_context);
Dgl4cSparseBufferTests.cpp1216 glu::RenderContext& render_context = context.getRenderContext(); in BufferTextureStorageTestCase() local
1218 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) || in BufferTextureStorageTestCase()
/external/grpc-grpc/tools/run_tests/python_utils/
Dreport_utils.py156 mytemplate.render_context(Context(output_file, **args))
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dreport_utils.py169 mytemplate.render_context(Context(output_file, **args))