Home
last modified time | relevance | path

Searched refs:DecalTextureProgram (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/ShaderProgram/
Ddemo_DecalTextureProgram.cpp25 DecalTextureProgram::DecalTextureProgram(void) : in DecalTextureProgram() function in demo::DecalTextureProgram
32 DecalTextureProgram::~DecalTextureProgram(void) in ~DecalTextureProgram()
37 bool DecalTextureProgram::Initialize(const GLuint shaderId) in Initialize()
80 bool DecalTextureProgram::Finalize(void) in Finalize()
105 bool DecalTextureProgram::Use(void) in Use()
147 void DecalTextureProgram::SetTextureId(const GLuint textureId) in SetTextureId()
152 void DecalTextureProgram::Update(void) in Update()
157 void DecalTextureProgram::InitializeVertexAttributes(void) in InitializeVertexAttributes()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/ShaderProgram/
Ddemo_DecalTextureProgram.h30 class DecalTextureProgram : public ProgramObject
38 DecalTextureProgram(void);
45 virtual ~DecalTextureProgram(void);
Ddemo_ShaderManager.h133 DecalTextureProgram m_DecalTextureProgram;