Searched refs:normVB (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Loader.cpp | 112 glGenBuffers(1, &_dat->normVB); in loadDAT() 113 glBindBuffer(GL_ARRAY_BUFFER, _dat->normVB); in loadDAT() 231 if (dat->normVB) in unloadDAT() 232 glDeleteBuffers(1, &dat->normVB); in unloadDAT()
|
| D | Loader.h | 60 GLuint normVB; member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/ |
| D | LightingToonApple.cpp | 345 glBindBuffer(GL_ARRAY_BUFFER, sphere.normVB); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/ |
| D | LightingFresnel.cpp | 296 glBindBuffer(GL_ARRAY_BUFFER, car.normVB); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | GasCessna.cpp | 327 glBindBuffer(GL_ARRAY_BUFFER, cessna.normVB); in DrawObject()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/ |
| D | LightingAniso.cpp | 336 glBindBuffer(GL_ARRAY_BUFFER, kimono.normVB); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/ |
| D | LightingMicrofacet.cpp | 398 glBindBuffer(GL_ARRAY_BUFFER, robot.normVB); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/ |
| D | LightingSss.cpp | 410 glBindBuffer(GL_ARRAY_BUFFER, hand.normVB); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/ |
| D | CommandBufferJump.cpp | 448 glBindBuffer(GL_ARRAY_BUFFER, robot.normVB); in CreateCommand()
|