Home
last modified time | relevance | path

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

1234567

/external/libvpx/libvpx/vp8/common/x86/
Dvp8_asm_stubs.c79 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict4x4_mmx() argument
87 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict4x4_mmx()
96 int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict16x16_sse2() argument
104 if (yoffset) { in vp8_sixtap_predict16x16_sse2()
108 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict16x16_sse2()
119 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict16x16_sse2()
128 int xoffset, int yoffset, in vp8_sixtap_predict8x8_sse2() argument
135 if (yoffset) { in vp8_sixtap_predict8x8_sse2()
139 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict8x8_sse2()
150 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict8x8_sse2()
[all …]
Dbilinear_filter_sse2.c76 const int yoffset) { in vertical_16x16() argument
79 if (yoffset == 0) { in vertical_16x16()
93 const __m128i vfilter_0 = _mm_set1_epi16(vp8_bilinear_filters[yoffset][0]); in vertical_16x16()
94 const __m128i vfilter_1 = _mm_set1_epi16(vp8_bilinear_filters[yoffset][1]); in vertical_16x16()
132 int xoffset, int yoffset, uint8_t *dst_ptr, in vp8_bilinear_predict16x16_sse2() argument
136 assert((xoffset | yoffset) != 0); in vp8_bilinear_predict16x16_sse2()
140 vertical_16x16(FData, dst_ptr, dst_pitch, yoffset); in vp8_bilinear_predict16x16_sse2()
185 const int yoffset, const int height) { in vertical_8xN() argument
188 if (yoffset == 0) { in vertical_8xN()
201 const __m128i vfilter_0 = _mm_set1_epi16(vp8_bilinear_filters[yoffset][0]); in vertical_8xN()
[all …]
/external/libvpx/libvpx/vp8/common/
Dfilter.c126 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict4x4_c() argument
132 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict4x4_c()
138 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict8x8_c() argument
145 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x8_c()
157 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict8x4_c() argument
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x4_c()
176 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict16x16_c() argument
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict16x16_c()
323 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_bilinear_predict4x4_c() argument
329 assert((xoffset | yoffset) != 0); in vp8_bilinear_predict4x4_c()
[all …]
Dreconinter.c178 int yoffset = i * 8 + j * 2; in vp8_build_inter4x4_predictors_mbuv() local
184 temp = x->block[yoffset].bmi.mv.as_mv.row + in vp8_build_inter4x4_predictors_mbuv()
185 x->block[yoffset + 1].bmi.mv.as_mv.row + in vp8_build_inter4x4_predictors_mbuv()
186 x->block[yoffset + 4].bmi.mv.as_mv.row + in vp8_build_inter4x4_predictors_mbuv()
187 x->block[yoffset + 5].bmi.mv.as_mv.row; in vp8_build_inter4x4_predictors_mbuv()
193 temp = x->block[yoffset].bmi.mv.as_mv.col + in vp8_build_inter4x4_predictors_mbuv()
194 x->block[yoffset + 1].bmi.mv.as_mv.col + in vp8_build_inter4x4_predictors_mbuv()
195 x->block[yoffset + 4].bmi.mv.as_mv.col + in vp8_build_inter4x4_predictors_mbuv()
196 x->block[yoffset + 5].bmi.mv.as_mv.col; in vp8_build_inter4x4_predictors_mbuv()
454 int yoffset = i * 8 + j * 2; in build_4x4uvmvs() local
[all …]
/external/libaom/libaom/test/
Dmasked_variance_test.cc36 const uint8_t *src, int src_stride, int xoffset, int yoffset,
76 int yoffset; in TEST_P() local
90 yoffset = yoffsets[l]; in TEST_P()
92 ref_ret = ref_func_(src_ptr, src_stride, xoffset, yoffset, ref_ptr, in TEST_P()
96 opt_ret = opt_func_(src_ptr, src_stride, xoffset, yoffset, in TEST_P()
133 for (int yoffset = 0; yoffset < BIL_SUBPEL_SHIFTS; yoffset++) { in TEST_P() local
145 ref_ret = ref_func_(src_ptr, src_stride, xoffset, yoffset, ref_ptr, in TEST_P()
149 opt_ret = opt_func_(src_ptr, src_stride, xoffset, yoffset, in TEST_P()
158 first_failure_y = yoffset; in TEST_P()
214 int xoffset, yoffset; in TEST_P() local
[all …]
/external/libvpx/libvpx/test/
Dpredict_test.cc34 int xoffset, int yoffset, uint8_t *dst_ptr,
157 for (int yoffset = 0; yoffset < 8; ++yoffset) { in TestWithRandomData() local
158 if (xoffset == 0 && yoffset == 0) { in TestWithRandomData()
167 reference(&src_[kSrcStride * 2 + 2], kSrcStride, xoffset, yoffset, in TestWithRandomData()
171 xoffset, yoffset, dst_, dst_stride_)); in TestWithRandomData()
186 for (int yoffset = 0; yoffset < 8; ++yoffset) { in TestWithUnalignedDst() local
187 if (xoffset == 0 && yoffset == 0) { in TestWithUnalignedDst()
193 reference(&src_[kSrcStride * 2 + 2], kSrcStride, xoffset, yoffset, in TestWithUnalignedDst()
200 kSrcStride, xoffset, yoffset, in TestWithUnalignedDst()
214 for (int yoffset = 0; yoffset < 8; ++yoffset) { in Run() local
[all …]
/external/libvpx/config/x86/
Dvp8_rtcd.h30 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
31 …6_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
32 …_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
35 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
36 …4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
39 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
40 …4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
43 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
44 …8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
45 …_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
[all …]
/external/libvpx/config/x86_64/
Dvp8_rtcd.h30 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
31 …6_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
32 …_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
35 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
36 …4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
39 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
40 …4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
43 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
44 …8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
45 …_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
[all …]
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h30 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
31 …6_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
34 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
35 …4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
38 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
39 …4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
42 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
43 …8_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
169 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
170 …6_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
[all …]
/external/libvpx/config/arm64/
Dvp8_rtcd.h30 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
31 …6_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
34 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
35 …4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
38 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
39 …4_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
42 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
43 …8_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
169 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
170 …6_neon(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
[all …]
/external/mesa3d/src/mesa/main/
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
144 xoffset, yoffset, width, height, in get_tex_depth_stencil()
176 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
191 xoffset, yoffset, width, height, in get_tex_stencil()
222 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
235 xoffset, yoffset, width, height, in get_tex_ycbcr()
308 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
340 xoffset, yoffset, width, height, in get_tex_rgba_compressed()
[all …]
Dteximage.h235 GLint xoffset, GLint yoffset, GLint zoffset,
316 GLint xoffset, GLint yoffset,
323 GLint xoffset, GLint yoffset,
330 GLint xoffset, GLint yoffset, GLint zoffset,
337 GLint xoffset, GLint yoffset, GLint zoffset,
355 GLint yoffset, GLsizei width, GLsizei height,
361 GLint xoffset, GLint yoffset,
368 GLint yoffset, GLint zoffset, GLsizei width,
374 GLint xoffset, GLint yoffset, GLint zoffset,
409 GLint xoffset, GLint yoffset,
[all …]
Dteximage.c1172 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument
1194 if (yoffset < -yBorder) { in error_check_subtexture_dimensions()
1198 if (yoffset + subHeight > (GLint) destImage->Height) { in error_check_subtexture_dimensions()
1200 func, yoffset, subHeight, destImage->Height); in error_check_subtexture_dimensions()
1238 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1241 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1258 (yoffset + subHeight != (GLint) destImage->Height)) { in error_check_subtexture_dimensions()
2183 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2250 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2564 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_sse4.c112 const uint8_t *src, int src_stride, int xoffset, int yoffset, in aom_highbd_8_sub_pixel_variance4x4_sse4_1() argument
120 bilinear_filters_2t[yoffset]); in aom_highbd_8_sub_pixel_variance4x4_sse4_1()
127 const uint8_t *src, int src_stride, int xoffset, int yoffset, in aom_highbd_10_sub_pixel_variance4x4_sse4_1() argument
135 bilinear_filters_2t[yoffset]); in aom_highbd_10_sub_pixel_variance4x4_sse4_1()
142 const uint8_t *src, int src_stride, int xoffset, int yoffset, in aom_highbd_12_sub_pixel_variance4x4_sse4_1() argument
150 bilinear_filters_2t[yoffset]); in aom_highbd_12_sub_pixel_variance4x4_sse4_1()
159 const uint8_t *src, int src_stride, int xoffset, int yoffset, in aom_highbd_8_sub_pixel_avg_variance4x4_sse4_1() argument
169 bilinear_filters_2t[yoffset]); in aom_highbd_8_sub_pixel_avg_variance4x4_sse4_1()
179 const uint8_t *src, int src_stride, int xoffset, int yoffset, in aom_highbd_10_sub_pixel_avg_variance4x4_sse4_1() argument
189 bilinear_filters_2t[yoffset]); in aom_highbd_10_sub_pixel_avg_variance4x4_sse4_1()
[all …]
Dmasked_variance_intrin_ssse3.c28 int yoffset, uint8_t *dst, int w, int h);
31 int yoffset, uint8_t *dst, int h);
34 int yoffset, uint8_t *dst, int h);
55 const uint8_t *src, int src_stride, int xoffset, int yoffset, \
62 bilinear_filter(src, src_stride, xoffset, yoffset, temp, W, H); \
75 const uint8_t *src, int src_stride, int xoffset, int yoffset, \
82 bilinear_filter8xh(src, src_stride, xoffset, yoffset, temp, H); \
95 const uint8_t *src, int src_stride, int xoffset, int yoffset, \
102 bilinear_filter4xh(src, src_stride, xoffset, yoffset, temp, H); \
150 int yoffset, uint8_t *dst, int w, int h) { in bilinear_filter() argument
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c181 GLint xoffset, GLint yoffset, GLint zoffset, in intel_texsubimage_tiled_memcpy() argument
282 __func__, texImage->Level, xoffset, yoffset, width, height, in intel_texsubimage_tiled_memcpy()
291 yoffset += level_y; in intel_texsubimage_tiled_memcpy()
295 yoffset, yoffset + height, in intel_texsubimage_tiled_memcpy()
297 pixels - (ptrdiff_t) yoffset * src_pitch - (ptrdiff_t) xoffset * cpp, in intel_texsubimage_tiled_memcpy()
313 GLint xoffset, GLint yoffset, GLint zoffset, in intel_upload_tex() argument
335 xoffset, yoffset, zoffset, in intel_upload_tex()
343 xoffset, yoffset, zoffset, in intel_upload_tex()
350 xoffset, yoffset, zoffset, in intel_upload_tex()
387 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
[all …]
Dintel_pixel_read.c70 GLint xoffset, GLint yoffset, in intel_readpixels_tiled_memcpy() argument
172 yoffset += slice_offset_y; in intel_readpixels_tiled_memcpy()
186 yoffset = rb->Height - yoffset - height; in intel_readpixels_tiled_memcpy()
197 __func__, xoffset, yoffset, width, height, in intel_readpixels_tiled_memcpy()
204 yoffset, yoffset + height, in intel_readpixels_tiled_memcpy()
205 pixels - (ptrdiff_t) yoffset * dst_pitch - (ptrdiff_t) xoffset * cpp, in intel_readpixels_tiled_memcpy()
/external/libaom/libaom/aom_dsp/arm/
Dsubpel_variance_neon.c75 int xoffset, int yoffset, in aom_sub_pixel_variance8x8_neon() argument
84 bilinear_filters_2t[yoffset]); in aom_sub_pixel_variance8x8_neon()
90 int yoffset, const uint8_t *dst, in aom_sub_pixel_variance16x16_neon() argument
99 bilinear_filters_2t[yoffset]); in aom_sub_pixel_variance16x16_neon()
105 int yoffset, const uint8_t *dst, in aom_sub_pixel_variance32x32_neon() argument
114 bilinear_filters_2t[yoffset]); in aom_sub_pixel_variance32x32_neon()
120 int yoffset, const uint8_t *dst, in aom_sub_pixel_variance64x64_neon() argument
129 bilinear_filters_2t[yoffset]); in aom_sub_pixel_variance64x64_neon()
/external/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 …]
/external/libvpx/config/generic/
Dvp8_rtcd.h30 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
33 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
36 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
39 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
141 …6x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
144 …t4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
147 …t8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
150 …t8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *d…
/external/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()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c861 unsigned int output_height, int xoffset, int yoffset, in vp8_filter_block2d_first_pass16_4tap() argument
879 if (yoffset == 0) { in vp8_filter_block2d_first_pass16_4tap()
1110 int output_pitch, int yoffset) { in vp8_filter_block2d_second_pass4() argument
1128 vector1b = sub_pel_filterss[yoffset][0]; in vp8_filter_block2d_second_pass4()
1129 vector2b = sub_pel_filterss[yoffset][2]; in vp8_filter_block2d_second_pass4()
1130 vector3b = sub_pel_filterss[yoffset][1]; in vp8_filter_block2d_second_pass4()
1459 unsigned int yoffset) { in vp8_filter_block2d_second_pass_8() argument
1476 vector1b = sub_pel_filterss[yoffset][0]; in vp8_filter_block2d_second_pass_8()
1477 vector2b = sub_pel_filterss[yoffset][2]; in vp8_filter_block2d_second_pass_8()
1478 vector3b = sub_pel_filterss[yoffset][1]; in vp8_filter_block2d_second_pass_8()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, … in subImage() argument
259 …image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels… in subImage()
263 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenu… in subImageCompressed() argument
272 image->loadCompressedData(xoffset, yoffset, 0, width, height, 1, imageSize, pixels); in subImageCompressed()
276 …rce, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, egl::Image *dest) in copy() argument
280 …sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sou… in copy()
486 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() argument
488 …Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[le… in subImage()
491 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize… in subImageCompressed() argument
493 …Texture::subImageCompressed(xoffset, yoffset, width, height, format, imageSize, pixels, image[leve… in subImageCompressed()
[all …]
/external/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()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h161 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
167 …void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei …
169 …void subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
171 …bool copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint…
216 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum for…
217 …void subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, …
219 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
285 …void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei hei…
286 …void subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, G…
288 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
[all …]

1234567