Lines Matching defs:texture
139 TCU_THROW(NotSupportedError, "Compressed texture format not supported");
199 // Decompress to reference texture.
206 // Upload to GL texture in compressed form.
222 // Uncompressed texture.
233 Texture2D* texture = new Texture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.getWidth(), level.getHeight());
238 texture->getRefTexture().allocLevel(0);
239 tcu::copy(texture->getRefTexture().getLevel(0), level.getAccess());
246 texture->getRefTexture().allocLevel(levelNdx);
247 tcu::copy(texture->getRefTexture().getLevel(levelNdx), level.getAccess());
251 texture->upload();
255 delete texture;
259 return texture;
263 // Compressed texture.
334 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
423 // Decompress to reference texture.
430 // Upload to GL texture in compressed form.
448 // Compressed texture.
565 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
627 // Decompress to reference texture.
635 // Upload to GL texture in compressed form.
685 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
752 // Decompress to reference texture.
760 // Upload to GL texture in compressed form.
863 throw tcu::NotSupportedError("Ranged texture buffers not supported", "", __FILE__, __LINE__);
906 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to bind buffer to texture");