Commit fb42cbab by Gert Wollny

Capture/Replay: Capture glGetLightfv parameter

Enable the according capture/replay tests. Bug: angleproject:6051 Change-Id: I916e6d10756bc24bb3e0644c2b290f55b2066fd0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2954264Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
parent b82da851
......@@ -96,7 +96,8 @@ void CaptureGetLightfv_params(const State &glState,
GLfloat *params,
ParamCapture *paramCapture)
{
UNIMPLEMENTED();
int count = GetLightParameterCount(pnamePacked);
CaptureMemory(params, count * sizeof(GLfloat), paramCapture);
}
void CaptureGetLightxv_params(const State &glState,
......
......@@ -101,10 +101,6 @@ FramebufferObjectTest.TextureObjectDifferentFormats/*
BootAnimationTest.DefaultBootAnimation/*
# ES1 compile failed tests
LightsTest.InitialState/*
LightsTest.NegativeInvalidEnum/*
LightsTest.NegativeInvalidValue/*
LightsTest.Set/*
MaterialsTest.InitialState/*
MaterialsTest.InvalidParameter/*
MaterialsTest.SetParameters/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment