Searched
refs:getLog (Results
326 -
350 of
793) sorted by null
<<11121314151617181920>>
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferTests.cpp | 84 tcu::TestLog& log = m_testCtx.getLog();
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeIndirectComputeDispatchTests.cpp | 205 testCtx.getLog() << tcu::TestLog::Message << "GL_DISPATCH_INDIRECT_BUFFER size = " << m_bufferSize << tcu::TestLog::EndMessage; 207 tcu::ScopedLogSection section(testCtx.getLog(), "Commands", "Indirect Dispatch Commands (" + de::toString(m_dispatchCommands.size()) + " in total)"); 211 testCtx.getLog() 352 testCtx.getLog()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateCBTests.cpp | 86 tcu::TestLog &log = m_context.getTestContext().getLog();
|
/external/deqp/modules/egl/ |
teglConfigList.cpp | 63 tcu::TestLog& log = m_testCtx.getLog();
|
teglMultiContextTests.cpp | 118 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles2/functional/ |
es2fFboStateQueryTests.cpp | 52 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
|
/external/deqp/modules/gles2/performance/ |
es2pTextureCases.cpp | 94 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureMipmapTests.cpp | 137 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) 242 TestLog& log = m_testCtx.getLog(); 430 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) 524 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles3/functional/ |
es3fFboStateQueryTests.cpp | 76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage; 113 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage; 126 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; 138 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 << "; got " << got << TestLog::EndMessage; [all...] |
/external/deqp/modules/gles3/performance/ |
es3pBlendTests.cpp | 79 TestLog& log = m_testCtx.getLog();
|
es3pTextureCases.cpp | 93 TestLog& log = m_testCtx.getLog();
|
/external/jetty/src/java/org/eclipse/jetty/util/log/ |
Log.java | 199 public static Logger getLog()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
BitmapFontDistanceFieldTest.java | 44 throw new RuntimeException("Shader compilation failed:\n" + getLog());
|
FrameBufferTest.java | 153 if (meshShader.isCompiled() == false) throw new IllegalStateException(meshShader.getLog());
|
MipMapTest.java | 72 if (!shader.isCompiled()) throw new GdxRuntimeException("shader error: " + shader.getLog());
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
TextureArrayTest.java | 70 System.out.println(shaderProgram.getLog());
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/ |
GwtTest.java | 65 if (!shader.isCompiled()) throw new GdxRuntimeException(shader.getLog());
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
AnimatedVectorDrawable_Delegate.java | 96 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, "AnimatedVectorDrawable path " +
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
AppCompatActionBar.java | 95 Bridge.getLog().warning(LayoutLog.TAG_BROKEN,
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 33 private static Log log = LogFactory.getLog(BodyDescriptor.class);
|
MimeStreamParser.java | 51 private static final Log log = LogFactory.getLog(MimeStreamParser.class);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 40 private static Log log = LogFactory.getLog(DecoderUtil.class);
|
/packages/services/Telephony/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 33 private static Log log = LogFactory.getLog(BodyDescriptor.class);
|
MimeStreamParser.java | 51 private static final Log log = LogFactory.getLog(MimeStreamParser.class);
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 40 private static Log log = LogFactory.getLog(DecoderUtil.class);
|
Completed in 1002 milliseconds
<<11121314151617181920>>