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

1234

/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) argument
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
/external/libvpx/libvpx/vp8/common/x86/
H A Dvp8_asm_stubs.c80 int xoffset, int yoffset, unsigned char *dst_ptr,
88 VFilter = vp8_six_tap_x86[yoffset];
97 int yoffset, unsigned char *dst_ptr,
107 if (yoffset) {
111 VFilter = vp8_six_tap_x86[yoffset];
122 VFilter = vp8_six_tap_x86[yoffset];
131 int xoffset, int yoffset,
138 if (yoffset) {
142 VFilter = vp8_six_tap_x86[yoffset];
153 VFilter = vp8_six_tap_x86[yoffset];
79 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
95 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
130 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
160 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
236 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
271 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
301 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
332 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/mesa3d/src/glx/
H A Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) argument
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_subimage.c46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/libvpx/libvpx/vp8/common/
H A Dfilter.c126 int xoffset, int yoffset, unsigned char *dst_ptr,
132 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
138 int xoffset, int yoffset, unsigned char *dst_ptr,
145 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
157 int xoffset, int yoffset, unsigned char *dst_ptr,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
176 int xoffset, int yoffset, unsigned char *dst_ptr,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
323 int xoffset, int yoffset, unsigned char *dst_ptr,
329 assert((xoffset | yoffset) !
125 vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch) argument
137 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
156 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
175 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
322 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
337 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
352 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
367 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.c178 int yoffset = i * 8 + j * 2; local
184 temp = x->block[yoffset].bmi.mv.as_mv.row +
185 x->block[yoffset + 1].bmi.mv.as_mv.row +
186 x->block[yoffset + 4].bmi.mv.as_mv.row +
187 x->block[yoffset + 5].bmi.mv.as_mv.row;
193 temp = x->block[yoffset].bmi.mv.as_mv.col +
194 x->block[yoffset + 1].bmi.mv.as_mv.col +
195 x->block[yoffset + 4].bmi.mv.as_mv.col +
196 x->block[yoffset + 5].bmi.mv.as_mv.col;
454 int yoffset local
[all...]
/external/libjpeg-turbo/
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.c298 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
315 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
316 yoffset++) {
328 yindex+yoffset < compptr->last_row_height) {
330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
353 coef->MCU_vert_offset = yoffset;
H A Djdcoefct.c92 int blkn, ci, xindex, yindex, yoffset, useful_width; local
99 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
100 yoffset++) {
108 coef->MCU_vert_offset = yoffset;
135 yoffset * compptr->_DCT_scaled_size;
140 yoffset+yindex < compptr->last_row_height) {
195 int blkn, ci, xindex, yindex, yoffset; local
215 for (yoffset = coef->MCU_vert_offset; yoffset < coe
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c32 int yoffset; local
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
49 src_y = src_ybc->y_buffer + yoffset;
50 dst_y = dst_ybc->y_buffer + yoffset;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_images.c406 VGint xoffset = 0, yoffset = 0; local
428 yoffset = -sy;
429 yoffset *= dataStride;
458 dst + yoffset + xoffset);
/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/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccoefct.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 Dfpdfapi_jctrans.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 Dfpdfapi_jdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
160 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
161 yoffset++) {
169 coef->MCU_vert_offset = yoffset;
190 yoffset * compptr->DCT_scaled_size;
194 yoffset+yindex < compptr->last_row_height) {
248 int blkn, ci, xindex, yindex, yoffset; local
268 for (yoffset = coef->MCU_vert_offset; yoffset < coe
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dfilter_dspr2.c861 unsigned int output_height, int xoffset, int yoffset,
878 /* if (yoffset == 0) don't need temp buffer, data will be stored in dst_ptr */
879 if (yoffset == 0) {
1110 int output_pitch, int yoffset) {
1128 vector1b = sub_pel_filterss[yoffset][0];
1129 vector2b = sub_pel_filterss[yoffset][2];
1130 vector3b = sub_pel_filterss[yoffset][1];
1459 unsigned int yoffset) {
1476 vector1b = sub_pel_filterss[yoffset][0];
1477 vector2b = sub_pel_filterss[yoffset][
858 vp8_filter_block2d_first_pass16_4tap( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, unsigned int src_pixels_per_line, unsigned int output_width, unsigned int output_height, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int pitch) argument
1108 vp8_filter_block2d_second_pass4(unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, int output_pitch, int yoffset) argument
1454 vp8_filter_block2d_second_pass_8(unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, int output_pitch, unsigned int output_height, unsigned int output_width, unsigned int yoffset) argument
2367 vp8_sixtap_predict4x4_dspr2(unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch) argument
2391 vp8_sixtap_predict8x8_dspr2(unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch) argument
2567 vp8_sixtap_predict8x4_dspr2(unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch) argument
2695 vp8_sixtap_predict16x16_dspr2(unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c566 GLint xoffset, GLint yoffset, GLint zoffset,
588 xoffset, yoffset, width, height);
603 xoffset, yoffset, zoffset,
610 GLint xoffset, GLint yoffset, GLint zoffset,
615 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
623 GLint xoffset, GLint yoffset, GLint zoffset,
628 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset,
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
608 nouveau_texsubimage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
621 nouveau_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLenum format, GLint imageSize, const void *data) argument
/external/swiftshader/src/OpenGL/libGL/
H A DImage.cpp232 void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input) argument
246 loadAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
249 loadLuminanceImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
252 loadLuminanceAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
255 loadRGBUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
258 loadRGBAUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
261 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
270 loadRGB565ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
279 loadRGBA4444ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
288 loadRGBA5551ImageData(xoffset, yoffset, widt
353 loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
364 loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
381 loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
398 loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
409 loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
426 loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
443 loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
454 loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
471 loadLuminanceAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
488 loadRGBUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
505 loadRGB565ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
516 loadRGBFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
533 loadRGBHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
550 loadRGBAUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
565 loadRGBA4444ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
583 loadRGBA5551ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
601 loadRGBAFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
612 loadRGBAHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
623 loadBGRAImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
634 loadD16ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
648 loadD32ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const argument
662 loadD24S8ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) argument
694 loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, const void *pixels) argument
[all...]

Completed in 470 milliseconds

1234