Home
last modified time | relevance | path

Searched refs:view (Results 251 - 275 of 637) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/node/src/inspector/
H A Dnode_string.h64 String StringViewToUtf8(v8_inspector::StringView view);
69 std::unique_ptr<Value> parseJSON(v8_inspector::StringView view);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.cpp57 descriptor->colorAttachments[static_cast<uint8_t>(i)].view; in AttachmentStateBlueprint()
67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint()
H A DCommands.h79 Ref<TextureViewBase> view; member
87 Ref<TextureViewBase> view; member
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h41 StringView operator*() { return fPtr->fText.view(); } in operator *()
86 return i < fLines.size() ? fLines[i].fText.view() : StringView{nullptr, 0}; in line()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DAnimationActivity.java12 import android.view.SurfaceHolder;
13 import android.view.SurfaceView;
H A DNavigationSpinner.java10 import android.view.View;
46 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in init()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c535 * subpasses must have a non-zero view mask (though some subpasses may in tu_render_pass_gmem_config()
536 * have only one view) or all must be zero. in tu_render_pass_gmem_config()
538 * This means we only have to check one of the view masks. in tu_render_pass_gmem_config()
961 struct tu_image_view *view) in tu_setup_dynamic_attachment()
963 att->format = view->vk.format; in tu_setup_dynamic_attachment()
964 att->samples = view->image->layout->nr_samples; in tu_setup_dynamic_attachment()
1009 TU_FROM_HANDLE(tu_image_view, view, att_info->imageView); in tu_setup_dynamic_render_pass()
1010 tu_setup_dynamic_attachment(att, view); in tu_setup_dynamic_render_pass()
1017 subpass->samples = view->image->layout->nr_samples; in tu_setup_dynamic_render_pass()
1019 if (vk_format_is_srgb(view in tu_setup_dynamic_render_pass()
960 tu_setup_dynamic_attachment(struct tu_render_pass_attachment *att, struct tu_image_view *view) tu_setup_dynamic_attachment() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c204 const struct fd3_pipe_sampler_view *view = in emit_textures() local
207 OUT_RING(ring, view->texconst0); in emit_textures()
208 OUT_RING(ring, view->texconst1); in emit_textures()
210 view->texconst2 | A3XX_TEX_CONST_2_INDX(BASETABLE_SZ * i)); in emit_textures()
211 OUT_RING(ring, view->texconst3); in emit_textures()
228 const struct fd3_pipe_sampler_view *view = in emit_textures() local
231 struct fd_resource *rsc = fd_resource(view->base.texture); in emit_textures()
233 OUT_RELOC(ring, rsc->bo, view->base.u.buf.offset, 0, 0); in emit_textures()
236 unsigned start = fd_sampler_first_level(&view->base); in emit_textures()
237 unsigned end = fd_sampler_last_level(&view in emit_textures()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp627 TextureViewBase* colorView = renderPass->colorAttachments[i].view.Get(); in ResolveMultisampledRenderPass()
1202 TextureView* view = ToBackend(attachmentInfo.view.Get()); in SetupRenderPass() local
1204 // Set view attachment. in SetupRenderPass()
1210 const D3D12_RENDER_TARGET_VIEW_DESC viewDesc = view->GetRTVDescriptor(); in SetupRenderPass()
1214 ToBackend(view->GetTexture())->GetD3D12Resource(), &viewDesc, baseDescriptor); in SetupRenderPass()
1220 i, attachmentInfo.loadOp, attachmentInfo.clearColor, view->GetD3D12Format()); in SetupRenderPass()
1233 view, resolveDestinationView); in SetupRenderPass()
1242 TextureView* view = ToBackend(renderPass->depthStencilAttachment.view in SetupRenderPass() local
[all...]
H A DSwapChainD3D12.cpp116 MaybeError OldSwapChain::OnBeforePresent(TextureViewBase* view) { in OnBeforePresent() argument
123 ToBackend(view->GetTexture()) in OnBeforePresent()
125 view->GetSubresourceRange()); in OnBeforePresent()
/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()
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp133 wgpu::TextureView view = data->swapchain.GetCurrentTextureView(); in DoRender() local
137 utils::ComboRenderPassDescriptor desc({view}); in DoRender()
152 utils::ComboRenderPassDescriptor desc({view}); in DoRender()
/third_party/skia/gm/
H A Dtexelsubset.cpp99 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, fBitmap, mipmapped)); variable
100 if (!view) {
154 fp1 = GrTextureEffect::MakeSubset(view,
H A Dflippity.cpp133 auto view = sk_gpu_test::MakeTextureProxyViewFromData(dContext, GrRenderable::kNo, origin, in make_reference_image() local
135 if (!view) { in make_reference_image()
141 std::move(view), in make_reference_image()
H A Ddrawquadset.cpp86 SkMatrix view = canvas->getTotalMatrix(); in draw_gradient_tiles() local
87 SkSimpleMatrixProvider matrixProvider(view); in draw_gradient_tiles()
91 static_cast<GrQuadAAFlags>(aa), view, tile); in draw_gradient_tiles()
/third_party/skia/bench/
H A DBulkRectBench.cpp150 SkMatrix view = canvas->getLocalToDeviceAs3x3(); in drawSolidColorsBatch() local
151 SkSimpleMatrixProvider matrixProvider(view); in drawSolidColorsBatch()
154 sdc->drawQuadSet(nullptr, std::move(grPaint), GrAA::kYes, view, batch, kRectCount); in drawSolidColorsBatch()
/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/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()

Completed in 35 milliseconds

1...<<11121314151617181920>>...26