Home
last modified time | relevance | path

Searched refs:Body (Results 1 – 17 of 17) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Body.cpp24 Body::Body(void) : in Body() function in demo::Body
29 Body::~Body() in ~Body()
33 void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor()
39 …void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alph… in SetColor()
Ddemo_Sphere.cpp25 Body(), in Sphere()
Ddemo_Cube.cpp25 Cube::Cube(void) : Body() in Cube()
Ddemo_Cylinder.cpp25 Body(), in Cylinder()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/
Ddemo_Body.h31 class Body : public demo::TrianglesRenderData
37 Body(void);
42 virtual ~Body(void);
Ddemo_Cube.h29 class Cube : public Body
Ddemo_Sphere.h29 class Sphere : public Body
Ddemo_Cylinder.h29 class Cylinder : public Body
Ddemo_Particle.h32 class Particle : public Body
/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp66 void UpdateBody(demo::Body& body);
67 void DrawBody(demo::Body& body);
262 void UpdateBody(demo::Body& body) in UpdateBody()
276 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp87 void UpdateBody(demo::Body& body);
88 void DrawBody(demo::Body& body);
264 void UpdateBody(demo::Body& body) in UpdateBody()
276 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp101 void UpdateBody(demo::Body& body);
102 void DrawBody(demo::Body& body);
332 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp111 void UpdateBody(demo::Body& body);
112 void DrawBody(demo::Body& body);
351 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp94 void UpdateBody(demo::Body& body);
95 void DrawBody(demo::Body& body);
451 void UpdateBody(demo::Body& body) in UpdateBody()
463 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/
DOMakefile22 DEMO_BODY_SOURCE_DIR = $(dir Body)
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp82 void UpdateBody(demo::Body& body);
83 void DrawBody(demo::Body& body);
535 void UpdateBody(demo::Body& body) in UpdateBody()
547 void DrawBody(demo::Body& body) in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp323 void DrawBody(demo::Body& body);
583 void DrawBody(demo::Body& body) in DrawBody()