Fix incorrectly named test class members and wrong shader compilation
function being used.

TRAC #23776

Signed-off-by: Jamie Madill
Signed-off-by: Shannon Woods
diff --git a/tests/angle_tests/BlitFramebufferANGLETest.cpp b/tests/angle_tests/BlitFramebufferANGLETest.cpp
index cce73cc..c40a28b 100644
--- a/tests/angle_tests/BlitFramebufferANGLETest.cpp
+++ b/tests/angle_tests/BlitFramebufferANGLETest.cpp
@@ -7,11 +7,11 @@
     {
         setWindowWidth(256);
         setWindowHeight(256);
-        setRedBits(8);
-        setGreenBits(8);
-        setBlueBits(8);
-        setAlphaBits(8);
-        setDepthBits(24);
+        setConfigRedBits(8);
+        setConfigGreenBits(8);
+        setConfigBlueBits(8);
+        setConfigAlphaBits(8);
+        setConfigDepthBits(24);
 
         mCheckerProgram = 0;
         mBlueProgram = 0;