Home
last modified time | relevance | path

Searched refs:LogSource (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogSource.java62 public class LogSource { class
154 private LogSource() { in LogSource() method in LogSource
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp2455 void Shader::LogSource(deqp::Context& context, const std::string& source, STAGES stage) in LogSource() function in gl4cts::EnhancedLayouts::Utils::Shader
2511 LogSource(context, m_source, m_stage); in log()
3148 Shader::LogSource(context, m_vertex_shader, Shader::VERTEX); in log()
3149 Shader::LogSource(context, m_tess_ctrl_shader, Shader::TESS_CTRL); in log()
3150 Shader::LogSource(context, m_tess_eval_shader, Shader::TESS_EVAL); in log()
3151 Shader::LogSource(context, m_geometry_shader, Shader::GEOMETRY); in log()
3152 Shader::LogSource(context, m_fragment_shader, Shader::FRAGMENT); in log()
3153 Shader::LogSource(context, m_compute_shader, Shader::COMPUTE); in log()
6211 Utils::Shader::LogSource(m_context, cs_source, Utils::Shader::COMPUTE); in test()
6284 Utils::Shader::LogSource(m_context, vs_source, Utils::Shader::VERTEX); in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp344 static void LogSource(deqp::Context& context, const std::string& source, STAGES stage);
/external/apache-http/api/
Dcurrent.txt685 @Deprecated public class LogSource {