|
| | BlendMinMaxTest () |
| |
| void | runTest (GLenum colorFormat, GLenum type) |
| |
| virtual void | SetUp () |
| |
| void | SetUpFramebuffer (GLenum colorFormat) |
| |
| virtual void | TearDown () |
| |
| | ANGLETest () |
| |
| | ~ANGLETest () |
| |
| virtual void | swapBuffers () |
| |
| void | setupQuadVertexBuffer (GLfloat positionAttribZ, GLfloat positionAttribXYScale) |
| |
| void | setupIndexedQuadVertexBuffer (GLfloat positionAttribZ, GLfloat positionAttribXYScale) |
| |
| void | drawQuad (GLuint program, const std::string &positionAttribName, GLfloat positionAttribZ) |
| |
| void | drawQuad (GLuint program, const std::string &positionAttribName, GLfloat positionAttribZ, GLfloat positionAttribXYScale) |
| |
| void | drawQuad (GLuint program, const std::string &positionAttribName, GLfloat positionAttribZ, GLfloat positionAttribXYScale, bool useVertexBuffer) |
| |
| void | drawIndexedQuad (GLuint program, const std::string &positionAttribName, GLfloat positionAttribZ) |
| |
| void | drawIndexedQuad (GLuint program, const std::string &positionAttribName, GLfloat positionAttribZ, GLfloat positionAttribXYScale) |
| |
| void | setWindowWidth (int width) |
| |
| void | setWindowHeight (int height) |
| |
| void | setConfigRedBits (int bits) |
| |
| void | setConfigGreenBits (int bits) |
| |
| void | setConfigBlueBits (int bits) |
| |
| void | setConfigAlphaBits (int bits) |
| |
| void | setConfigDepthBits (int bits) |
| |
| void | setConfigStencilBits (int bits) |
| |
| void | setMultisampleEnabled (bool enabled) |
| |
| void | setDebugEnabled (bool enabled) |
| |
| void | setNoErrorEnabled (bool enabled) |
| |
| void | setWebGLCompatibilityEnabled (bool webglCompatibility) |
| |
| void | setBindGeneratesResource (bool bindGeneratesResource) |
| |
| int | getClientMajorVersion () const |
| |
| int | getClientMinorVersion () const |
| |
| EGLWindow * | getEGLWindow () const |
| |
| int | getWindowWidth () const |
| |
| int | getWindowHeight () const |
| |
| bool | isMultisampleEnabled () const |
| |
| EGLint | getPlatformRenderer () const |
| |
| void | ignoreD3D11SDKLayersWarnings () |
| |
◆ BlendMinMaxTest()
| BlendMinMaxTest::BlendMinMaxTest |
( |
| ) |
|
|
inlineprotected |
◆ getExpected()
| static float BlendMinMaxTest::getExpected |
( |
bool |
blendMin, |
|
|
float |
curColor, |
|
|
float |
prevColor |
|
) |
| |
|
inlinestaticprotected |
◆ runTest()
◆ SetUp()
| virtual void BlendMinMaxTest::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ SetUpFramebuffer()
| void BlendMinMaxTest::SetUpFramebuffer |
( |
GLenum |
colorFormat | ) |
|
|
inlineprotected |
◆ TearDown()
| virtual void BlendMinMaxTest::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ mColorLocation
| GLint BlendMinMaxTest::mColorLocation |
|
protected |
◆ mColorRenderbuffer
| GLuint BlendMinMaxTest::mColorRenderbuffer |
|
protected |
◆ mFramebuffer
| GLuint BlendMinMaxTest::mFramebuffer |
|
protected |
◆ mProgram
| GLuint BlendMinMaxTest::mProgram |
|
protected |
The documentation for this class was generated from the following file: