Home
last modified time | relevance | path

Searched refs:size_of_pixel (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1593 static const glw::GLuint size_of_pixel = N_Components; in verifyFace() local
1597 const glw::GLuint data_size_of_line = image_width * size_of_pixel; in verifyFace()
1598 const glw::GLuint exp_size_of_line = Width * size_of_pixel; in verifyFace()
1607 const glw::GLuint data_pixel_offset = data_line_offset + data_face_offset + x * size_of_pixel; in verifyFace()
1608 const glw::GLuint exp_pixel_offset = exp_line_offset + exp_face_offset + x * size_of_pixel; in verifyFace()