Home
last modified time | relevance | path

Searched refs:view (Results 501 - 525 of 993) sorted by relevance

1...<<21222324252627282930>>...40

/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp93 GLRendererRoster::GetRenderer(BGLView *view, ulong options) in GetRenderer() argument
102 renderer = item.entry(view, options); in GetRenderer()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiPortSelector.java27 import android.view.View;
69 public void onItemSelected(AdapterView<?> parent, View view, in MidiPortSelector()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h79 Ref<TextureViewBase> view; member
87 Ref<TextureViewBase> view; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DExternalTextureTests.cpp50 // Create a texture view for the external texture in TEST_P()
51 wgpu::TextureView view = texture.CreateView(); in TEST_P() local
53 // Create an ExternalTextureDescriptor from the texture view in TEST_P()
55 externalDesc.plane0 = view; in TEST_P()
91 // Create a texture view for the external texture in TEST_P()
106 // Create an ExternalTextureDescriptor from the texture view in TEST_P()
/third_party/python/Lib/
H A D_compression.py67 with memoryview(b) as view, view.cast("B") as byte_view:
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.h42 void SetLastPos(UIView* view);
/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/
H A Dui_test_list_layout.h40 void SetLastPos(UIView* view);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_tree_manager.h34 void GetLastEvent(UIView*& view, ViewLifeEvent& event);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dscroll_layer.h37 UIScrollView *AddScrollLayer(UIView &view) const;
H A Dvideo_component.h40 bool OnClick(UIView &view, const ClickEvent &event) override
45 UIImageView *image = reinterpret_cast<UIImageView *>(&view);
163 bool OnClick(UIView &view, const ClickEvent& event) override
/third_party/ffmpeg/libavutil/
H A Dstereo3d.h45 * possible codec-independent view arrangements.
145 * List of possible view types.
154 * Frame contains only the left view.
159 * Frame contains only the right view.
165 * Inverted views, Right/Bottom represents the left view.
190 enum AVStereo3DView view; member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.h32 ecma_value_t ecma_op_dataview_get_set_view_value (ecma_value_t view, ecma_value_t request_index,
/third_party/node/deps/v8/tools/turbolizer/
H A Ddeploy.sh19 copy info-view.html $DEST/
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.h70 etna_update_sampler_source(struct pipe_sampler_view *view, int num);
/third_party/skia/src/gpu/ops/
H A DLatticeOp.h29 GrSurfaceProxyView view,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSwapChainGL.h33 MaybeError OnBeforePresent(TextureViewBase* view) override;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c44 return base + plane_state->view.color_plane[0].offset; in intel_cursor_base()
124 plane_state->view.color_plane[0].offset = offset; in intel_cursor_check_surface()
125 plane_state->view.color_plane[0].x = src_x; in intel_cursor_check_surface()
126 plane_state->view.color_plane[0].y = src_y; in intel_cursor_check_surface()
198 CURSOR_STRIDE(plane_state->view.color_plane[0].mapping_stride); in i845_cursor_ctl()
237 plane_state->view.color_plane[0].mapping_stride != fb->pitches[0]); in i845_check_cursor()
454 plane_state->view.color_plane[0].mapping_stride != fb->pitches[0]); in i9xx_check_cursor()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.h186 static void SetView(const RefPtr<AceView>& view, double density, int32_t width, int32_t height,
188 static void SetViewNew(const RefPtr<AceView>& view, double density, int32_t width, int32_t height,
212 void AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c312 struct pipe_sampler_view *view) in nv30_sampler_view_destroy()
314 pipe_resource_reference(&view->texture, NULL); in nv30_sampler_view_destroy()
315 FREE(view); in nv30_sampler_view_destroy()
311 nv30_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nv30_sampler_view_destroy() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h215 * In addition to the normal pipe_resource, this adds an ISL view
222 struct isl_view view; member
236 * Image view representation.
240 struct isl_view view; member
246 * A view of a surface that can be bound to a color render target or
251 struct isl_view view; member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c137 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_jimenezmlaa_run()
168 arr[0] = p->view; in pp_jimenezmlaa_run()
200 arr[1] = p->view; in pp_jimenezmlaa_run()
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.cpp65 colorAttachment.view = static_cast<GrDawnRenderTarget*>(fRenderTarget)->textureView(); in beginRenderPass()
76 depthStencilAttachment.view = stencilAttachment->view(); in beginRenderPass()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAutoGlitchActivity.java23 import android.view.View;
61 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
133 public void onShareResult(View view) { in onShareResult() argument
/third_party/skia/tests/
H A DVkBackendSurfaceTest.cpp74 auto[view, _] = as_IB(drmImage.get()) -> asView(dContext, GrMipmapped::kNo); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
75 REPORTER_ASSERT(reporter, view); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
76 const GrSurfaceProxy* proxy = view.proxy(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
H A DRectangleTextureTest.cpp177 GrSurfaceProxyView view(rectProxy, origin, swizzle); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
179 test_basic_draw_as_src(reporter, dContext, view, grII.colorType(), kPremul_SkAlphaType, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
186 auto rectContext = dContext->priv().makeSC(std::move(view), grII.colorInfo()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()

Completed in 14 milliseconds

1...<<21222324252627282930>>...40