Lines Matching defs:texture
244 const glu::Texture2D& texture,
325 void ASTCRenderer2D::render (Surface& referenceDst, Surface& resultDst, const glu::Texture2D& texture, const tcu::TextureFormat& uncompressedFormat)
331 const int textureWidth = texture.getRefTexture().getWidth();
332 const int textureHeight = texture.getRefTexture().getHeight();
348 gl.bindTexture(GL_TEXTURE_2D, texture.getGLTexture());
363 sampleTexture(tcu::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPixelFormat()), texture.getRefTexture(), &texCoord[0], renderParams);
434 log << TestLog::Message << "Using texture of size "
446 // Create texture and render.
451 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompressionParams(decompressionMode));
455 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat()));
569 // Create texture and render.
576 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompressionParams(decompressionMode));
578 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat()));
586 log << TestLog::Message << "Using texture of size "