Commit dbc7cb5a by Gert Wollny Committed by Angle LUCI CQ

Capture/Replay: capture GetMaterialfv parameters

Enable according tests Bug: angleproject:6052 Change-Id: I67bc4d74c997afecf9ed16c7af217de273557587 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2954265Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Gert Wollny <gert.wollny@collabora.com>
parent 153240b2
...@@ -117,7 +117,8 @@ void CaptureGetMaterialfv_params(const State &glState, ...@@ -117,7 +117,8 @@ void CaptureGetMaterialfv_params(const State &glState,
GLfloat *params, GLfloat *params,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); unsigned int size = GetMaterialParameterCount(pnamePacked);
CaptureMemory(params, sizeof(GLfloat) * size, paramCapture);
} }
void CaptureGetMaterialxv_params(const State &glState, void CaptureGetMaterialxv_params(const State &glState,
......
...@@ -88,8 +88,3 @@ RobustResourceInitTest.SurfaceInitializedAfterSwap/* ...@@ -88,8 +88,3 @@ RobustResourceInitTest.SurfaceInitializedAfterSwap/*
# ES1 comparison failed tests # ES1 comparison failed tests
BootAnimationTest.DefaultBootAnimation/* BootAnimationTest.DefaultBootAnimation/*
# ES1 compile failed tests
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