Home
last modified time | relevance | path

Searched defs:img (Results 51 - 75 of 238) sorted by relevance

12345678910

/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c43 __indirect_glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img) __indirect_glGetCompressedTexImage() argument
/third_party/skia/third_party/externals/angle2/samples/multi_texture/
H A DMultiTexture.cpp29 TGAImage img; in loadTexture() local
/third_party/skia/tests/
H A DApplyGammaTest.cpp112 auto img = bm.asImage(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DShaderTest.cpp43 auto img = bm.asImage(); in DEF_TEST() local
H A DSpecialImageTest.cpp58 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() argument
[all...]
H A DTextureBindingsResetTest.cpp93 auto img = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/tools/
H A DSkSharingProc.cpp16 sk_sp<SkData> collectNonTextureImagesProc(SkImage* img, void* ctx) { in collectNonTextureImagesProc() argument
36 SK_API sk_sp<SkData> SkSharingSerialContext::serializeImage(SkImage* img, void* ctx) { in serializeImage() argument
H A Dimgcvt.cpp16 static void write_png(const char* path, sk_sp<SkImage> img) { in write_png() argument
/third_party/skia/tools/skiaserve/tester/
H A Dtester.py68 def img(self): member in SkiaServeTester
/third_party/skia/gm/
H A Druntimecolorfilter.cpp89 sk_sp<SkImage> img = GetResourceAsImage("images/mandrill_256.png"); in DEF_SIMPLE_GM() local
H A Dpatch.cpp96 static void dopatch(SkCanvas* canvas, const SkColor colors[], sk_sp<SkImage> img, in dopatch() argument
H A Dbitmapfilters.cpp39 static SkScalar draw_bm(SkCanvas* canvas, sk_sp<SkImage> img, SkScalar x, SkScalar y, in draw_bm() argument
45 static SkScalar draw_set(SkCanvas* c, sk_sp<SkImage> img, SkScalar x, SkPaint* p) { in draw_set() argument
52 static SkScalar draw_row(SkCanvas* canvas, sk_sp<SkImage> img) { in draw_row() argument
[all...]
H A Dpictureimagefilter.cpp82 auto img = SkImage::MakeFromPicture(pic, dim, nullptr, nullptr, in make() 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...]

Completed in 10 milliseconds

12345678910