webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MalformedShaderTest Class Reference
Inheritance diagram for MalformedShaderTest:
testing::Test MalformedComputeShaderTest MalformedFragmentShaderGLES31Test MalformedVertexShaderGLES31Test MalformedVertexShaderTest MalformedWebGL1ShaderTest MalformedWebGL2ShaderTest UnrollForLoopsTest

Public Member Functions

 MalformedShaderTest ()
 

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
bool compile (const std::string &shaderString)
 
bool hasWarning () const
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::string mInfoLog
 
TranslatorESSLmTranslator
 
ShCompileOptions mExtraCompileOptions
 

Constructor & Destructor Documentation

◆ MalformedShaderTest()

MalformedShaderTest::MalformedShaderTest ( )
inline

Member Function Documentation

◆ compile()

bool MalformedShaderTest::compile ( const std::string shaderString)
inlineprotected

◆ hasWarning()

bool MalformedShaderTest::hasWarning ( ) const
inlineprotected

◆ SetUp()

virtual void MalformedShaderTest::SetUp ( )
inlineprotectedvirtual

◆ TearDown()

virtual void MalformedShaderTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ mExtraCompileOptions

ShCompileOptions MalformedShaderTest::mExtraCompileOptions
protected

◆ mInfoLog

std::string MalformedShaderTest::mInfoLog
protected

◆ mTranslator

TranslatorESSL* MalformedShaderTest::mTranslator
protected

The documentation for this class was generated from the following file: