Home
last modified time | relevance | path

Searched defs:view (Results 276 - 300 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c340 struct pan_image_view view = { in panvk_meta_clear_color_img() local
407 struct pan_image_view view = { in panvk_meta_clear_zs_img() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c596 struct vn_image_view *view = in vn_CreateImageView() local
620 struct vn_image_view *view = vn_image_view_from_handle(imageView); in vn_DestroyImageView() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.h228 struct isl_view view; member
260 struct isl_view view; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c377 struct lima_sampler_view *view = lima_sampler_view(pview); in lima_sampler_view_destroy() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h222 struct isl_view view; member
240 struct isl_view view; member
251 struct isl_view view; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c296 struct pipe_image_view *view = &nvc0->images[s][i]; in nve4_compute_validate_surfaces() local
220 gm107_compute_validate_surfaces(struct nvc0_context *nvc0, struct pipe_image_view *view, int slot) gm107_compute_validate_surfaces() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c793 struct r300_sampler_view *view; in r300_merge_textures_and_samplers() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp119 recycleShaderView( const GrD3DDescriptorHeap::CPUHandle& view) recycleShaderView() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp105 GrSurfaceProxyView view; in Make() local
[all...]
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp321 GrSurfaceProxyView view; in onDrawPath() local
197 DrawToTargetWithShapeMask( GrSurfaceProxyView view, SurfaceDrawContext* sdc, GrPaint&& paint, const GrUserStencilSettings& userStencilSettings, const GrClip* clip, const SkMatrix& viewMatrix, const SkIPoint& textureOriginInDeviceSpace, const SkIRect& deviceSpaceRectToDraw) DrawToTargetWithShapeMask() argument
[all...]
H A DFillRectOp.cpp476 MakeNonAARect(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& view, const SkRect& rect, const GrUserStencilSettings* stencil) MakeNonAARect() argument
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp224 static bool save_pixels(GrDirectContext* dContext, GrSurfaceProxyView view, GrColorType colorType, argument
/third_party/skia/src/core/
H A DSkMaskFilter.cpp362 GrSurfaceProxyView SkMaskFilterBase::filterMaskGPUNoxFormed(GrRecordingContext*, GrSurfaceProxyView view, in filterMaskGPUNoxFormed() argument
348 filterMaskGPU(GrRecordingContext*, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, const SkMatrix& ctm, const SkIRect& maskRect) const filterMaskGPU() argument
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp627 write_input_desc_set(GrVkGpu* gpu, VkImageView view, VkImageLayout layout, VkDescriptorSet descSet) write_input_desc_set() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DGlitchActivity.java272 public void onStartAudioTest(View view) throws IOException { in onStartAudioTest() argument
287 public void onCancel(View view) { in onCancel() argument
293 public void onStopAudioTest(View view) { in onStopAudioTest() argument
H A DRoundTripLatencyActivity.java352 public void onMeasure(View view) { in onMeasure() argument
384 public void onAverage(View view) { in onAverage() argument
388 public void onCancel(View view) { in onCancel() argument
H A DStreamConfigurationView.java283 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected() argument
308 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
320 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
334 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
347 public void onItemSelected(AdapterView<?> parent, View view, in argument
362 onItemSelected(AdapterView<?> parent, View view, int pos, long id) onItemSelected() argument
[all...]
H A DTestDisconnectActivity.java209 public void onCancel(View view) { in onCancel() argument
215 public void onStopAudioTest(View view) { in onStopAudioTest() argument
221 public void onStartDisconnectTest(View view) { in onStartDisconnectTest() argument
228 public void onStopDisconnectTest(View view) { in onStopDisconnectTest() argument
241 public void onFailTest(View view) { in onFailTest() argument
245 public void onSkipTest(View view) { in onSkipTest() argument
250 public void onShareResult(View view) { in onShareResult() argument
[all...]
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp402 GrSurfaceProxyView view; in asFragmentProcessor() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp357 ResultOrError<Aspect> SingleAspectUsedByImageCopyTexture(const ImageCopyTexture& view) { in SingleAspectUsedByImageCopyTexture() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp920 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local
930 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local
940 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local
950 wgpu::TextureView view = device.CreateTexture(&texDesc).CreateView(&viewDesc); TEST_F() local
[all...]
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument
64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp309 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetView() local
293 SetView( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetView() argument
312 SetViewNew( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetViewNew() argument
323 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); SetViewNew() local
327 AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width, int32_t height, uint32_t windowId) AttachView() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize() local

Completed in 24 milliseconds

1...<<11121314151617181920