/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 93 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 D | MidiPortSelector.java | 27 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 D | Commands.h | 79 Ref<TextureViewBase> view; member 87 Ref<TextureViewBase> view; member
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ExternalTextureTests.cpp | 50 // 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.py | 67 with memoryview(b) as view, view.cast("B") as byte_view:
|
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/ |
H A D | ui_test_ui_scroll_view.h | 42 void SetLastPos(UIView* view);
|
/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/ |
H A D | ui_test_list_layout.h | 40 void SetLastPos(UIView* view);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_tree_manager.h | 34 void GetLastEvent(UIView*& view, ViewLifeEvent& event);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | scroll_layer.h | 37 UIScrollView *AddScrollLayer(UIView &view) const;
|
H A D | video_component.h | 40 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 D | stereo3d.h | 45 * 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 D | ecma-dataview-object.h | 32 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 D | deploy.sh | 19 copy info-view.html $DEST/
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.h | 70 etna_update_sampler_source(struct pipe_sampler_view *view, int num);
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.h | 29 GrSurfaceProxyView view,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | SwapChainGL.h | 33 MaybeError OnBeforePresent(TextureViewBase* view) override;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_cursor.c | 44 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 D | dialog_container.h | 186 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 D | nv30_texture.c | 312 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 D | crocus_resource.h | 215 * 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 D | pp_mlaa.c | 137 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 D | GrDawnOpsRenderPass.cpp | 65 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 D | AutoGlitchActivity.java | 23 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 D | VkBackendSurfaceTest.cpp | 74 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 D | RectangleTextureTest.cpp | 177 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()
|