Home
last modified time | relevance | path

Searched defs:pixel_y (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py170 def pixel_to_mm(self, (pixel_x, pixel_y)): argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c96 unsigned i, pixel, pixel_y, pixel_x, sample; in gm200_validate_sample_locations() local
115 unsigned pixel_y = pixel / hw_grid_width; in gm200_validate_sample_locations() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs.h407 fs_reg pixel_y; variable
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc86 int pixel_x, int pixel_y, uint32_t value) { in WriteBlockPixel()