/third_party/node/src/inspector/ |
H A D | node_string.h | 64 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 D | AttachmentState.cpp | 57 descriptor->colorAttachments[static_cast<uint8_t>(i)].view; in AttachmentStateBlueprint() 67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint()
|
H A D | Commands.h | 79 Ref<TextureViewBase> view; member 87 Ref<TextureViewBase> view; member
|
/third_party/skia/modules/skplaintexteditor/include/ |
H A D | editor.h | 41 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 D | AnimationActivity.java | 12 import android.view.SurfaceHolder; 13 import android.view.SurfaceView;
|
H A D | NavigationSpinner.java | 10 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 D | tu_pass.c | 535 * 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 D | fd3_emit.c | 204 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 D | CommandBufferD3D12.cpp | 627 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 D | SwapChainD3D12.cpp | 116 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 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()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ManualSwapChainTest.cpp | 133 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 D | texelsubset.cpp | 99 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, fBitmap, mipmapped)); variable 100 if (!view) { 154 fp1 = GrTextureEffect::MakeSubset(view,
|
H A D | flippity.cpp | 133 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 D | drawquadset.cpp | 86 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 D | BulkRectBench.cpp | 150 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 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/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()
|