Lines Matching refs:t_texture
2169 Texture t_texture;
2170 t_texture.Init(m_context);
2171 t_texture.Generate(gl, t_texture.m_id);
2172 t_texture.Bind(gl, t_texture.m_id, GL_TEXTURE_2D);
2177 t_texture_ids[validated_index] = t_texture.m_id;
2193 Texture t_texture;
2194 t_texture.InitStorage(m_context, GL_TEXTURE_2D, 1, GL_RGB9_E5, width, 0, depth, true);
2197 t_texture_ids[validated_index] = t_texture.m_id;