/third_party/skia/modules/skottie/tests/ |
H A D | Image.cpp | 70 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 D | virgl_encode.h | 52 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 D | vmw_surface.h | 72 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 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/mesa3d/src/gallium/tests/graw/ |
H A D | clear.c | 23 struct pipe_surface *surf; variable
|
/third_party/skia/tests/ |
H A D | VkBackendSurfaceTest.cpp | 81 const GrSurface* surf = proxy->peekSurface(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
|
H A D | PinnedImageTest.cpp | 22 static bool surface_is_expected_color(SkSurface* surf, const SkImageInfo& ii, SkColor color) { in surface_is_expected_color() argument
|
H A D | SpecialSurfaceTest.cpp | 20 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 D | WrappedSurfaceCopyOnWriteTest.cpp | 43 sk_sp<SkSurface> surf = makeDirectBackendSurface(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local [all...] |
H A D | GLBackendSurfaceTest.cpp | 85 auto surf = SkSurface::MakeRenderTarget( in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
|
H A D | VerticesTest.cpp | 151 auto surf = SkSurface::MakeRasterN32Premul(3, 3); in DEF_TEST() local
|
H A D | TextureBindingsResetTest.cpp | 91 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 D | ImageCycleBench.cpp | 44 auto surf = canvas->makeSurface(ii); variable
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsurface.c | 54 _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 D | svga_shader_buffer.c | 320 struct svga_winsys_surface *surf; in svga_validate_shader_buffer_resources() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 108 struct pipe_resource *surf; variable
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_static.c | 88 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 D | etnaviv_surface.c | 92 struct etna_surface *surf = CALLOC_STRUCT(etna_surface); in etna_create_surface() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.h | 71 struct rbug_resource *surf; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.h | 67 fd4_emit_format(struct pipe_surface *surf) in fd4_emit_format() argument
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTargetProxy.cpp | 57 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() argument
|
H A D | GrTextureRenderTargetProxy.cpp | 76 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(sk_sp<GrSurface> surf, in GrTextureRenderTargetProxy() argument
|
/third_party/skia/tools/ |
H A D | blob_cache_sim.cpp | 73 sk_sp<SkSurface> surf = SkSurface::MakeRasterN32Premul(iBounds.width() + 16, in main() local
|
H A D | skottie2movie.cpp | 33 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 D | imagefilterscropped.cpp | 65 auto surf = SkSurface::MakeRasterN32Premul(bounds.width(), bounds.height()); in draw_bitmap() local 86 auto surf = SkSurface::MakeRasterN32Premul(80, 80); in make_checkerboard() local
|