Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp556 std::vector<glw::GLfloat> floatClean; in iterate() local
571 floatClean.resize(width * height * depth * m_n_components); in iterate()
577 memset(&floatClean[0], 0, width * height * depth * m_n_components * sizeof(glw::GLfloat)); in iterate()
600 GL_RGBA32F, GL_RGBA, GL_FLOAT, &floatClean[0]); in iterate()
661 GL_RGBA, GL_FLOAT, &floatClean[0]); in iterate()