Home
last modified time | relevance | path

Searched refs:view (Results 601 - 625 of 980) sorted by relevance

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.h51 * @brief get view from index.
52 * if inView is null, adapter will new a view. if not, adapter will delete the inView and new a view.
55 * @return the special number view in list
58 void DeleteView(UIView *&view) override {}
/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.h67 bool OnClick(UIView &view, const ClickEvent& event) override;
/foundation/arkui/ui_lite/test/uitest/test_clip/
H A Dui_test_clip.h41 bool OnClick(UIView& view, const ClickEvent& event) override;
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h115 struct pipe_sampler_view *view);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h113 * The sampler and sampler-view state is mapped to a single hardware
122 * sampler view, because resource shadowing/etc can result
128 } view[16]; member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_colors.c50 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_nocolor()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.h44 u_surface_default_template(struct pipe_surface *view,
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.h43 bool blitTexture(GrSurfaceProxyView view,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DWorkloadView.java21 import android.view.LayoutInflater;
83 * the current context for the view.
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
H A DMainActivity.java26 import android.view.MotionEvent;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.h54 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view);
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.h36 MaybeError OnBeforePresent(TextureViewBase* view) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.h36 void DeleteWhenUnused(VkImageView view);
/third_party/vk-gl-cts/framework/platform/ios/
H A DtcuIOSPlatform.hh48 ScreenManager (tcuEAGLView* view);
/third_party/glfw/examples/
H A Dboing.c219 mat4x4 projection, view; in reshape() local
235 mat4x4_look_at( view, eye, center, up ); in reshape()
237 glLoadMatrixf((const GLfloat*) view); in reshape()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c241 struct pipe_sampler_view *view = svga->curr.sampler_views[shader][i]; in make_fs_key() local
243 if (view) { in make_fs_key()
244 struct pipe_resource *tex = view->texture; in make_fs_key()
/third_party/skia/gm/
H A Dimage_pict.cpp305 auto [view, ct] = as_IB(image)->asView(canvas->recordingContext(), GrMipmapped::kNo); in draw_as_tex()
306 if (!view) { in draw_as_tex()
317 std::move(view), in draw_as_tex()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_draw.c180 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_predraw_check_stage_inputs() local
182 if (view->texture != view->base.texture && in v3d_predraw_check_stage_inputs()
183 view->base.format != PIPE_FORMAT_X32_S8X24_UINT) in v3d_predraw_check_stage_inputs()
184 v3d_update_shadow_texture(pctx, &view->base); in v3d_predraw_check_stage_inputs()
186 v3d_flush_jobs_writing_resource(v3d, view->texture, in v3d_predraw_check_stage_inputs()
213 struct v3d_image_view *view = &v3d->shaderimg[s].si[i]; in v3d_predraw_check_stage_inputs() local
215 v3d_flush_jobs_reading_resource(v3d, view->base.resource, in v3d_predraw_check_stage_inputs()
307 struct v3d_sampler_view *view = v3d_sampler_view(pview); in v3d_state_reads_resource() local
308 struct v3d_resource *v_rsc = v3d_resource(view in v3d_state_reads_resource()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c653 struct pipe_sampler_view *view) in nv50_sampler_view_destroy()
655 pipe_resource_reference(&view->texture, NULL); in nv50_sampler_view_destroy()
657 nv50_screen_tic_free(nv50_context(pipe)->screen, nv50_tic_entry(view)); in nv50_sampler_view_destroy()
659 FREE(nv50_tic_entry(view)); in nv50_sampler_view_destroy()
671 struct pipe_sampler_view *view = views ? views[i] : NULL; in nv50_stage_set_sampler_views() local
676 if (view && view->texture) { in nv50_stage_set_sampler_views()
677 struct pipe_resource *res = view->texture; in nv50_stage_set_sampler_views()
689 nv50->textures[s][i] = view; in nv50_stage_set_sampler_views()
691 pipe_sampler_view_reference(&nv50->textures[s][i], view); in nv50_stage_set_sampler_views()
652 nv50_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nv50_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c685 struct r600_pipe_sampler_view *view, in texture_buffer_sampler_view()
688 struct r600_texture *tmp = (struct r600_texture*)view->base.texture; in texture_buffer_sampler_view()
693 params.pipe_format = view->base.format; in texture_buffer_sampler_view()
694 params.offset = view->base.u.buf.offset; in texture_buffer_sampler_view()
695 params.size = view->base.u.buf.size; in texture_buffer_sampler_view()
696 params.swizzle[0] = view->base.swizzle_r; in texture_buffer_sampler_view()
697 params.swizzle[1] = view->base.swizzle_g; in texture_buffer_sampler_view()
698 params.swizzle[2] = view->base.swizzle_b; in texture_buffer_sampler_view()
699 params.swizzle[3] = view->base.swizzle_a; in texture_buffer_sampler_view()
701 evergreen_fill_buffer_resource_words(rctx, view in texture_buffer_sampler_view()
684 texture_buffer_sampler_view(struct r600_context *rctx, struct r600_pipe_sampler_view *view, unsigned width0, unsigned height0) texture_buffer_sampler_view() argument
919 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); evergreen_create_sampler_view_custom() local
1036 unsigned view; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp147 ID3D11Resource *GetViewResource(ID3D11View *view) in GetViewResource() argument
150 ASSERT(view); in GetViewResource()
151 view->GetResource(&resource); in GetViewResource()
252 void StateManager11::ViewCache<ViewType, DescType>::update(size_t resourceIndex, ViewType *view) in update() argument
257 record->view = reinterpret_cast<uintptr_t>(view); in update()
258 if (view) in update()
260 record->resource = reinterpret_cast<uintptr_t>(GetViewResource(view)); in update()
261 view->GetDesc(&record->desc); in update()
273 } while (mHighestUsedView > 0 && mCurrentViews[mHighestUsedView].view in update()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp103 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR) in getSubView() argument
105 const int clampedBase = de::clamp(baseLevel, 0, view.getNumLevels()-1); in getSubView()
106 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView()
108 return tcu::Texture1DView(numLevels, view.getLevels()+clampedBase); in getSubView()
111 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams = DE_NULL) in getSubView() argument
113 const int clampedBase = de::clamp(baseLevel, 0, view.getNumLevels()-1); in getSubView()
114 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView()
116 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase, view.isES2(), minLodParams); in getSubView()
119 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, in argument
132 getSubView(const tcu::Texture3DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams = DE_NULL) getSubView() argument
140 getSubView(const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR = DE_NULL) getSubView() argument
571 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local
593 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local
605 const tcu::Texture1DView view = getSubView(src, params.baseLevel, params.maxLevel, DE_NULL); sampleTexture() local
714 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local
919 const tcu::Texture3DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local
1418 const tcu::Texture2DView view = getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel, sampleParams.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); computeTextureLookupDiff() local
[all...]
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H A Dgraph_converter.py149 dot.render(out_graph_file_name, format='svg', cleanup=True, view=False)
228 dot.render(out_graph_file_name, format='svg', cleanup=True, view=False)
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp203 void UICheckBox::Callback(UIView* view) in Callback() argument
213 void UICheckBox::OnStop(UIView& view) in OnStop() argument
H A Dui_button.cpp345 void UIButton::ButtonAnimator::Callback(UIView* view) in Callback() argument
355 void UIButton::ButtonAnimator::OnStop(UIView& view) in OnStop() argument

Completed in 22 milliseconds

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