Home
last modified time | relevance | path

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

12345678910>>...12

/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
H A DTextureBindingsResetTest.cpp91 auto surf = SkSurface::MakeRenderTarget(dContext, SkBudgeted::kYes, info, 1, nullptr); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/bench/
H A DImageCycleBench.cpp44 auto surf = canvas->makeSurface(ii); variable
/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
/third_party/skia/tools/
H A Dblob_cache_sim.cpp73 sk_sp<SkSurface> surf = SkSurface::MakeRasterN32Premul(iBounds.width() + 16, in main() local
H A Dskottie2movie.cpp33 static void produce_frame(SkSurface* surf, skottie::Animation* anim, double frame) { in produce_frame() argument
97 sk_sp<SkSurface> surf; in main() local
[all...]
/third_party/skia/gm/
H A Dimagefilterscropped.cpp65 auto surf = SkSurface::MakeRasterN32Premul(bounds.width(), bounds.height()); in draw_bitmap() local
86 auto surf = SkSurface::MakeRasterN32Premul(80, 80); in make_checkerboard() local

Completed in 9 milliseconds

12345678910>>...12