Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java105 final WindowState opaque = createOpaqueFullscreen(false); in testChooseNavigationColorWindowLw() local
118 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw()
119 opaque, opaque, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
121 opaque, dimmingImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
123 opaque, dimmingNonImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
132 opaque, opaque, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
134 opaque, dimmingImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
136 opaque, dimmingNonImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
138 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw()
139 opaque, opaque, invisibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
[all …]
/frameworks/native/cmds/flatland/
DMain.cpp61 0, staticGradient, opaque,
65 0, staticGradient, opaque,
69 0, staticGradient, opaque,
79 0, staticGradient, opaque,
83 0, staticGradient, opaque,
87 0, staticGradient, opaque,
97 0, staticGradient, opaque,
109 0, staticGradient, opaque,
113 0, staticGradient, opaque,
123 0, staticGradient, opaque,
[all …]
DFlatland.h56 Composer* opaque();
/frameworks/native/libs/adbd_auth/include/
Dadbd_auth.h44 void (*key_authorized)(void* opaque, uint64_t id);
91 bool (*callback)(void* opaque, const char* public_key, size_t len),
92 void* opaque) __INTRODUCED_IN(30);
127 size_t len, void* opaque) __INTRODUCED_IN(30);
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp51 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
57 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
72 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
90 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
172 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
178 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()
198 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
209 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
215 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
221 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.h44 bool opaque, const LightInfo& lightInfo) override;
53 const std::vector<sp<RenderNode>>& nodes, bool opaque,
61 void renderLayersImpl(const LayerUpdateQueue& layers, bool opaque);
121 const std::vector<sp<RenderNode>>& nodes, bool opaque,
DSkiaPipeline.cpp83 LayerUpdateQueue* layerUpdateQueue, bool opaque, in renderLayers() argument
88 renderLayersImpl(*layerUpdateQueue, opaque); in renderLayers()
92 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl() argument
293 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame() argument
304 renderLayersImpl(layers, opaque); in renderFrame()
311 renderFrameImpl(layers, clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame()
333 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl() argument
341 if (!opaque || getSurfaceColorType() == kRGBA_F16_SkColorType) { in renderFrameImpl()
DSkiaVulkanPipeline.cpp65 bool opaque, const LightInfo& lightInfo, in draw() argument
73 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
DSkiaOpenGLPipeline.cpp74 bool opaque, const LightInfo& lightInfo, in draw() argument
103 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
DSkiaOpenGLPipeline.h39 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
/frameworks/rs/script_api/
Drs_object_types.spec46 An opaque handle to a RenderScript element.
55 An opaque handle to a RenderScript type.
64 An opaque handle to a RenderScript allocation.
73 An opaque handle to a RenderScript sampler object.
82 An opaque handle to a RenderScript script object.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DRawTexture.java29 public RawTexture(int width, int height, boolean opaque) { in RawTexture() argument
30 mOpaque = opaque; in RawTexture()
/frameworks/base/libs/hwui/renderthread/
DIRenderPipeline.h63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
76 LayerUpdateQueue* layerUpdateQueue, bool opaque,
DRenderProxy.h64 ANDROID_API RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory);
78 ANDROID_API void setOpaque(bool opaque);
/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp386 void IteratePublicKeys(bool (*callback)(void*, const char*, size_t), void* opaque) { in IteratePublicKeys()
396 if (!callback(opaque, line.data(), line.size())) { in IteratePublicKeys()
533 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() argument
534 void* opaque) { in adbd_auth_get_public_keys()
535 ctx->IteratePublicKeys(callback, opaque); in adbd_auth_get_public_keys()
547 void* opaque) { in adbd_auth_prompt_user() argument
548 ctx->PromptUser(std::string_view(public_key, len), opaque); in adbd_auth_prompt_user()
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequence.java53 boolean opaque, int frameCount, int defaultLoopCount) { in FrameSequence() argument
57 mOpaque = opaque; in FrameSequence()
/frameworks/rs/script_api/include/
Drs_object_types.rsh50 * An opaque handle to a RenderScript element.
59 * An opaque handle to a RenderScript type.
68 * An opaque handle to a RenderScript allocation.
77 * An opaque handle to a RenderScript sampler object.
86 * An opaque handle to a RenderScript script object.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityTest.java90 TaskDescription opaque = new TaskDescription(null, null, opaqueColor); in testBackgroundAlwaysOpaque() local
97 .putExtra(WorkLockActivity.EXTRA_TASK_DESCRIPTION, opaque)); in testBackgroundAlwaysOpaque()
/frameworks/base/services/core/jni/
Dcom_android_server_adb_AdbDebuggingManager.cpp83 static void ResultCallback(const PeerInfo* peer_info, void* opaque) { in ResultCallback()
84 auto* p = reinterpret_cast<PairingResultWaiter*>(opaque); in ResultCallback()
/frameworks/base/core/java/android/view/
DTextureView.java201 public void setOpaque(boolean opaque) { in setOpaque() argument
202 if (opaque != mOpaque) { in setOpaque()
203 mOpaque = opaque; in setOpaque()
DViewStructure.java165 public abstract void setOpaque(boolean opaque); in setOpaque() argument
DSurfaceView.java511 boolean opaque = true; in gatherTransparentRegion()
514 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion()
527 opaque = false; in gatherTransparentRegion()
529 return opaque; in gatherTransparentRegion()
/frameworks/base/libs/hwui/
DRenderProperties.h79 bool setOpaque(bool opaque) { return RP_SET(mOpaque, opaque); } in setOpaque() argument
81 bool opaque() const { return mOpaque; } in opaque() function
97 bool needsBlending() const { return !opaque() || alpha() < 255; } in needsBlending()
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java561 public void setOpaque(boolean opaque) { in setOpaque() argument
562 if (mOpaque != opaque) { in setOpaque()
563 mOpaque = opaque; in setOpaque()
1099 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument

123