/third_party/mesa3d/src/mesa/main/ |
D | texgetimage.c | 81 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument 100 xoffset, yoffset, width, height, in get_tex_depth() 130 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument 145 xoffset, yoffset, width, height, in get_tex_depth_stencil() 186 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument 201 xoffset, yoffset, width, height, in get_tex_stencil() 232 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument 245 xoffset, yoffset, width, height, in get_tex_ycbcr() 318 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument 350 xoffset, yoffset, width, height, in get_tex_rgba_compressed() [all …]
|
D | teximage.c | 1153 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument 1175 if (yoffset < -yBorder) { in error_check_subtexture_dimensions() 1179 if (yoffset + subHeight > (GLint) destImage->Height) { in error_check_subtexture_dimensions() 1181 func, yoffset, subHeight, destImage->Height); in error_check_subtexture_dimensions() 1219 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions() 1222 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions() 1239 (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() 2564 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_2_autogen.cpp | 32 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/ |
D | fbdev_enc.c | 37 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/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jccoefct.c | 147 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 …]
|
D | jdcoefct.c | 91 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 …]
|
D | jctrans.c | 296 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/skia/third_party/externals/libjpeg-turbo/ |
D | jccoefct.c | 147 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 …]
|
D | jctrans.c | 297 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/libjpeg-turbo/ |
D | jccoefct.c | 147 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 …]
|
D | jctrans.c | 297 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/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanUniformUpdatesTest.cpp | 445 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/ |
D | eacmv.c | 75 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()
|
D | bethsoftvideo.c | 80 int yoffset; in bethsoftvid_decode_frame() local 108 yoffset = bytestream2_get_le16(&vid->g); in bethsoftvid_decode_frame() 109 if(yoffset >= avctx->height) in bethsoftvid_decode_frame() 111 dst += vid->frame->linesize[0] * yoffset; in bethsoftvid_decode_frame()
|
/third_party/mesa3d/src/glx/ |
D | indirect_texture_compression.c | 138 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/ |
D | Texture.h | 163 …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 …]
|
D | Texture.cpp | 362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() argument 371 …image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackParamete… in subImage() 375 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsize… in subImageCompressed() argument 384 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, imageSize, pixels); in subImageCompressed() 388 …gl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, e… in copy() argument 392 …sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sou… in copy() 611 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() argument 613 …Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels, i… in subImage() 616 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize… in subImageCompressed() argument 618 …Texture::subImageCompressed(xoffset, yoffset, 0, width, height, 1, format, imageSize, pixels, imag… in subImageCompressed() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_s3tc_srgb.txt | 139 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 …]
|
D | EXT_subtexture.txt | 48 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/ |
D | EXT_texture_compression_s3tc_srgb.txt | 139 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 …]
|
D | EXT_subtexture.txt | 48 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/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_get_texture_sub_image.txt | 57 int xoffset, int yoffset, int zoffset, 64 int yoffset, int zoffset, 87 int xoffset, int yoffset, int zoffset, 102 <xoffset>, <yoffset> and <zoffset> values indicate the position of the 108 For one-dimensional array textures, <yoffset> is interpreted as the 122 (<xoffset>, <yoffset>, <zoffset>). 132 An INVALID_VALUE error is generated if <xoffset>, <yoffset> or <zoffset> 136 than the texture level's width or if <yoffset> + <height> is greater 141 TEXTURE_1D and either <yoffset> is not zero, or <height> is not one. 159 int yoffset, int zoffset, [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_get_texture_sub_image.txt | 67 int xoffset, int yoffset, int zoffset, 74 int yoffset, int zoffset, 97 int xoffset, int yoffset, int zoffset, 112 <xoffset>, <yoffset> and <zoffset> values indicate the position of the 118 For one-dimensional array textures, <yoffset> is interpreted as the 132 (<xoffset>, <yoffset>, <zoffset>). 142 An INVALID_VALUE error is generated if <xoffset>, <yoffset> or <zoffset> 146 than the texture level's width or if <yoffset> + <height> is greater 151 TEXTURE_1D and either <yoffset> is not zero, or <height> is not one. 169 int yoffset, int zoffset, [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 243 …for (glw::GLuint yoffset = copy_params.m_yoffset; yoffset < copy_params.m_yoffset + copy_params.m_… in configureDataBuffer() local 244 ++yoffset) in configureDataBuffer() 252 (zoffset * width * height + yoffset * width + xoffset) * m_n_components + component; in configureDataBuffer() 261 …for (glw::GLuint yoffset = copy_params.m_yoffset; yoffset < copy_params.m_yoffset + copy_params.m_… in configureDataBuffer() local 262 ++yoffset) in configureDataBuffer() 268 … &m_expected_data_buffer[(zoffset * width * height + yoffset * width + xoffset) * m_n_components]; in configureDataBuffer() 272 (zoffset * width * height + yoffset * width + xoffset) * m_n_components + component; in configureDataBuffer()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGetTextureSubImageTests.hpp | 125 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width, 130 glw::GLint xoffset, glw::GLint yoffset, 228 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width, 233 glw::GLint xoffset, glw::GLint yoffset,
|