Home
last modified time | relevance | path

Searched refs:yoffset (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/mesa/main/
Dteximage.h235 GLint xoffset, GLint yoffset, GLint zoffset,
353 GLint xoffset, GLint yoffset,
360 GLint xoffset, GLint yoffset,
367 GLint xoffset, GLint yoffset, GLint zoffset,
374 GLint xoffset, GLint yoffset, GLint zoffset,
404 GLint xoffset, GLint yoffset, GLsizei width,
410 GLint xoffset, GLint yoffset, GLsizei width,
416 GLint yoffset, GLsizei width, GLsizei height,
422 GLint xoffset, GLint yoffset,
429 GLint yoffset, GLint zoffset, GLsizei width,
[all …]
Dtexgetimage.c78 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument
97 xoffset, yoffset, width, height, in get_tex_depth()
127 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument
142 xoffset, yoffset, width, height, in get_tex_depth_stencil()
183 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
198 xoffset, yoffset, width, height, in get_tex_stencil()
229 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
242 xoffset, yoffset, width, height, in get_tex_ycbcr()
315 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
347 xoffset, yoffset, width, height, in get_tex_rgba_compressed()
[all …]
Dteximage.c1152 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument
1174 if (yoffset < -yBorder) { in error_check_subtexture_dimensions()
1178 if (yoffset + subHeight > (GLint) destImage->Height) { in error_check_subtexture_dimensions()
1180 func, yoffset, subHeight, destImage->Height); in error_check_subtexture_dimensions()
1218 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1221 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1238 (yoffset + subHeight != (GLint) destImage->Height)) { in error_check_subtexture_dimensions()
2167 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2242 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2571 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_2_autogen.cpp32 GLint yoffset, in CopyTexSubImage3D() argument
42 GLenumToString(GLenumGroup::TextureTarget, target), level, xoffset, yoffset, zoffset, x, y, in CopyTexSubImage3D()
52 yoffset, zoffset, x, y, width, height)); in CopyTexSubImage3D()
55 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in CopyTexSubImage3D()
59 yoffset, zoffset, x, y, width, height); in CopyTexSubImage3D()
134 GLint yoffset, in TexSubImage3D() argument
147 GLenumToString(GLenumGroup::TextureTarget, target), level, xoffset, yoffset, zoffset, width, in TexSubImage3D()
158 ValidateTexSubImage3D(context, targetPacked, level, xoffset, yoffset, zoffset, width, in TexSubImage3D()
162 context->texSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, width, height, in TexSubImage3D()
165 ANGLE_CAPTURE(TexSubImage3D, isCallValid, context, targetPacked, level, xoffset, yoffset, in TexSubImage3D()
/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c37 int yoffset; ///< y coordinate of top left corner member
134 fbdev->varinfo.yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet()
153 if (fbdev->yoffset) { in fbdev_write_packet()
154 if (fbdev->yoffset < 0) { in fbdev_write_packet()
155 if (-fbdev->yoffset >= video_height) //nothing to display in fbdev_write_packet()
157 disp_height += fbdev->yoffset; in fbdev_write_packet()
158 pin -= fbdev->yoffset * src_line_size; in fbdev_write_packet()
160 int diff = (video_height + fbdev->yoffset) - fbdev->varinfo.yres; in fbdev_write_packet()
166 pout += fbdev->yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet()
196 …{ "yoffset", "set y coordinate of top left corner", OFFSET(yoffset), AV_OPT_TYPE_INT, {.i64 = 0}, …
/third_party/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
153 yoffset++) { in compress_data()
171 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
365 yoffset++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
[all …]
Djctrans.c297 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
314 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
315 yoffset++) { in compress_output()
327 yindex + yoffset < compptr->last_row_height) { in compress_output()
329 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
352 coef->MCU_vert_offset = yoffset; in compress_output()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
153 yoffset++) { in compress_data()
171 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
365 yoffset++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
[all …]
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
98 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()
99 yoffset++) { in decompress_onepass()
107 coef->MCU_vert_offset = yoffset; in decompress_onepass()
134 yoffset * compptr->_DCT_scaled_size; in decompress_onepass()
139 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()
194 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
214 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
215 yoffset++) { in consume_data()
224 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in consume_data()
[all …]
Djctrans.c296 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
313 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
314 yoffset++) { in compress_output()
326 yindex + yoffset < compptr->last_row_height) { in compress_output()
328 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
351 coef->MCU_vert_offset = yoffset; in compress_output()
/third_party/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
153 yoffset++) { in compress_data()
171 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
365 yoffset++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
[all …]
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
98 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()
99 yoffset++) { in decompress_onepass()
107 coef->MCU_vert_offset = yoffset; in decompress_onepass()
134 yoffset * compptr->_DCT_scaled_size; in decompress_onepass()
139 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()
194 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
214 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
215 yoffset++) { in consume_data()
224 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in consume_data()
[all …]
Djctrans.c296 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
313 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
314 yoffset++) { in compress_output()
326 yindex + yoffset < compptr->last_row_height) { in compress_output()
328 buffer_ptr = buffer[ci][yindex + yoffset] + start_col; in compress_output()
351 coef->MCU_vert_offset = yoffset; in compress_output()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_subimage.c49 GLint xoffset, GLint yoffset, in intel_blit_texsubimage() argument
76 texImage->Level, xoffset, yoffset, width, height); in intel_blit_texsubimage()
113 xoffset, yoffset, false, in intel_blit_texsubimage()
133 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
141 xoffset, yoffset, in intelTexSubImage()
145 xoffset, yoffset, zoffset, in intelTexSubImage()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_image.c180 GLint xoffset, GLint yoffset, GLint zoffset, in brw_texsubimage_tiled_memcpy() argument
283 __func__, texImage->Level, xoffset, yoffset, width, height, in brw_texsubimage_tiled_memcpy()
292 yoffset += level_y; in brw_texsubimage_tiled_memcpy()
296 yoffset, yoffset + height, in brw_texsubimage_tiled_memcpy()
314 GLint xoffset, GLint yoffset, GLint zoffset, in brw_upload_tex() argument
334 xoffset, yoffset, zoffset, in brw_upload_tex()
342 xoffset, yoffset, zoffset, in brw_upload_tex()
349 xoffset, yoffset, zoffset, in brw_upload_tex()
386 GLint xoffset, GLint yoffset, GLint zoffset, in brw_texsubimage() argument
398 brw_upload_tex(ctx, dims, texImage, xoffset, yoffset, zoffset, in brw_texsubimage()
[all …]
Dbrw_pixel_read.c68 GLint xoffset, GLint yoffset, in brw_readpixels_tiled_memcpy() argument
171 yoffset += slice_offset_y; in brw_readpixels_tiled_memcpy()
185 yoffset = rb->Height - yoffset - height; in brw_readpixels_tiled_memcpy()
196 __func__, xoffset, yoffset, width, height, in brw_readpixels_tiled_memcpy()
203 yoffset, yoffset + height, in brw_readpixels_tiled_memcpy()
Dbrw_tex_copy.c48 GLint xoffset, GLint yoffset, GLint slice, in brw_copytexsubimage() argument
57 xoffset, yoffset, width, height)) in brw_copytexsubimage()
63 xoffset, yoffset, slice, in brw_copytexsubimage()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp445 const GLsizei yoffset = y * kHalfY + subY; in TEST_P() local
448 glTexSubImage2D(GL_TEXTURE_2D, 0, xoffset, yoffset, 1, 1, GL_RGBA, in TEST_P()
465 const GLsizei yoffset = y * kHalfY; in TEST_P() local
468 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, kColor); in TEST_P()
521 const GLsizei yoffset = kHalfY; in TEST_P() local
523 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
533 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::red); in TEST_P()
539 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, GLColor::green); in TEST_P()
551 EXPECT_PIXEL_RECT_EQ(xoffset, yoffset, kHalfX, kHalfY, expectedColor); in TEST_P()
639 const GLsizei yoffset = kHalfY; in TEST_P() local
[all …]
/third_party/ffmpeg/libavcodec/
Deacmv.c75 int xoffset, int yoffset, in cmv_motcomp() argument
83 j+yoffset>=0 && j+yoffset<height) { in cmv_motcomp()
84 dst[j*dst_stride + i] = src[(j+yoffset)*src_stride + i+xoffset]; in cmv_motcomp()
111 int yoffset = ((*raw >> 4)) - 7; in cmv_decode_inter() local
115 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height); in cmv_decode_inter()
120 int yoffset = ((buf[i] >> 4)) - 7; in cmv_decode_inter() local
124 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height); in cmv_decode_inter()
/third_party/mesa3d/src/glx/
Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset, in CompressedTexSubImage1D2D() argument
163 __GLX_PUT_LONG(16, yoffset); in CompressedTexSubImage1D2D()
181 __GLX_PUT_LONG(20, yoffset); in CompressedTexSubImage1D2D()
281 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage2D() argument
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height, in __indirect_glCompressedTexSubImage2D()
294 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage3D() argument
314 __GLX_PUT_LONG(16, yoffset); in __indirect_glCompressedTexSubImage3D()
332 __GLX_PUT_LONG(20, yoffset); in __indirect_glCompressedTexSubImage3D()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.h163 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
169 …void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei …
171 …void subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
173 …bool copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint…
219 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum for…
220 …void subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, …
222 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
291 …void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei hei…
292 …void subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, G…
294 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_s3tc_srgb.txt139 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an
143 a multiple of 4 and <yoffset> + <height> is not equal to the
173 <yoffset> is not equal to texture height; or
175 * <xoffset> or <yoffset> is not a multiple of four.
178 in an INVALID_OPERATION error if <xoffset> or <yoffset> is not
238 <yoffset> is not equal to texture height; or
240 * <xoffset> or <yoffset> is not a multiple of four.
243 will result in an INVALID_OPERATION error if <xoffset> or <yoffset> is not
283 <yoffset> is not equal to the texture height; or
285 * <xoffset> or <yoffset> is not a multiple of four.
[all …]
DEXT_subtexture.txt48 int yoffset,
58 int yoffset,
88 <xoffset>, <yoffset>, and <zoffset> specify texel offsets in the x, y,
93 yoffset <= j < (yoffset + height),
104 yoffset < -TEXTURE_BORDER
105 (yoffset + height) > (TEXTURE_HEIGHT - TEXTURE_BORDER)
122 j = yoffset + ((N div width) mod height), 2D and 3D textures only
180 4 INT32 yoffset
196 erroneous and n=0. The <yoffset> and <height> parameters in this request are
218 4 INT32 yoffset
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_s3tc_srgb.txt139 pixel blocks. If <xoffset> or <yoffset> are not multiples of 4 an
143 a multiple of 4 and <yoffset> + <height> is not equal to the
173 <yoffset> is not equal to texture height; or
175 * <xoffset> or <yoffset> is not a multiple of four.
178 in an INVALID_OPERATION error if <xoffset> or <yoffset> is not
238 <yoffset> is not equal to texture height; or
240 * <xoffset> or <yoffset> is not a multiple of four.
243 will result in an INVALID_OPERATION error if <xoffset> or <yoffset> is not
283 <yoffset> is not equal to the texture height; or
285 * <xoffset> or <yoffset> is not a multiple of four.
[all …]
DEXT_subtexture.txt48 int yoffset,
58 int yoffset,
88 <xoffset>, <yoffset>, and <zoffset> specify texel offsets in the x, y,
93 yoffset <= j < (yoffset + height),
104 yoffset < -TEXTURE_BORDER
105 (yoffset + height) > (TEXTURE_HEIGHT - TEXTURE_BORDER)
122 j = yoffset + ((N div width) mod height), 2D and 3D textures only
180 4 INT32 yoffset
196 erroneous and n=0. The <yoffset> and <height> parameters in this request are
218 4 INT32 yoffset
[all …]

12345678910>>...17