| /third_party/mesa3d/src/mesa/main/ |
| H A D | texstore.c | 122 GLint img; in _mesa_memcpy_texture() local 131 GLint img, row; in _mesa_memcpy_texture() local 166 GLint img, row; _mesa_texstore_z32() local 196 GLint img, row; _mesa_texstore_x8_z24() local 226 GLint img, row; _mesa_texstore_z24_x8() local 260 GLint img, row; _mesa_texstore_z16() local 308 GLint img, row; _mesa_texstore_ycbcr() local 330 GLint img, row; _mesa_texstore_z24_s8() local 409 GLint img, row; _mesa_texstore_s8_z24() local 498 GLint img, row; _mesa_texstore_s8() local 539 GLint img, row; _mesa_texstore_z32f_x24s8() local 678 int img; texstore_rgba() local [all...] |
| H A D | image.c | 116 _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_offset() argument 231 _mesa_image_address( GLuint dimensions, const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address() argument 272 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address3d() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 431 struct fd_shaderimg_stateobj *img = &ctx->shaderimg[type]; in fd6_emit_textures() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 108 } img; member
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | egl_stubs.cpp | 290 EGLBoolean DestroyImage(Thread *thread, Display *display, Image *img) in DestroyImage() argument
|
| /third_party/skia/tests/ |
| H A D | PictureTest.cpp | 355 auto img = bm.asImage(); in test_bad_bitmap() local 532 auto img = bitmap.asImage(); in draw_bitmaps() local
|
| H A D | BackendAllocationTest.cpp | 98 sk_sp<SkImage> img = SkImage::MakeFromTexture(dContext, in test_wrapping() local
|
| /third_party/skia/src/shaders/ |
| H A D | SkImageShader.cpp | 69 SkImageShader::SkImageShader(sk_sp<SkImage> img, in SkImageShader() argument 119 sk_sp<SkImage> img = buffer.readImage(); in CreateProc() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/ |
| H A D | smp_resize_crop.c | 194 int IveImgCreate(IVE_IMAGE_S* img,
in IveImgCreate() argument 354 IveImgDestroy(IVE_IMAGE_S* img) IveImgDestroy() argument [all...] |
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| H A D | rga2_mmu_info.c | 236 static int rga2_dma_memory_check(struct rga_dma_buffer_t *buffer, struct rga_img_info_t *img)
in rga2_dma_memory_check() argument 323 static void rga2_convert_addr(struct rga_img_info_t *img)
in rga2_convert_addr() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga3_reg_info.c | 1233 static void addr_copy(struct rga_win_info_t *win, struct rga_img_info_t *img) in addr_copy() argument 1241 static void set_win_info(struct rga_win_info_t *win, struct rga_img_info_t *img) in set_win_info() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_image.cpp | 652 std::shared_ptr<Drawing::Image> img; in Unmarshalling() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | image_source_test.cpp | 241 std::unique_ptr<ImageSource> img = ImageSource::CreateIncrementalImageSource(opts, errorCode);
in HWTEST_F() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
| H A D | astc_codec.cpp | 146 uint32_t GenAstcHeader(uint8_t *header, astcenc_image img, TextureEncodeOptions &encodeParams) in GenAstcHeader() argument [all...] |
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
| H A D | egl_wrapper_entry.cpp | 747 EGLBoolean EglDestroyImageImpl(EGLDisplay dpy, EGLImage img) in EglDestroyImageImpl() argument 852 EGLBoolean EglDestroyImageKHRImpl(EGLDisplay dpy, EGLImageKHR img) in EglDestroyImageKHRImpl() argument
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | xcbgrab.c | 161 xcb_get_image_reply_t *img; in xcbgrab_frame() local 269 xcb_shm_get_image_reply_t *img; in xcbgrab_frame_shm() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_morpho.c | 49 uint8_t **img; member [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan.c | 742 ff_vk_create_imageview(FFVulkanContext *s, FFVkExecContext *e, VkImageView *v, VkImage img, VkFormat fmt, const VkComponentMapping map) ff_vk_create_imageview() argument
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp750.c | 108 uint8_t *buf, *rawimg, *img; member [all...] |
| /third_party/cups-filters/filter/ |
| H A D | imagetopdf.c | 134 static cups_image_t *img; /* Image to print */ global() variable [all...] |
| H A D | imagetoraster.c | 138 cups_image_t *img; /* Image to print */ in main() local [all...] |
| /third_party/FreeBSD/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 247 u_int8_t *img; in mkfs_msdos() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 445 __DRIimage *img = NULL; local 466 handle_in_fence_fd(struct dri2_egl_surface *dri2_surf, __DRIimage *img) argument [all...] |
| H A D | platform_ohos.c | 196 __DRIimage *img = NULL; in ohos_create_image_from_native_buffer() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | kopper.c | 387 handle_in_fence(__DRIcontext *context, __DRIimage *img) in handle_in_fence() argument
|