Commit 11489df0 by Gert Wollny

Capture/Replay: implement CapturePointParameterfv_params

Enable tests that are now passing Bug: angleproject:6064 Change-Id: I22d7a41b3e11556c929e4701e0c6c339e3aa7b6b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2957950Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 228af3ec
...@@ -282,7 +282,7 @@ void CapturePointParameterfv_params(const State &glState, ...@@ -282,7 +282,7 @@ void CapturePointParameterfv_params(const State &glState,
const GLfloat *params, const GLfloat *params,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); CaptureMemory(params, sizeof(GLfloat), paramCapture);
} }
void CapturePointParameterxv_params(const State &glState, void CapturePointParameterxv_params(const State &glState,
......
...@@ -105,9 +105,6 @@ MaterialsTest.InitialState/* ...@@ -105,9 +105,6 @@ MaterialsTest.InitialState/*
MaterialsTest.InvalidParameter/* MaterialsTest.InvalidParameter/*
MaterialsTest.SetParameters/* MaterialsTest.SetParameters/*
PointParameterTest.NegativeEnum/*
PointParameterTest.NegativeValue/*
PointParameterTest.Set/*
TextureEnvTest.InitialState/* TextureEnvTest.InitialState/*
TextureEnvTest.Set/* TextureEnvTest.Set/*
TextureParameterTest.SetFixedPoint/* TextureParameterTest.SetFixedPoint/*
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