Searched defs:pixel_data (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp507 const glw::GLuint pixel_data = result_image[i]; local
509 if (color != pixel_data)
519 const glw::GLuint pixel_data = result_image[i]; local
521 if (color == pixel_data)
H A Dgl4cStencilTexturingTests.cpp1055 GLubyte* pixel_data = &texture_data[0] + line_offset + pixel_offset; local
1061 memcpy(pixel_data, stencil_data, 1);
1062 memcpy(pixel_data + 1, depth_i_data, 3);
1065 memcpy(pixel_data, depth_f_data, 4);
1066 memcpy(pixel_data + 4, stencil_data, 1);
H A Dgl4cCopyImageTests.cpp3131 GLubyte* pixel_data = ptr + j * pixel_size; local
3133 Utils::packPixel(internal_format, type, 1.0, 1.0, 1.0, 1.0, pixel_data);
3989 GLubyte* pixel_data = out_pixels + j * pixel_size; local
3991 Utils::packPixel(internal_format, type, 1.0, 1.0, 1.0, 1.0, pixel_data);
4040 GLubyte* pixel_data = line_data + pixel_offset; local
4048 Utils::packPixel(internal_format, type, red, green, blue, alpha, pixel_data);

Completed in 252 milliseconds