Lines Matching defs:context
151 InternalformatCaseBase(deqp::Context& context, const std::string& name);
194 InternalformatCaseBase::InternalformatCaseBase(deqp::Context& context, const std::string& name)
195 : deqp::TestCase(context, name.c_str(), ""), m_renderWidth(64), m_renderHeight(64)
781 Texture2DCase(deqp::Context& context, const std::string& name, const TextureFormat& textureFormat);
792 Texture2DCase::Texture2DCase(deqp::Context& context, const std::string& name, const TextureFormat& testFormat)
793 : InternalformatCaseBase(context, name.c_str()), m_testFormat(testFormat)
924 CopyTexImageCase(deqp::Context& context, const std::string& name, const CopyTexImageFormat& copyTexImageFormat);
935 CopyTexImageCase::CopyTexImageCase(deqp::Context& context, const std::string& name,
937 : InternalformatCaseBase(context, name.c_str()), m_testFormat(copyTexImageFormat)
1072 RenderbufferCase(deqp::Context& context, const std::string& name, const RenderbufferFormat& renderbufferFormat);
1098 RenderbufferCase::RenderbufferCase(deqp::Context& context, const std::string& name,
1100 : InternalformatCaseBase(context, name.c_str())
1547 * @param context Rendering context.
1549 InternalformatTests::InternalformatTests(deqp::Context& context)
1550 : TestCaseGroup(context, "internalformat", "Texture internalformat tests")