Lines Matching refs:texture_data
6944 std::vector<GLuint> texture_data; in test() local
6945 texture_data.resize(m_width * m_height); in test()
6947 for (GLuint i = 0; i < texture_data.size(); ++i) in test()
6949 texture_data[i] = 0x20406080; in test()
6954 &texture_data[0]); in test()
6974 std::vector<GLuint> texture_data; in test() local
6975 texture_data.resize(m_width * m_height); in test()
6977 for (GLuint i = 0; i < texture_data.size(); ++i) in test()
6979 texture_data[i] = 0x20406080; in test()
6983 &texture_data[0]); in test()
19991 std::vector<GLuint> texture_data; in test() local
19992 texture_data.resize(m_width * m_height); in test()
19994 for (GLuint i = 0; i < texture_data.size(); ++i) in test()
19996 texture_data[i] = 0x20406080; in test()
20000 …ils::Texture::TEX_2D, m_width, m_height, 0, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &texture_data[0]); in test()
20002 …ils::Texture::TEX_2D, m_width, m_height, 0, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &texture_data[0]); in test()
20004 …ils::Texture::TEX_2D, m_width, m_height, 0, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &texture_data[0]); in test()
20006 …ils::Texture::TEX_2D, m_width, m_height, 0, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &texture_data[0]); in test()