OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faulty
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
145
* >0 = Number of
faulty
pixels
218
faultyPixels++; // The pixel is
faulty
if the color is not found
224
log << TestLog::Message << faultyPixels << "
faulty
pixel(s) found." << TestLog::EndMessage;
238
* >0 = Number of
faulty
pixels
255
* >0 = Number of
faulty
pixels
275
bool
faulty
= false;
local
290
faulty
= true;
295
if (
faulty
)
296
log << TestLog::Message << "
Faulty
pixel(s) found." << TestLog::EndMessage;
298
return !
faulty
;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
148
* >0 = Number of
faulty
pixels
221
faultyPixels++; // The pixel is
faulty
if the color is not found
227
log << TestLog::Message << faultyPixels << "
faulty
pixel(s) found." << TestLog::EndMessage;
241
* >0 = Number of
faulty
pixels
258
* >0 = Number of
faulty
pixels
278
bool
faulty
= false;
local
293
faulty
= true;
298
if (
faulty
)
299
log << TestLog::Message << "
Faulty
pixel(s) found." << TestLog::EndMessage;
301
return !
faulty
;
[
all
...]
Completed in 331 milliseconds