Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerUtils.cpp89 bool passes = true; in rectsAreSame() local
92 passes &= valuesMatch(message, ref.mDisplayFrame, val.mDisplayFrame, "display frame"); in rectsAreSame()
93 passes &= valuesMatch(message, ref.mPlaneAlpha, val.mPlaneAlpha, "alpha"); in rectsAreSame()
94 passes &= valuesMatch(message, ref.mSwapCount, val.mSwapCount, "swap count"); in rectsAreSame()
95 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop"); in rectsAreSame()
97 if (passes) { in rectsAreSame()
/frameworks/native/libs/renderengine/gl/filters/
DBlurFilter.cpp135 const auto passes = min(kMaxPasses, (uint32_t)ceil(radius)); in prepare() local
137 const float radiusByPasses = radius / (float)passes; in prepare()
155 for (auto i = 1; i < passes; i++) { in prepare()
/frameworks/rs/tests/lldb/
Drun_tests.py551 passes = sum(1 for key, value in state.results.items() if value == 'pass')
552 log.info('Current pass rate: %s of %s executed.', passes, len(state.results))
662 passes = 0
671 passes += 1
683 assert passes + failures == total, 'Invalid test results status'
691 log.log_and_print('{0} of {1} passed'.format(passes, total))
693 log.log_and_print('{0}% rate'.format((passes*100)/total))
/frameworks/base/tests/AccessoryDisplay/
DREADME20 displays it in a SurfaceView. The sink also injects passes touch
35 a private virtual display which passes the framebuffer through
/frameworks/base/core/proto/android/os/
Dheader.proto43 // And this header passes through incidentd without incidentd parsing it.
Dpowermanager.proto55 // display controller. The device typically passes through the dozing
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh23 // 5. After each layer is processed in either of the two passes, the fields
Dlayered_filter_fast_d1new.rscript179 // Another version of MarkLayerMask kernel that directly passes input allocation to kernels
/frameworks/rs/script_api/include/
Drs_atomic.rsh92 * addr: Address of the value to compare and replace if the test passes.
94 * newValue: Value to write if the test passes.
Drs_allocation_data.rsh2688 * This function has two styles. One passes the value to be stored using a void*,
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript298 // rs_matrix4x4: 64-bit passes this by reference
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript300 // rs_matrix4x4: 64-bit passes this by reference
/frameworks/base/packages/SystemUI/docs/
Dplugins.md107 After the plugin is created and passes all permission/security checks, then the plugin will receive…