|
PuzzleSDK
|
#include <ClippingNodeTest.h>
类 RawStencilBufferTest 继承关系图:
RawStencilBufferTest 的协作图:Public 成员函数 | |
| CREATE_FUNC (RawStencilBufferTest) | |
| ~RawStencilBufferTest () | |
| virtual std::string | title () const override |
| virtual std::string | subtitle () const override |
| virtual void | setup () override |
| virtual void | draw (cocos2d::Renderer *renderer, const cocos2d::Mat4 &transform, uint32_t flags) override |
| virtual void | setupStencilForClippingOnPlane (int plane) |
| virtual void | setupStencilForDrawingOnPlane (int plane) |
Public 成员函数 继承自 BaseClippingNodeTest | |
| CREATE_FUNC (BaseClippingNodeTest) | |
| ~BaseClippingNodeTest () | |
| virtual bool | init () override |
Public 成员函数 继承自 TestCase | |
| TestCase () | |
| ~TestCase () | |
| virtual Type | getTestType () const |
| virtual float | getDuration () const |
| virtual std::string | getExpectedOutput () const |
| virtual std::string | getActualOutput () const |
| virtual void | restartTestCallback (cocos2d::Ref *sender) |
| virtual void | nextTestCallback (cocos2d::Ref *sender) |
| virtual void | priorTestCallback (cocos2d::Ref *sender) |
| virtual void | onBackCallback (cocos2d::Ref *sender) |
| void | setTestSuite (TestSuite *testSuite) |
| TestSuite * | getTestSuite () const |
| float | getRunTime () const |
| void | setTestCaseName (const std::string &name) |
| std::string | getTestCaseName () const |
| const cocos2d::Label * | getSubtitleLable () const |
| const cocos2d::MenuItemImage * | getRestartTestItem () const |
| virtual void | onEnter () override |
Protected 成员函数 | |
| void | onBeforeDrawClip (int planeIndex) |
| void | onBeforeDrawSprite (int planeIndex) |
| void | initCommands () |
Protected 属性 | |
| std::vector< cocos2d::CustomCommand > | _renderCmds |
| cocos2d::CallbackCommand | _enableStencilCallback |
| cocos2d::CallbackCommand | _disableStencilCallback |
| cocos2d::Vector< cocos2d::Sprite * > | _sprites |
| cocos2d::Vector< cocos2d::Sprite * > | _spritesStencil |
| cocos2d::backend::UniformLocation | _locColor |
| cocos2d::backend::UniformLocation | _locMVPMatrix |
Protected 属性 继承自 TestCase | |
| cocos2d::MenuItemImage * | _priorTestItem |
| cocos2d::MenuItemImage * | _restartTestItem |
| cocos2d::MenuItemImage * | _nextTestItem |
| cocos2d::Label * | _titleLabel |
| cocos2d::Label * | _subtitleLabel |
额外继承的成员函数 | |
Public 类型 继承自 TestCase | |
| enum class | Type { ROBUSTNESS , UNIT , GRAPHICAL_STATIC , MANUAL } |
Public 属性 继承自 TestCase | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: virtual bool init() override |
在文件 ClippingNodeTest.h 第 168 行定义.
| RawStencilBufferTest::~RawStencilBufferTest | ( | ) |
在文件 ClippingNodeTest.cpp 第 534 行定义.
| RawStencilBufferTest::CREATE_FUNC | ( | RawStencilBufferTest | ) |
|
overridevirtual |
在文件 ClippingNodeTest.cpp 第 640 行定义.
引用了 _disableStencilCallback, _enableStencilCallback, _planeCount, _renderCmds, _sprites , 以及 _spritesStencil.
|
protected |
在文件 ClippingNodeTest.cpp 第 566 行定义.
引用了 _disableStencilCallback, _enableStencilCallback, _locColor, _locMVPMatrix, _planeCount, _renderCmds, onBeforeDrawClip() , 以及 onBeforeDrawSprite().
被这些函数引用 setup().
函数调用图:
这是这个函数的调用关系图:
|
protected |
在文件 ClippingNodeTest.cpp 第 680 行定义.
引用了 _locColor , 以及 setupStencilForClippingOnPlane().
被这些函数引用 initCommands().
函数调用图:
这是这个函数的调用关系图:
|
protected |
在文件 ClippingNodeTest.cpp 第 687 行定义.
引用了 _locColor, _planeColor , 以及 setupStencilForDrawingOnPlane().
被这些函数引用 initCommands().
函数调用图:
这是这个函数的调用关系图:
|
overridevirtual |
重载 BaseClippingNodeTest .
被 RawStencilBufferTestAlphaTest , 以及 RawStencilBufferTest6 重载.
在文件 ClippingNodeTest.cpp 第 548 行定义.
引用了 _planeCount, _sprites, _spritesStencil, initCommands() , 以及 s_pathGrossini.
被这些函数引用 RawStencilBufferTestAlphaTest::setup().
函数调用图:
这是这个函数的调用关系图:
|
virtual |
被 RawStencilBufferTest2, RawStencilBufferTest3, RawStencilBufferTest4, RawStencilBufferTest5 , 以及 RawStencilBufferTest6 重载.
在文件 ClippingNodeTest.cpp 第 694 行定义.
被这些函数引用 onBeforeDrawClip(), RawStencilBufferTest2::setupStencilForClippingOnPlane(), RawStencilBufferTest3::setupStencilForClippingOnPlane(), RawStencilBufferTest4::setupStencilForClippingOnPlane() , 以及 RawStencilBufferTest5::setupStencilForClippingOnPlane().
这是这个函数的调用关系图:
|
virtual |
被 RawStencilBufferTest2, RawStencilBufferTest3, RawStencilBufferTest4, RawStencilBufferTest5 , 以及 RawStencilBufferTest6 重载.
在文件 ClippingNodeTest.cpp 第 703 行定义.
被这些函数引用 onBeforeDrawSprite(), RawStencilBufferTest2::setupStencilForDrawingOnPlane(), RawStencilBufferTest3::setupStencilForDrawingOnPlane(), RawStencilBufferTest4::setupStencilForDrawingOnPlane(), RawStencilBufferTest5::setupStencilForDrawingOnPlane() , 以及 RawStencilBufferTest6::setupStencilForDrawingOnPlane().
这是这个函数的调用关系图:
|
overridevirtual |
重载 TestCase .
被 RawStencilBufferTest2, RawStencilBufferTest3, RawStencilBufferTest4, RawStencilBufferTest5 , 以及 RawStencilBufferTest6 重载.
在文件 ClippingNodeTest.cpp 第 543 行定义.
|
overridevirtual |
重载 BaseClippingNodeTest .
在文件 ClippingNodeTest.cpp 第 538 行定义.
|
protected |
在文件 ClippingNodeTest.h 第 190 行定义.
被这些函数引用 draw() , 以及 initCommands().
|
protected |
在文件 ClippingNodeTest.h 第 189 行定义.
被这些函数引用 draw() , 以及 initCommands().
|
protected |
在文件 ClippingNodeTest.h 第 193 行定义.
被这些函数引用 initCommands(), onBeforeDrawClip() , 以及 onBeforeDrawSprite().
|
protected |
在文件 ClippingNodeTest.h 第 194 行定义.
被这些函数引用 initCommands().
|
protected |
在文件 ClippingNodeTest.h 第 188 行定义.
被这些函数引用 draw() , 以及 initCommands().
|
protected |
在文件 ClippingNodeTest.h 第 191 行定义.
|
protected |
在文件 ClippingNodeTest.h 第 192 行定义.
被这些函数引用 draw(), setup() , 以及 RawStencilBufferTestAlphaTest::setup().