/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 2129 int skip_pixels[3] = in init() local 2139 std::to_string(skip_pixels[p]) + in init() 2144 std::to_string(skip_pixels[p]) + in init() 2154 skip_pixels[p], in init() 2177 int skip_pixels[3] = in init() local 2191 std::to_string(skip_pixels[p]) + in init() 2198 std::to_string(skip_pixels[p]) + in init() 2211 skip_pixels[p], in init() 2240 int skip_pixels[4] = in init() local 2249 std::to_string(skip_pixels[p]) + in init() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_renderer.cc | 346 int skip_pixels = 0, x = popup_rect_.x; in OnPaint() local 353 skip_pixels = -x; in OnPaint() 368 glPixelStorei(GL_UNPACK_SKIP_PIXELS, skip_pixels); in OnPaint()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 58 unsigned skip_pixels; in st_pbo_addresses_setup() local 67 skip_pixels = ofs / addr->bytes_per_pixel; in st_pbo_addresses_setup() 68 buf_offset -= skip_pixels; in st_pbo_addresses_setup() 70 skip_pixels = 0; in st_pbo_addresses_setup() 78 addr->last_element = buf_offset + skip_pixels + addr->width - 1 in st_pbo_addresses_setup() 87 addr->constants.xoffset = -addr->xoffset + skip_pixels; in st_pbo_addresses_setup()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_subtexture.txt | 175 4 CARD32 skip_pixels 201 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>, <format>, and 213 4 CARD32 skip_pixels 238 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>, <height>, 254 4 CARD32 skip_pixels 284 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
D | EXT_convolution.txt | 581 4 CARD32 skip_pixels 602 <skip_pixels>, <alignment>, <width>, <format>, and <type> as given 613 4 CARD32 skip_pixels 634 <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>, <alignment>, 645 4 CARD32 skip_pixels 668 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>,
|
D | EXT_texture3D.txt | 384 4 CARD32 skip_pixels 411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_subtexture.txt | 175 4 CARD32 skip_pixels 201 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>, <format>, and 213 4 CARD32 skip_pixels 238 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>, <height>, 254 4 CARD32 skip_pixels 284 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
D | EXT_convolution.txt | 581 4 CARD32 skip_pixels 602 <skip_pixels>, <alignment>, <width>, <format>, and <type> as given 613 4 CARD32 skip_pixels 634 <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>, <alignment>, 645 4 CARD32 skip_pixels 668 <row_length>, <skip_rows>, <skip_pixels>, <alignment>, <width>,
|
D | EXT_texture3D.txt | 384 4 CARD32 skip_pixels 411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture4D.txt | 170 4 CARD32 skip_pixels 198 <skip_pixels>, <alignment>, <width>, <format>, and <type> given in the request. 220 4 CARD32 skip_pixels 250 <skip_pixels>, <alignment>, <width>, <format>, and <type> given in the request.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture4D.txt | 170 4 CARD32 skip_pixels 198 <skip_pixels>, <alignment>, <width>, <format>, and <type> given in the request. 220 4 CARD32 skip_pixels 250 <skip_pixels>, <alignment>, <width>, <format>, and <type> given in the request.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_pixel_buffer_object.txt | 1652 const GLint skip_pixels = pixelStoreMode->skipPixels; 1668 assert(skip_pixels >= 0); 1695 offsetLimit += (skip_pixels + width+7)/8; 1701 if (0 == (line_length | image_height | skip_pixels | 1702 skip_lines | skip_pixels)) { 1729 offsetLimit += group_size * (skip_pixels + width);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_pixel_buffer_object.txt | 1642 const GLint skip_pixels = pixelStoreMode->skipPixels; 1658 assert(skip_pixels >= 0); 1685 offsetLimit += (skip_pixels + width+7)/8; 1691 if (0 == (line_length | image_height | skip_pixels | 1692 skip_lines | skip_pixels)) { 1719 offsetLimit += group_size * (skip_pixels + width);
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_color_table.txt | 386 4 CARD32 skip_pixels 406 <skip_pixels>, <alignment>, <width>, <format>, and <type> as given
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_color_table.txt | 386 4 CARD32 skip_pixels 406 <skip_pixels>, <alignment>, <width>, <format>, and <type> as given
|