Searched refs:kTexelFormats (Results 1 – 3 of 3) sorted by relevance
35 kTexelFormats.push_back(GL_LUMINANCE); in TextureMetaDataInit()36 kTexelFormats.push_back(GL_RGBA); in TextureMetaDataInit()83 for (auto fmt : kTexelFormats) { in Run()
25 kTexelFormats.push_back(GL_RGBA); in TextureMetaDataInit()
45 std::vector<GLenum> kTexelFormats; variable