Searched refs:passes (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerUtils.cpp | 89 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/ |
D | BlurFilter.cpp | 135 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/ |
D | run_tests.py | 551 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/ |
D | README | 20 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/ |
D | header.proto | 43 // And this header passes through incidentd without incidentd parsing it.
|
D | powermanager.proto | 55 // display controller. The device typically passes through the dozing
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 23 // 5. After each layer is processed in either of the two passes, the fields
|
D | layered_filter_fast_d1new.rscript | 179 // Another version of MarkLayerMask kernel that directly passes input allocation to kernels
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 92 * addr: Address of the value to compare and replace if the test passes. 94 * newValue: Value to write if the test passes.
|
D | rs_allocation_data.rsh | 2688 * 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/ |
D | reduce.rscript | 298 // rs_matrix4x4: 64-bit passes this by reference
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce.rscript | 300 // rs_matrix4x4: 64-bit passes this by reference
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 107 After the plugin is created and passes all permission/security checks, then the plugin will receive…
|