Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp560 std::vector<glw::GLuint> uIntClean; in iterate() local
575 uIntClean.resize(width * height * depth * m_n_components); in iterate()
579 memset(&uIntClean[0], 0, width * height * depth * m_n_components * sizeof(glw::GLuint)); in iterate()
610 GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT, &uIntClean[0]); in iterate()
671 GL_RGBA_INTEGER, GL_UNSIGNED_INT, &uIntClean[0]); in iterate()