/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnAttachment.h | 22 wgpu::TextureView view() const { return fView; } in view() function in GrDawnAttachment
|
H A D | GrDawnAttachment.cpp | 40 wgpu::TextureView view = texture.CreateView(); in MakeStencil() local 15 GrDawnAttachment(GrDawnGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int samples, wgpu::Texture texture, wgpu::TextureView view) GrDawnAttachment() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DAttachment.h | 30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view() function in GrD3DAttachment
|
H A D | GrD3DAttachment.cpp | 57 GrD3DDescriptorHeap::CPUHandle view = in MakeStencil() local 12 GrD3DAttachment(GrD3DGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, DXGI_FORMAT format, const D3D12_RESOURCE_DESC& desc, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& view) GrD3DAttachment() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUTextureView.cpp | 24 GPUTextureView::GPUTextureView(wgpu::TextureView view) : view_(std::move(view)) { in GPUTextureView() argument
|
/third_party/skia/gm/ |
H A D | swizzle.cpp | 29 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, bmp, GrMipmapped::kNo)); in DEF_SIMPLE_GPU_GM() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-view.c | 13 GtkWidget *view; in create_view_and_model() local 33 GtkWidget *window, *view, *scrollwin; in treeview_main() local 43 gtk_container_add(GTK_CONTAINER(scrollwin), view); in treeview_main() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() argument 86 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_template() argument 98 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_dx9_template() argument [all...] |
/third_party/skia/tools/sk_app/mac/ |
H A D | WindowContextFactory_mac.h | 22 static inline CGFloat GetBackingScaleFactor(NSView* view) { in GetBackingScaleFactor() argument
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | MainActivity.java | 17 public void startTests(View view) { in startTests() argument
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | DemoActivity.java | 35 public void onClick(View view) { in onClick() argument
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.h | 54 to_tegra_sampler_view(struct pipe_sampler_view *view) in to_tegra_sampler_view() argument 60 tegra_sampler_view_unwrap(struct pipe_sampler_view *view) in tegra_sampler_view_unwrap() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_stateobj_tex.h | 27 nv50_tic_entry(struct pipe_sampler_view *view) in nv50_tic_entry() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 100 void EdgeBundles::view() const { in view() function in EdgeBundles
|
/third_party/skia/samplecode/ |
H A D | SampleCamera.cpp | 50 Sk3DView view; variable
|
/third_party/skia/modules/skplaintexteditor/include/ |
H A D | stringslice.h | 28 SkPlainTextEditor::StringView view() const { return {fPtr.get(), fLength}; } in view() function in SkPlainTextEditor::StringSlice
|
/third_party/ffmpeg/libavutil/ |
H A D | stereo3d.h | 190 enum AVStereo3DView view; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_tile_cache.c | 106 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) sp_tex_tile_is_compat_view() argument 123 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) sp_tex_tile_cache_set_sampler_view() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_sampler_view.c | 68 boolean view = TRUE; in svga_get_tex_sampler_view() local [all...] |
/third_party/node/test/addons/openssl-binding/ |
H A D | binding.cc | 11 auto view = info[0].As<v8::ArrayBufferView>(); in RandomBytes() local 25 auto view = info[0].As<v8::ArrayBufferView>(); in Hash() local [all...] |
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 10 auto view = info[0].As<v8::ArrayBufferView>(); in CompressBytes() local
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_storage_image.c | 224 isl_surf_fill_image_param(const struct isl_device *dev, struct brw_image_param *param, const struct isl_surf *surf, const struct isl_view *view) isl_surf_fill_image_param() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrDstProxyView.h | 50 void setProxyView(GrSurfaceProxyView view) { in setProxyView() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SwapChainTests.cpp | 70 void ClearTexture(wgpu::TextureView view, wgpu::Color color) { in ClearTexture() argument
|
/third_party/python/PC/ |
H A D | winsound.c | 81 Py_buffer view = {NULL, NULL}; in winsound_PlaySound_impl() local
|