Searched defs:yoffset (Results 1 - 25 of 39) sorted by relevance

12

/external/libvpx/vp8/common/arm/
H A Dfilter_arm.c73 int yoffset,
84 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
87 if (xoffset && !yoffset)
95 else if (!xoffset && yoffset)
102 if (yoffset & 0x1)
121 int yoffset,
131 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
133 if (xoffset && !yoffset)
138 else if (!xoffset && yoffset)
144 if (yoffset
68 vp8_sixtap_predict_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
116 vp8_sixtap_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
158 vp8_sixtap_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
H A Dbilinearfilter_arm.c44 int yoffset,
53 VFilter = vp8_bilinear_filters[yoffset];
63 int yoffset,
72 VFilter = vp8_bilinear_filters[yoffset];
82 int yoffset,
91 VFilter = vp8_bilinear_filters[yoffset];
101 int yoffset,
110 VFilter = vp8_bilinear_filters[yoffset];
39 vp8_bilinear_predict4x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
58 vp8_bilinear_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
77 vp8_bilinear_predict8x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
96 vp8_bilinear_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
/external/libvpx/vp8/encoder/x86/
H A Dvariance_ssse3.c63 int yoffset,
73 int yoffset,
84 if (xoffset == 4 && yoffset == 0)
91 else if (xoffset == 0 && yoffset == 4)
98 else if (xoffset == 4 && yoffset == 4)
110 xoffset, yoffset,
123 int yoffset,
133 if (xoffset == 4 && yoffset == 0)
140 else if (xoffset == 0 && yoffset == 4)
147 else if (xoffset == 4 && yoffset
68 vp8_sub_pixel_variance16x16_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
118 vp8_sub_pixel_variance16x8_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
H A Dvariance_sse2.c80 int yoffset,
260 int yoffset,
271 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
284 int yoffset,
293 if (xoffset == 4 && yoffset == 0)
300 else if (xoffset == 0 && yoffset == 4)
307 else if (xoffset == 4 && yoffset == 4)
319 xoffset, yoffset,
332 int yoffset,
344 if (xoffset == 4 && yoffset
255 vp8_sub_pixel_variance4x4_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
279 vp8_sub_pixel_variance8x8_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
327 vp8_sub_pixel_variance16x16_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
388 vp8_sub_pixel_mse16x16_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
402 vp8_sub_pixel_variance16x8_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
459 vp8_sub_pixel_variance8x16_wmt( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
H A Dvariance_mmx.c262 int yoffset,
273 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
286 int yoffset,
298 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
310 int yoffset,
324 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
332 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
349 int yoffset,
355 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
364 int yoffset,
257 vp8_sub_pixel_variance4x4_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
281 vp8_sub_pixel_variance8x8_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
305 vp8_sub_pixel_variance16x16_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
345 vp8_sub_pixel_mse16x16_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
359 vp8_sub_pixel_variance16x8_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
396 vp8_sub_pixel_variance8x16_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, int *sse ) argument
[all...]
/external/libvpx/vp8/encoder/arm/
H A Dpicklpf_arm.c30 int yoffset; local
44 yoffset = ystride * ((yheight >> 5) * 16 - 8);
45 src_y = src_ybc->y_buffer + yoffset;
46 dst_y = dst_ybc->y_buffer + yoffset;
H A Dvariance_arm.c23 int yoffset,
34 VFilter = vp8_bilinear_filters[yoffset];
51 int yoffset,
62 if (xoffset == 4 && yoffset == 0)
67 else if (xoffset == 0 && yoffset == 4)
72 else if (xoffset == 4 && yoffset == 4)
80 VFilter = vp8_bilinear_filters[yoffset];
104 int yoffset,
110 if (xoffset == 4 && yoffset == 0)
112 else if (xoffset == 0 && yoffset
18 vp8_sub_pixel_variance8x8_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
46 vp8_sub_pixel_variance16x16_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
99 vp8_sub_pixel_variance16x16_neon( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
/external/libvpx/vp8/common/x86/
H A Dvp8_asm_stubs.c126 int yoffset,
135 VFilter = vp8_six_tap_mmx[yoffset];
146 int yoffset,
164 VFilter = vp8_six_tap_mmx[yoffset];
178 int yoffset,
192 VFilter = vp8_six_tap_mmx[yoffset];
204 int yoffset,
218 VFilter = vp8_six_tap_mmx[yoffset];
231 int yoffset,
236 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_pt
121 vp8_sixtap_predict4x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
141 vp8_sixtap_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
173 vp8_sixtap_predict8x8_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
199 vp8_sixtap_predict8x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
226 vp8_bilinear_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
245 vp8_sixtap_predict16x16_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
286 vp8_sixtap_predict8x8_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
324 vp8_sixtap_predict8x4_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
425 vp8_sixtap_predict16x16_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
458 vp8_sixtap_predict8x8_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
490 vp8_sixtap_predict8x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
522 vp8_sixtap_predict4x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
/external/libvpx/vp8/common/
H A Dfilter.c157 int yoffset,
166 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
175 int yoffset,
185 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
201 int yoffset,
211 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
227 int yoffset,
238 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
404 int yoffset,
413 VFilter = vp8_bilinear_filters[yoffset];
152 vp8_sixtap_predict_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
170 vp8_sixtap_predict8x8_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
196 vp8_sixtap_predict8x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
222 vp8_sixtap_predict16x16_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
399 vp8_bilinear_predict4x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
437 vp8_bilinear_predict8x8_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
457 vp8_bilinear_predict8x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
477 vp8_bilinear_predict16x16_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
H A Dreconinter.c425 int yoffset = i * 8 + j * 2; local
431 temp = x->block[yoffset ].bmi.mv.as_mv.row
432 + x->block[yoffset+1].bmi.mv.as_mv.row
433 + x->block[yoffset+4].bmi.mv.as_mv.row
434 + x->block[yoffset+5].bmi.mv.as_mv.row;
444 temp = x->block[yoffset ].bmi.mv.as_mv.col
445 + x->block[yoffset+1].bmi.mv.as_mv.col
446 + x->block[yoffset+4].bmi.mv.as_mv.col
447 + x->block[yoffset+5].bmi.mv.as_mv.col;
/external/jpeg/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset
[all...]
H A Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 coef->MCU_vert_offset = yoffset;
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coe
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
[all...]
/external/libvpx/vp8/encoder/
H A Dpicklpf.c47 int yoffset; local
61 yoffset = ystride * ((yheight >> 5) * 16 - 8);
62 src_y = src_ybc->y_buffer + yoffset;
63 dst_y = dst_ybc->y_buffer + yoffset;
H A Dvariance_c.c321 int yoffset,
332 VFilter = vp8_bilinear_filters[yoffset];
349 int yoffset,
360 VFilter = vp8_bilinear_filters[yoffset];
373 int yoffset,
384 VFilter = vp8_bilinear_filters[yoffset];
434 int yoffset,
440 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
449 int yoffset,
460 VFilter = vp8_bilinear_filters[yoffset];
316 vp8_sub_pixel_variance4x4_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
344 vp8_sub_pixel_variance8x8_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
368 vp8_sub_pixel_variance16x16_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
429 vp8_sub_pixel_mse16x16_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
444 vp8_sub_pixel_variance16x8_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
468 vp8_sub_pixel_variance8x16_c( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
H A Dpickinter.c77 int yoffset = d->bmi.mv.as_mv.row & 7; local
81 if (xoffset | yoffset)
83 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp270 int yoffset = jas_image_tly( m_image ); local
280 uchar* dst = data + (y - yoffset) * step - xoffset;
332 int yoffset = jas_image_tly( m_image ); local
342 ushort* dst = data + (y - yoffset) * step - xoffset;
/external/qemu/distrib/jpeg-6b/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset
[all...]
H A Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 coef->MCU_vert_offset = yoffset;
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coe
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.cpp290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) argument
305 setViewport(sourceRect, xoffset, yoffset);
431 void Blit::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) argument
437 vp.Y = yoffset;
H A DTexture.cpp244 // Store the pixel rectangle designated by xoffset,yoffset,width,height with pixels stored as format/type at input
246 void Texture::loadImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, argument
257 loadAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output);
260 loadLuminanceImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output, description->Format == D3DFMT_L8);
263 loadLuminanceAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output, description->Format == D3DFMT_A8L8);
266 loadRGBUByteImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output);
269 loadRGBAUByteImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output);
272 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output);
281 loadRGB565ImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output);
290 loadRGBA4444ImageData(xoffset, yoffset, widt
352 loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
372 loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
392 loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
412 loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output, bool native) const argument
441 loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
461 loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
481 loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output, bool native) const argument
510 loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
530 loadLuminanceAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
550 loadRGBUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
570 loadRGB565ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
591 loadRGBFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
611 loadRGBHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
631 loadRGBAUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
651 loadRGBA4444ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
672 loadRGBA5551ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
693 loadRGBAFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
707 loadRGBAHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
721 loadBGRAImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument
832 subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img) argument
867 subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img) argument
917 copyNonRenderable(Image *image, GLenum internalFormat, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, IDirect3DSurface9 *renderTarget) argument
1277 commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) argument
1312 subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) argument
1320 subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels) argument
1377 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) argument
1814 commitRect(GLenum faceTarget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) argument
1849 subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) argument
1857 subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels) argument
2241 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) argument
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DExtensions3DChromium.cpp90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access) argument
92 return m_internal->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, height, format, type, access);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp220 void SharedGraphicsContext3D::texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, const void* pixels) argument
222 m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
/external/kernel-headers/original/linux/
H A Dmsm_q6vdec.h129 int yoffset[4]; member in struct:vdec_vc1_panscan_regions

Completed in 769 milliseconds

12