Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1639 const glw::GLuint n_total_faces = n_layers * n_faces; in verifyImage() local
1641 for (glw::GLuint face = 0; face < n_total_faces; ++face) in verifyImage()
1643 … == verifyFace<T, N_Components, Width, Height>(data, face, expected_values, n_total_faces * Width)) in verifyImage()
1676 const glw::GLuint n_total_faces = n_layers * n_faces; in verifyResultImage() local
1677 const glw::GLuint n_total_components = n_total_faces * n_components_per_face; in verifyResultImage()