Home
last modified time | relevance | path

Searched defs:surf (Results 26 - 50 of 301) sorted by relevance

12345678910>>...13

/third_party/skia/gm/
H A Dcgm.c61 sk_surface_t* surf = sk_surface_new_raster(info, &surfaceProps); in sk_test_c_api() local
H A Ddropshadowimagefilter.cpp70 auto surf = SkSurface::MakeRasterN32Premul(bounds.width(), bounds.height()); in draw_bitmap() local
/third_party/skia/modules/skottie/tests/
H A DImage.cpp70 auto surf = SkSurface::MakeRasterN32Premul(200, 100); in DEF_TEST() local
111 auto surf = SkSurface::MakeRasterN32Premul(render_size.width(), render_size.height()); in DEF_TEST() local
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h52 static inline struct virgl_surface *virgl_surface(struct pipe_surface *surf) in virgl_surface() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h72 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) in svga_winsys_surface() argument
80 vmw_svga_winsys_surface(struct svga_winsys_surface *surf) in vmw_svga_winsys_surface() argument
/third_party/mesa3d/src/intel/isl/
H A Disl_storage_image.c224 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/mesa3d/src/gallium/tests/graw/
H A Dclear.c23 struct pipe_surface *surf; variable
/third_party/skia/tests/
H A DVkBackendSurfaceTest.cpp81 const GrSurface* surf = proxy->peekSurface(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
H A DPinnedImageTest.cpp22 static bool surface_is_expected_color(SkSurface* surf, const SkImageInfo& ii, SkColor color) { in surface_is_expected_color() argument
H A DSpecialSurfaceTest.cpp20 static const SkIRect& Subset(const SkSpecialSurface* surf) { in Subset() argument
32 static void test_surface(const sk_sp<SkSpecialSurface>& surf, in test_surface() argument
[all...]
H A DWrappedSurfaceCopyOnWriteTest.cpp43 sk_sp<SkSurface> surf = makeDirectBackendSurface(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
[all...]
H A DGLBackendSurfaceTest.cpp85 auto surf = SkSurface::MakeRenderTarget( in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
H A DVerticesTest.cpp151 auto surf = SkSurface::MakeRasterN32Premul(3, 3); in DEF_TEST() local
/third_party/skia/bench/
H A DImageCycleBench.cpp44 auto surf = canvas->makeSurface(ii); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_gem.c45 qxl_gem_object_create(struct qxl_device *qdev, int size, int alignment, int initial_domain, bool discardable, bool kernel, struct qxl_surface *surf, struct drm_gem_object **obj) qxl_gem_object_create() argument
81 qxl_gem_object_create_with_handle(struct qxl_device *qdev, struct drm_file *file_priv, u32 domain, size_t size, struct qxl_surface *surf, struct drm_gem_object **gobj, uint32_t *handle) qxl_gem_object_create_with_handle() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_gem.c45 qxl_gem_object_create(struct qxl_device *qdev, int size, int alignment, int initial_domain, bool discardable, bool kernel, struct qxl_surface *surf, struct drm_gem_object **obj) qxl_gem_object_create() argument
81 qxl_gem_object_create_with_handle(struct qxl_device *qdev, struct drm_file *file_priv, u32 domain, size_t size, struct qxl_surface *surf, struct drm_gem_object **gobj, uint32_t *handle) qxl_gem_object_create_with_handle() argument
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c54 _eglParseSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list) in _eglParseSurfaceAttribList() argument
359 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, _EGLConfig *conf, const EGLint *attrib_list, void *native_surface) _eglInitSurface() argument
785 _eglReleaseTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) _eglReleaseTexImage() argument
820 _eglSurfaceHasMutableRenderBuffer(_EGLSurface *surf) _eglSurfaceHasMutableRenderBuffer() argument
828 _eglSurfaceInSharedBufferMode(_EGLSurface *surf) _eglSurfaceInSharedBufferMode() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader_buffer.c320 struct svga_winsys_surface *surf; in svga_validate_shader_buffer_resources() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c108 struct pipe_resource *surf; variable
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c88 struct i915_surface *surf = i915_surface(cbuf_surface); in update_framebuffer() local
108 struct i915_surface *surf = i915_surface(depth_surface); in update_framebuffer() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c92 struct etna_surface *surf = CALLOC_STRUCT(etna_surface); in etna_create_surface() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h71 struct rbug_resource *surf; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h67 fd4_emit_format(struct pipe_surface *surf) in fd4_emit_format() argument
/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp57 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() argument
H A DGrTextureRenderTargetProxy.cpp76 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(sk_sp<GrSurface> surf, in GrTextureRenderTargetProxy() argument

Completed in 9 milliseconds

12345678910>>...13