|
| | BlitFramebufferANGLETest () |
| |
| virtual void | SetUp () |
| |
| 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 () |
| |
◆ BlitFramebufferANGLETest()
| BlitFramebufferANGLETest::BlitFramebufferANGLETest |
( |
| ) |
|
|
inlineprotected |
◆ SetUp()
| virtual void BlitFramebufferANGLETest::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TearDown()
| virtual void BlitFramebufferANGLETest::TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ mBGRAMultisampledFBO
| GLuint BlitFramebufferANGLETest::mBGRAMultisampledFBO |
|
protected |
◆ mBGRAMultisampledRenderbuffer
| GLuint BlitFramebufferANGLETest::mBGRAMultisampledRenderbuffer |
|
protected |
◆ mBlueProgram
| GLuint BlitFramebufferANGLETest::mBlueProgram |
|
protected |
◆ mCheckerProgram
| GLuint BlitFramebufferANGLETest::mCheckerProgram |
|
protected |
◆ mColorOnlyColorBuffer
| GLuint BlitFramebufferANGLETest::mColorOnlyColorBuffer |
|
protected |
◆ mColorOnlyFBO
| GLuint BlitFramebufferANGLETest::mColorOnlyFBO |
|
protected |
◆ mDiffFormatColorBuffer
| GLuint BlitFramebufferANGLETest::mDiffFormatColorBuffer |
|
protected |
◆ mDiffFormatFBO
| GLuint BlitFramebufferANGLETest::mDiffFormatFBO |
|
protected |
◆ mDiffSizeColorBuffer
| GLuint BlitFramebufferANGLETest::mDiffSizeColorBuffer |
|
protected |
◆ mDiffSizeFBO
| GLuint BlitFramebufferANGLETest::mDiffSizeFBO |
|
protected |
◆ mMRTColorBuffer0
| GLuint BlitFramebufferANGLETest::mMRTColorBuffer0 |
|
protected |
◆ mMRTColorBuffer1
| GLuint BlitFramebufferANGLETest::mMRTColorBuffer1 |
|
protected |
◆ mMRTFBO
| GLuint BlitFramebufferANGLETest::mMRTFBO |
|
protected |
◆ mOriginalFBO
| GLuint BlitFramebufferANGLETest::mOriginalFBO |
|
protected |
◆ mRGBAColorbuffer
| GLuint BlitFramebufferANGLETest::mRGBAColorbuffer |
|
protected |
◆ mRGBAFBO
| GLuint BlitFramebufferANGLETest::mRGBAFBO |
|
protected |
◆ mSmallColorBuffer
| GLuint BlitFramebufferANGLETest::mSmallColorBuffer |
|
protected |
◆ mSmallDepthStencilBuffer
| GLuint BlitFramebufferANGLETest::mSmallDepthStencilBuffer |
|
protected |
◆ mSmallFBO
| GLuint BlitFramebufferANGLETest::mSmallFBO |
|
protected |
◆ mUserColorBuffer
| GLuint BlitFramebufferANGLETest::mUserColorBuffer |
|
protected |
◆ mUserDepthStencilBuffer
| GLuint BlitFramebufferANGLETest::mUserDepthStencilBuffer |
|
protected |
◆ mUserFBO
| GLuint BlitFramebufferANGLETest::mUserFBO |
|
protected |
The documentation for this class was generated from the following file: