Home
last modified time | relevance | path

Searched defs:img (Results 226 - 250 of 317) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/mesa/main/
H A Dtexstore.c122 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 Dimage.c116 _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 Dfd6_emit.c431 struct fd_shaderimg_stateobj *img = &ctx->shaderimg[type]; in fd6_emit_textures() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h108 } img; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs.cpp290 EGLBoolean DestroyImage(Thread *thread, Display *display, Image *img) in DestroyImage() argument
/third_party/skia/tests/
H A DPictureTest.cpp355 auto img = bm.asImage(); in test_bad_bitmap() local
532 auto img = bitmap.asImage(); in draw_bitmaps() local
H A DBackendAllocationTest.cpp98 sk_sp<SkImage> img = SkImage::MakeFromTexture(dContext, in test_wrapping() local
/third_party/skia/src/shaders/
H A DSkImageShader.cpp69 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 Dsmp_resize_crop.c194 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 Drga2_mmu_info.c236 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 Drga3_reg_info.c1233 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 Drs_image.cpp652 std::shared_ptr<Drawing::Image> img; in Unmarshalling() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp241 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 Dastc_codec.cpp146 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 Degl_wrapper_entry.cpp747 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 Dxcbgrab.c161 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 Dvf_morpho.c49 uint8_t **img; member
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan.c742 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 Dpixma_mp750.c108 uint8_t *buf, *rawimg, *img; member
[all...]
/third_party/cups-filters/filter/
H A Dimagetopdf.c134 static cups_image_t *img; /* Image to print */ global() variable
[all...]
H A Dimagetoraster.c138 cups_image_t *img; /* Image to print */ in main() local
[all...]
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c247 u_int8_t *img; in mkfs_msdos() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c445 __DRIimage *img = NULL; local
466 handle_in_fence_fd(struct dri2_egl_surface *dri2_surf, __DRIimage *img) argument
[all...]
H A Dplatform_ohos.c196 __DRIimage *img = NULL; in ohos_create_image_from_native_buffer() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c387 handle_in_fence(__DRIcontext *context, __DRIimage *img) in handle_in_fence() argument

Completed in 35 milliseconds

12345678910>>...13