#include "gpu/command_buffer/common/gles2_cmd_utils.h"
#include <limits>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES2/gl2extchromium.h>
#include <GLES3/gl3.h>
#include <stdint.h>
#include "testing/gtest/include/gtest/gtest.h"
namespace gpu {
namespace gles2 {
class GLES2UtilTest : public testing:: Test { … };
TEST_F(GLES2UtilTest, GLGetNumValuesReturned) { … }
TEST_F(GLES2UtilTest, ComputeImageDataSizesFormats) { … }
TEST_F(GLES2UtilTest, ComputeImageDataSizeTypes) { … }
TEST_F(GLES2UtilTest, ComputeImageDataSizesUnpackAlignment) { … }
TEST_F(GLES2UtilTest, ComputeImageDataSizeDepth) { … }
TEST_F(GLES2UtilTest, ComputeImageDataSizePixelStoreParams) { … }
TEST_F(GLES2UtilTest, RenderbufferBytesPerPixel) { … }
TEST_F(GLES2UtilTest, GetChannelsForCompressedFormat) { … }
TEST_F(GLES2UtilTest, GLSLArrayNameParsingNotArray) { … }
TEST_F(GLES2UtilTest, GLSLArrayNameParsing) { … }
}
}