TestFormat 154 gpu/command_buffer/tests/gl_readback_unittest.cc TestFormat test_formats[4]; TestFormat 159 gpu/command_buffer/tests/gl_readback_unittest.cc TestFormat rgb16f = { GL_RGB, GL_HALF_FLOAT_OES, 3 }; TestFormat 162 gpu/command_buffer/tests/gl_readback_unittest.cc TestFormat rgba16f = { GL_RGBA, GL_HALF_FLOAT_OES, 4 }; TestFormat 166 gpu/command_buffer/tests/gl_readback_unittest.cc TestFormat rgb32f = { GL_RGB, GL_FLOAT, 3 }; TestFormat 169 gpu/command_buffer/tests/gl_readback_unittest.cc TestFormat rgba32f = { GL_RGBA, GL_FLOAT, 4 };