Searched refs:imgPtr (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2075 char *imgPtr = ((char *)imageData) + layer_offset; in sample_image_pixel_float_offset() local 2079 read_image_pixel_float(imgPtr, imageInfo, x1, y1, 0, upLeft, lod); in sample_image_pixel_float_offset() 2080 read_image_pixel_float(imgPtr, imageInfo, x2, y1, 0, upRight, lod); in sample_image_pixel_float_offset() 2084 read_image_pixel_float(imgPtr, imageInfo, x1, y2, 0, lowLeft, lod); in sample_image_pixel_float_offset() 2085 read_image_pixel_float(imgPtr, imageInfo, x2, y2, 0, lowRight, lod); in sample_image_pixel_float_offset()
|
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 756 GLubyte *imgPtr = data; 765 *imgPtr++ = texel;
|