Lines Matching defs:dst

408 	virtual void				render					(sglr::Context& fboContext, Surface& dst) = DE_NULL;
521 void render (sglr::Context& context, Surface& dst);
529 void StencilClearsTest::render (sglr::Context& context, Surface& dst)
600 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
603 readPixels(context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
612 void render (sglr::Context& context, Surface& dst);
620 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst)
730 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
733 readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(fboA.getConfig().colorFormat), Vec4(1.0f), Vec4(0.0f));
742 void render (sglr::Context& context, Surface& dst);
750 void SharedColorbufferClearsTest::render (sglr::Context& context, Surface& dst)
833 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
836 readPixels(context, dst, 0, 0, width, height, colorFormat, Vec4(1.0f), Vec4(0.0f));
846 void render (sglr::Context& context, Surface& dst);
859 void SharedDepthStencilTest::render (sglr::Context& context, Surface& dst)
961 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
966 readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(m_config.colorFormat), Vec4(1.0f), Vec4(0.0f));
977 void render (sglr::Context& context, Surface& dst);
985 void TexSubImageAfterRenderTest::render (sglr::Context& context, Surface& dst)
1023 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
1032 void render (sglr::Context& context, Surface& dst);
1040 void TexSubImageBetweenRenderTest::render (sglr::Context& context, Surface& dst)
1093 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
1103 void render (sglr::Context& context, Surface& dst);
1111 void ResizeTest::render (sglr::Context& context, Surface& dst)
1241 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
1244 readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
1253 void render (sglr::Context& context, Surface& dst);
1267 void RecreateBuffersTest::render (sglr::Context& ctx, Surface& dst)
1439 ctx.readPixels(dst, 0, 0, ctx.getWidth(), ctx.getHeight());
1444 readPixels(ctx, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);