Home
last modified time | relevance | path

Searched refs:posVB (Results 1 – 12 of 12) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DLoader.cpp96 glGenBuffers(1, &_dat->posVB); in loadDAT()
97 glBindBuffer(GL_ARRAY_BUFFER, _dat->posVB); in loadDAT()
229 if (dat->posVB) in unloadDAT()
230 glDeleteBuffers(1, &dat->posVB); in unloadDAT()
DLoader.h59 GLuint posVB; member
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp247 glBindBuffer(GL_ARRAY_BUFFER, plane.posVB); in DrawObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp230 glBindBuffer(GL_ARRAY_BUFFER, plane.posVB); in DrawObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DPartsysGas.cpp379 glBindBuffer(GL_ARRAY_BUFFER, plane.posVB); in DrawObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/
DLightingToonApple.cpp343 glBindBuffer(GL_ARRAY_BUFFER, sphere.posVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp294 glBindBuffer(GL_ARRAY_BUFFER, car.posVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp325 glBindBuffer(GL_ARRAY_BUFFER, cessna.posVB); in DrawObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/
DLightingAniso.cpp334 glBindBuffer(GL_ARRAY_BUFFER, kimono.posVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/
DLightingMicrofacet.cpp396 glBindBuffer(GL_ARRAY_BUFFER, robot.posVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp408 glBindBuffer(GL_ARRAY_BUFFER, hand.posVB); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp446 glBindBuffer(GL_ARRAY_BUFFER, robot.posVB); in CreateCommand()