Searched refs:m_log (Results 1 - 25 of 68) sorted by relevance

123

/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
96 m_log << TestLo
[all...]
H A Des3fNegativeStateApiTests.cpp75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
78 m_log << TestLog::EndSection;
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
85 m_log << TestLog::EndSection;
92 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
96 m_log << TestLog::EndSection;
100 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
104 m_log << TestLog::EndSection;
108 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
112 m_log << TestLo
[all...]
H A Des3fNegativeBufferApiTests.cpp57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
60 m_log << TestLog::EndSection;
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
67 m_log << TestLog::EndSection;
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
74 m_log << TestLog::EndSection;
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
85 m_log << TestLog::EndSection;
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
90 m_log << TestLo
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
80 m_log << tcu::TestLog::EndSection;
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
95 m_log << tcu::TestLog::EndSection;
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
108 m_log << tcu::TestLog::EndSection;
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
121 m_log << tcu::TestLog::EndSection;
125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
128 m_log << tc
[all...]
H A Des3fNegativeTextureApiTests.cpp103 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
109 m_log << TestLog::EndSection;
119 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
124 m_log << TestLog::EndSection;
126 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
144 m_log << TestLog::EndSection;
153 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
158 m_log << TestLog::EndSection;
162 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
181 m_log << TestLo
[all...]
H A Des3fNegativeShaderApiTests.cpp98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
101 m_log << TestLog::EndSection;
107 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
110 m_log << TestLog::EndSection;
112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
116 m_log << TestLog::EndSection;
118 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
122 m_log << TestLog::EndSection;
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
134 m_log << TestLo
[all...]
H A Des3fApiCase.cpp45 , m_log (getLog())
72 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << TestLog::EndMessage;
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage;
93 m_log << TestLog::Message << "// ERROR: expected " << (expected ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
105 m_log << TestLog::Message << "// No supported extensions available." << TestLog::EndMessage;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
96 m_log << TestLo
[all...]
H A Des2fNegativeBufferApiTests.cpp54 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
57 m_log << TestLog::EndSection;
61 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
64 m_log << TestLog::EndSection;
68 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
71 m_log << TestLog::EndSection;
79 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
82 m_log << TestLog::EndSection;
84 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
87 m_log << TestLo
[all...]
H A Des2fNegativeVertexArrayApiTests.cpp60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
70 m_log << tcu::TestLog::EndSection;
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
85 m_log << tcu::TestLog::EndSection;
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
92 m_log << tcu::TestLog::EndSection;
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
98 m_log << tcu::TestLog::EndSection;
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
103 m_log << tc
[all...]
H A Des2fNegativeShaderApiTests.cpp73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
76 m_log << TestLog::EndSection;
83 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
85 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
87 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
90 m_log << TestLog::EndSection;
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
96 m_log << TestLog::EndSection;
98 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
102 m_log << TestLo
[all...]
H A Des2fNegativeStateApiTests.cpp69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
72 m_log << TestLog::EndSection;
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
90 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
98 m_log << TestLog::EndSection;
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
106 m_log << TestLo
[all...]
H A Des2fNegativeTextureApiTests.cpp110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
116 m_log << TestLog::EndSection;
123 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
126 m_log << TestLog::EndSection;
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
137 m_log << TestLog::EndSection;
148 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
151 m_log << TestLog::EndSection;
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
159 m_log << TestLo
[all...]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java40 private FileInputStream m_log; field in class:TestLogParser
49 m_log = null;
59 assert m_log == null;
65 m_log = new FileInputStream(m_logFileName);
72 assert m_log != null;
76 if (m_log != null)
77 m_log.close();
81 m_log = null;
89 assert m_log != null;
95 final int numAvailable = m_log
[all...]
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.hpp49 tcu::TestLog& getLog (void) { return m_log; }
53 tcu::TestLog& m_log; member in class:glu::CallLogWrapper
H A DgluCallLogWrapper.inl8 m_log << TestLog::Message << "glCreateSyncFromCLeventARB(" << toHex(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ");" << TestLog::EndMessage;
11 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
18 m_log << TestLog::Message << "glBlendBarrierKHR(" << ");" << TestLog::EndMessage;
25 m_log << TestLog::Message << "glCullFace(" << getFaceStr(param0) << ");" << TestLog::EndMessage;
32 m_log << TestLog::Message << "glFrontFace(" << getWindingStr(param0) << ");" << TestLog::EndMessage;
39 m_log << TestLog::Message << "glHint(" << getHintStr(param0) << ", " << getHintModeStr(param1) << ");" << TestLog::EndMessage;
46 m_log << TestLog::Message << "glLineWidth(" << param0 << ");" << TestLog::EndMessage;
53 m_log << TestLog::Message << "glPointSize(" << param0 << ");" << TestLog::EndMessage;
60 m_log << TestLog::Message << "glPolygonMode(" << toHex(param0) << ", " << toHex(param1) << ");" << TestLog::EndMessage;
67 m_log << TestLo
[all...]
/external/deqp/framework/egl/
H A DegluCallLogWrapper.inl8 m_log << TestLog::Message << "eglGetError(" << ");" << TestLog::EndMessage;
11 m_log << TestLog::Message << "// " << getErrorStr(returnValue) << " returned" << TestLog::EndMessage;
18 m_log << TestLog::Message << "eglGetDisplay(" << toHex(param0) << ");" << TestLog::EndMessage;
21 m_log << TestLog::Message << "// " << getEGLDisplayStr(returnValue) << " returned" << TestLog::EndMessage;
28 m_log << TestLog::Message << "eglInitialize(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ");" << TestLog::EndMessage;
31 m_log << TestLog::Message << "// " << (returnValue != EGL_FALSE ? "EGL_TRUE" : "EGL_FALSE") << " returned" << TestLog::EndMessage;
38 m_log << TestLog::Message << "eglTerminate(" << getEGLDisplayStr(param0) << ");" << TestLog::EndMessage;
41 m_log << TestLog::Message << "// " << (returnValue != EGL_FALSE ? "EGL_TRUE" : "EGL_FALSE") << " returned" << TestLog::EndMessage;
48 m_log << TestLog::Message << "eglQueryString(" << getEGLDisplayStr(param0) << ", " << param1 << ");" << TestLog::EndMessage;
51 m_log << TestLo
[all...]
H A DegluCallLogWrapper.hpp45 tcu::TestLog& m_log; member in class:eglu::CallLogWrapper
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java52 m_log = log;
58 if (m_log != null)
60 Logger.pop (m_log);
61 m_log = null;
112 protected Logger m_log; // not null only within run() field in class:Processor
/external/deqp/framework/common/
H A DtcuTestLog.cpp72 : m_log(other.m_log)
79 m_log = other.m_log;
86 m_log->writeMessage(m_str.str().c_str());
87 return *m_log;
94 m_log->startSample();
99 m_log->writeSampleValue(val->value.float64);
101 m_log->writeSampleValue(val->value.int64);
106 m_log
[all...]
H A DtcuTestContext.cpp39 , m_log (log)
82 : m_log (DE_NULL)
90 : m_log (&log)
99 if (m_log != DE_NULL)
100 (*m_log) << TestLog::Message << m_prefix << msg << TestLog::EndMessage;
H A DtcuTestContext.hpp55 TestLog& getLog (void) { return m_log; }
75 TestLog& m_log; //!< Test log. member in class:tcu::TestContext
110 TestLog* m_log; member in class:tcu::ResultCollector
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java61 m_log = Logger.getLogger ();
62 m_verbose = m_log.atVERBOSE ();
79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log
249 protected Logger m_log; // every report generator is used on a single thread but the logger needs to be run()-scoped field in class:AbstractReportGenerator
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java68 m_log = Logger.getLogger ();
80 final boolean trace1 = m_log.atTRACE1 ();
82 if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLevel);
105 if (trace1) m_log.trace1 ("loadClass", "using parent's version for [" + name + "]");
140 if (trace1) m_log.trace1 ("loadClass", "[delegation filter] using parent's version for [" + name + "]");
161 final boolean trace1 = m_log.atTRACE1 ();
163 if (trace1) m_log.trace1 ("getResource", "(" + name + "): nest level " + m_nestLevel);
166 if (trace1 && (result != null)) m_log.trace1 ("loadClass", "[" + name + "] found in " + result);
177 final boolean trace1 = m_log.atTRACE1 ();
179 if (trace1) m_log
451 private final Logger m_log; // a loader instance is used concurrently but cached its log config at construction time field in class:InstrClassLoader
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ...");
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
149 m_log = Logger.getLogger (); // each path enumerator caches its logger at creation time
150 m_verbose = m_log.atVERBOSE ();
151 m_trace1 = m_log.atTRACE1 ();
176 if (trace1) m_log.trace1 ("enumeratePathDir", "recursing into [" + child.getName () + "] ...");
192 if (trace1) m_log.trace1 ("enumeratePathDir", "processing file [" + child.getName () + "] ...");
234 if (trace1) m_log.trace1 ("enumeratePathArchive", "processing archive entry [" + entry.getName () + "] ...");
269 if (m_verbose) m_log.verbose (" added manifest Class-Path entry [" + path + "]");
319 private final Logger m_log; field in class:IPathEnumerator.Factory.PathEnumerator
[all...]

Completed in 1666 milliseconds

123