OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refframe
(Results
26 - 27
of
27
) sorted by null
1
2
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
578
tcu::Surface
refFrame
(width, height);
614
render(context,
refFrame
);
629
bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result",
refFrame
, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
440
tcu::Surface
refFrame
(width, height);
476
render(context,
refFrame
);
490
bool imagesOk = compare(
refFrame
, gles3Frame);
[
all
...]
Completed in 141 milliseconds
1
2