Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 32) sorted by relevance

12

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp139 GLenum target = GL_TEXTURE_2D; in LoadTexture0() local
145 s_RenderSystem.GenerateTexture(target, in LoadTexture0()
186 GLenum target = GL_TEXTURE_2D; in LoadTexture1() local
192 s_RenderSystem.GenerateTexture(target, in LoadTexture1()
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
DTriangleSimple.cpp96 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawDisplay0() local
100 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawDisplay0()
141 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawDisplay0AndSave() local
145 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawDisplay0AndSave()
/CTR-SDK-4.2.7-SampleDemos/demo1/
Dgx.cpp148 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
152 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame()
Dcamera.cpp292 GLenum target = GL_TEXTURE_2D | NN_GX_MEM_FCRAM | GL_NO_COPY_FCRAM_DMP; in DrawFrame() local
298 mp_RenderSystem->GenerateTexture(target, in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LineSimple/
DLineSimple.cpp102 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
103 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/
DLightingAniso.cpp231 nn::math::Vector3 target(0.f, 0.f, 0.f); in SetRenderState() local
233 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in SetRenderState()
322 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
324 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Dgx_AlphaTest.cpp170 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
173 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/ClipEquation/
DClipEquation.cpp136 nn::math::Vector3 target(0.0f, 0.0f, 0.0f); in DrawFrame() local
139 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp287 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
289 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp271 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
273 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_fgonlytask/
Dsample_fgonlytask.cpp27 #define NN_BOSS_RESULT_HANDLING(result, target) \ argument
31 NN_LOG("result is err(%08x).(%s)\n", result.GetPrintableBits(), target); \
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
DLightingDistanceAtte.cpp168 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
170 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp403 nn::math::Vector3 target(0.f, 0.f, 0.f); in CreateCommand() local
405 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in CreateCommand()
500 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
502 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nsalist/
Dsample_nsalist.cpp29 #define NN_BOSS_RESULT_HANDLING(result, target) \ argument
33 NN_LOG("result is err(%08x).(%s)\n", result.GetPrintableBits(), target); \
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nadl_simple/
Dsample_nadl_simple.cpp26 #define NN_BOSS_RESULT_HANDLING(result, target) \ argument
30 NN_LOG("Result is err(%08x).(%s)\n", result.GetPrintableBits(), target); \
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/
DFog.cpp425 nn::math::Vector3 target(0.0f, 2.0f, 10.0f); in Initialize() local
428 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in Initialize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSpotAtte/
DLightingSpotAtte.cpp179 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
181 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystemDrawing.h287 virtual bool GenerateTexture(const GLenum target,
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp224 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
225 nn::math::MTX34LookAt(&cam, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp165 nn::math::Vector3 target( 0.f, 0.f, 0.f ); in DrawFrame() local
166 nn::math::MTX34LookAt( &s_ViewMtx, &camPos, &camUp, &target ); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DPartsysGas.cpp418 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
419 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp300 bool RenderSystemDrawing::GenerateTexture(const GLenum target, in GenerateTexture() argument
331 glTexImage2D(target, 0, internalFormat, in GenerateTexture()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/
DLightingToonApple.cpp323 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
324 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp274 nn::math::Vector3 target(0.f, 0.f, 0.f); in DrawFrame() local
275 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp369 nn::math::VEC3 target(0.f, 0.f, 0.f); in DrawFrame() local
370 nn::math::MTX34LookAt(&mv, &camPos, &camUp, &target); in DrawFrame()

12