Home
last modified time | relevance | path

Searched defs:img (Results 76 - 100 of 281) sorted by relevance

12345678910>>...12

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_base_render_engine_unit_test.cpp200 auto img = renderEngine->CreateEglImageFromBuffer(*canvas, nullptr, nullptr); in HWTEST() local
H A Drs_unittest_base_render_engine_test.cpp147 auto img = renderEngine->CreateEglImageFromBuffer(*canvas, nullptr, nullptr); in HWTEST() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp30 void RSImageCache::CacheDrawingImage(uint64_t uniqueId, std::shared_ptr<Drawing::Image> img) in CacheDrawingImage() argument
196 CacheRenderDrawingImageByPixelMapId(uint64_t uniqueId, std::shared_ptr<Drawing::Image> img, pid_t tid) CacheRenderDrawingImageByPixelMapId() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp535 sk_sp<SkImage> img; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_engine_test.cpp200 auto img = renderEngine->CreateEglImageFromBuffer(*canvas, nullptr, nullptr); in HWTEST() local
/third_party/ffmpeg/libavcodec/
H A Dlibaomdec.c63 static void image_copy_16_to_8(AVFrame *pic, struct aom_image *img) in image_copy_16_to_8() argument
88 static int set_pix_fmt(AVCodecContext *avctx, struct aom_image *img) in set_pix_fmt() argument
164 struct aom_image *img; aom_decode() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_image_external.cpp167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs() local
/third_party/backends/backend/
H A Du12-image.c194 static void fnColorDirect( U12_Device *dev, void *pb, void *img, u_long len ) in fnColorDirect() argument
214 static void fnColor42( U12_Device *dev, void *pb, void *img, u_long len ) in fnColor42() argument
308 u12image_GetPhysDPI( U12_Device *dev, ImgDef *img, SANE_Bool fDpiX ) in u12image_GetPhysDPI() argument
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c51 _cupsImageReadBMP( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadBMP() argument
[all...]
H A Dimage-sun.c66 _cupsImageReadSunRaster( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadSunRaster() argument
[all...]
H A Dimage-zoom.c79 _cupsImageZoomNew( cups_image_t *img, int xc0, int yc0, int xc1, int yc1, int xsize, int ysize, int rotated, cups_iztype_t type) _cupsImageZoomNew() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglimage.h101 _eglInitImage(_EGLImage *img, _EGLDisplay *disp) in _eglInitImage() argument
111 _eglGetImage(_EGLImage *img) in _eglGetImage() argument
123 _eglPutImage(_EGLImage *img) in _eglPutImage() argument
134 _eglLinkImage(_EGLImage *img) _eglLinkImage() argument
146 _eglUnlinkImage(_EGLImage *img) _eglUnlinkImage() argument
159 _EGLImage *img = (_EGLImage *) image; _eglLookupImage() local
170 _eglGetImageHandle(_EGLImage *img) _eglGetImageHandle() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c70 VAImage *img; in vlVaCreateSubpicture() local
126 VAImage *img; in vlVaSubpictureImage() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.c128 const struct pipe_image_view *img = images; in svga_set_shader_images() local
189 struct pipe_image_view *img = &cur_image_view->desc; in svga_set_shader_images() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h106 st_texture_image_const(const struct gl_texture_image *img) in st_texture_image_const() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c61 translate_image(struct fd5_image *img, struct pipe_image_view *pimg) in translate_image() argument
138 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, enum pipe_shader_type shader) emit_image_tex() argument
177 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, struct fd5_image *img, enum pipe_shader_type shader) emit_image_ssbo() argument
224 struct fd5_image img; fd5_emit_images() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c63 static void translate_image(struct fd4_image *img, struct pipe_image_view *pimg) in translate_image() argument
154 emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, struct fd4_image *img, enum pipe_shader_type shader) emit_image_tex() argument
200 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, struct fd4_image *img, enum pipe_shader_type shader) emit_image_ssbo() argument
244 struct fd4_image img; fd4_emit_images() local
[all...]
/third_party/skia/third_party/externals/angle2/samples/particle_system/
H A DParticleSystem.cpp114 TGAImage img; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc198 auto& img = color_images_[i]; in CopyImagesToBuffers() local
207 auto& img = resolve_images_[i]; CopyImagesToBuffers() local
233 auto& img = color_images_[i]; CopyBuffersToImages() local
245 auto& img = resolve_images_[i]; CopyBuffersToImages() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DASTC_Decoder.cpp29 void write_imageblock(unsigned char *img, in write_imageblock() argument
/third_party/skia/tests/
H A DMipMapTest.cpp218 static void fill_in_mips(SkMipmapBuilder* builder, sk_sp<SkImage> img) { in fill_in_mips() argument
230 auto img = GetResourceAsImage("images/mandrill_128.png")->makeRasterImage(); in DEF_TEST() local
257 auto img = GetResourceAsImage("images/mandrill_128.png")->makeRasterImage(); DEF_TEST() local
[all...]
H A DExtendedSkColorTypeTests.cpp220 auto img = SkImage::MakeFromTexture(dContext, backendTex, kTopLeft_GrSurfaceOrigin, in gpu_tests() local
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
H A DD3d12maDumpVis.py203 img = Image.new('RGB', (IMG_SIZE_X, iImgSizeY), 'white') variable
/third_party/skia/tools/skqp/src/
H A Dskqp_model.cpp33 Check(const SkPixmap& minImg, const SkPixmap& maxImg, const SkPixmap& img, unsigned tolerance, SkBitmap* errorOut) Check() argument
/third_party/skia/gm/
H A Dimage_shader.cpp173 auto img = make_checker_img(N, N, SK_ColorBLACK, SK_ColorWHITE, 7)->withDefaultMipmaps(); in DEF_SIMPLE_GM() local

Completed in 13 milliseconds

12345678910>>...12