Home
last modified time | relevance | path

Searched refs:normVB (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DLoader.cpp112 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()
DLoader.h60 GLuint normVB; member
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/
DLightingToonApple.cpp345 glBindBuffer(GL_ARRAY_BUFFER, sphere.normVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp296 glBindBuffer(GL_ARRAY_BUFFER, car.normVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp327 glBindBuffer(GL_ARRAY_BUFFER, cessna.normVB); in DrawObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/
DLightingAniso.cpp336 glBindBuffer(GL_ARRAY_BUFFER, kimono.normVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/
DLightingMicrofacet.cpp398 glBindBuffer(GL_ARRAY_BUFFER, robot.normVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp410 glBindBuffer(GL_ARRAY_BUFFER, hand.normVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp448 glBindBuffer(GL_ARRAY_BUFFER, robot.normVB); in CreateCommand()