chromium/third_party/angle/src/tests/test_utils/ConstantFoldingTest.cpp

//
// Copyright 2016 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// ConstantFoldingTest.cpp:
//   Utilities for constant folding tests.
//

#include "tests/test_utils/ConstantFoldingTest.h"

#include "GLSLANG/ShaderLang.h"
#include "angle_gl.h"
#include "compiler/translator/glsl/TranslatorESSL.h"

usingnamespacesh;

void ConstantFoldingExpressionTest::evaluate(const std::string &type, const std::string &expression)
{}

void ConstantFoldingExpressionTest::evaluateIvec4(const std::string &ivec4Expression)
{}

void ConstantFoldingExpressionTest::evaluateVec4(const std::string &ivec4Expression)
{}

void ConstantFoldingExpressionTest::evaluateFloat(const std::string &floatExpression)
{}

void ConstantFoldingExpressionTest::evaluateInt(const std::string &intExpression)
{}

void ConstantFoldingExpressionTest::evaluateUint(const std::string &uintExpression)
{}