| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_CommandListSwapper.h | 191 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId() 285 GLuint RegisterCallback(); 288 GLuint beginId; 289 GLuint endId; 309 typedef ut::MoveArray<GLuint> CommandListArray; 321 GLuint m_ReusableBufferOffset; 323 GLuint m_ReusableRequestId;
|
| D | demo_GraphicsMemoryAllocator.h | 57 void* Allocate(GLenum area, GLenum aim, GLuint id, GLsizei size); 67 void Deallocate(GLenum area, GLenum aim, GLuint id, void* addr);
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmCommandUtility.h | 41 void StartCaching(GLuint cachingCommandListId, bool clearCmdCache = true) 112 GLuint m_CommandListId; 113 GLuint m_BufferOffset; 115 GLuint m_RequestId; 162 static GLuint m_StaticCommandList;
|
| D | SmCommandReuser.h | 36 void StartCaching(GLuint cachingCommandListId) in StartCaching() 100 GLuint m_CommandListId; 101 GLuint m_BufferOffset; 103 GLuint m_RequestId;
|
| D | SmRenderSystem.h | 140 GLuint GetCacheCmdListUpper(CommandBufferSide size) { return m_CacheCmdListUpper[size]; } in GetCacheCmdListUpper() 141 GLuint GetCacheCmdListLower() { return m_CacheCmdListLower; } in GetCacheCmdListLower() 151 GLuint m_CacheCmdListUpper[COMMAND_BUFFER_SIZE_MAX]; 152 GLuint m_CacheCmdListLower;
|
| D | Graphics.h | 99 GLuint m_CommandList; 100 GLuint m_CachingCommandList;
|
| D | SmPrimitive.h | 69 GLuint m_ProgramID; 70 GLuint m_ShaderID;
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_GraphicsResource.h | 263 GLuint GetGlProgram() const in GetGlProgram() 297 GLuint GetGlProgramDebug() const in GetGlProgramDebug() 513 void UseProgram(GLuint program) in UseProgram() 523 GLuint GetVBO(int index) const in GetVBO() 571 GLuint m_GlProgram; 574 GLuint m_GlProgramDebug; 589 GLuint m_GlVertexBufferObject[VBO_MAX];
|
| /NW4C-1.3.3/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 259 GLuint 266 GLuint crntCmdListId; in CreateCmdList() 270 GLuint lytCmdListId; in CreateCmdList() 288 GLuint 289 StartCmdListSave(GLuint cmdListId) in StartCmdListSave() 292 GLuint crntCmdListId; in StartCmdListSave() 307 GLuint bufferOffset; 309 GLuint requestId; 322 GLuint cmdListId in StopCmdListSave() 344 GLuint cmdListId, in UseSavedCmdlist() [all …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_GlImplement.h | 43 typedef void* (*dmpgl_allocator_t)(GLenum, GLenum, GLuint, GLsizei); 44 typedef void (*dmpgl_deallocator_t)(GLenum, GLenum ,GLuint, void*); 68 GLuint fboID,
|
| D | gfx_FrameBuffer.h | 35 GLuint fboID; //!< フレームバッファオブジェクトのIDを指定します。 60 operator GLuint() const in GLuint() function 85 GLuint GetFboID() const { return m_Description.fboID; } in GetFboID() 92 void SetFboID(GLuint fboID);
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_DirectPrint.h | 52 GLuint format, in FrameBufferInfo() 66 GLuint m_Format; 138 GLuint format, 355 GLuint,
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResVertex.cpp | 55 GLuint area = (transtype & NN_GX_MEM_MASK); in BufferData() 89 GLuint area = resStream.ref().m_MemoryArea; in DeleteBuffer() 190 GLuint bufferID = this->GetBufferObject(); in Cleanup() 238 GLuint bufferID = this->GetBufferObject(); in Cleanup()
|
| D | gfx_ResShape.cpp | 84 GLuint area = (transtype & NN_GX_MEM_MASK); in BufferData() 124 GLuint area = resStream.ref().m_MemoryArea; in DeleteBuffer() 262 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Setup() 401 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Cleanup() 416 std::memset( bufferObjects, 0, sizeof(GLuint) * streamNum ); in Cleanup()
|
| D | gfx_ResShader.cpp | 148 GLuint shader = glCreateShader(resBinaryShader.GetShaderKinds(i)); in ResBinaryShader_Setup() 176 reinterpret_cast<GLuint*>(resBinaryShader.GetShaderObjects()), in ResBinaryShader_Setup() 185 GLuint vertexShader = 0; in ResBinaryShader_Setup() 190 GLuint geometryShader = 0; in ResBinaryShader_Setup() 452 GLuint 455 GLuint programObject = glCreateProgram(); in CreateProgramObject() 465 ResShaderProgramDescription::AttachProgram(GLuint programObject) in AttachProgram() 491 ResShaderProgramDescription::LinkProgram(GLuint programObject) in LinkProgram()
|
| D | gfx_ResTexture.cpp | 94 GLuint area = (transtype & NN_GX_MEM_MASK); in TexImage2D() 140 GLuint area = resImage.ref().m_MemoryArea; in DeleteImage2D() 337 GLuint texID = resImgTex.GetTextureObject(); in ResImageTexture_Cleanup() 359 GLuint texID = resSdwTex.GetTextureObject(); in ResShadowTexture_Cleanup() 381 GLuint texID = resCubeTex.GetTextureObject(); in ResCubeTexture_Cleanup()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_DisplayBufferSwapper.cpp | 80 void* memory = allocator->Alloc(sizeof(GLuint) * m_Description.bufferCount); in DisplayBufferSwapper() 81 m_DisplayBuffers = static_cast<GLuint*>(memory); in DisplayBufferSwapper() 115 GLuint bufferObject = target->GetBufferObject(); in MakeTransferBufferCommand()
|
| D | demo_GraphicsMemoryAllocator.cpp | 55 GraphicsMemoryAllocator::Allocate(GLenum area, GLenum aim, GLuint id, GLsizei size) in Allocate() 141 GraphicsMemoryAllocator::Deallocate(GLenum area, GLenum aim, GLuint id, void* addr) in Deallocate()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_TextWriterResource.h | 122 GLuint GetTextureID() const { return m_TextureId; } in GetTextureID() 165 GLuint m_TextureId; //!< テクスチャオブジェクトのID
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_OnScreenBuffer.cpp | 38 GLuint fboID; in OnScreenBuffer() 110 GLuint fboID = m_BackBufferObject.GetFboID(); in ~OnScreenBuffer()
|
| D | gfx_ActivateCommand.cpp | 758 static NW_INLINE GLuint 761 static const GLuint PRIM_MODE_TABLE[] = in ToPrimitiveModeGL() 768 NW_ASSERT( mode < (sizeof(PRIM_MODE_TABLE) / sizeof(GLuint)) ); in ToPrimitiveModeGL() 770 GLuint glMode = PRIM_MODE_TABLE[ mode ]; in ToPrimitiveModeGL() 813 GLuint mode = ToPrimitiveModeGL( in SetupDrawIndexStreamCommand()
|
| D | gfx_GlImplement.cpp | 57 GLuint fboID, in GetFrameBufferState()
|
| D | gfx_OffScreenBuffer.cpp | 44 GLuint format; in OffScreenBuffer()
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_GraphicsResource.cpp | 305 GLuint shader = glCreateShader(GL_VERTEX_SHADER); in SetResource() 346 GLuint shader = glCreateShader(GL_VERTEX_SHADER); in SetResource() 428 GLuint program = 0; in SetProjectionMtx()
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_TextWriterResource.cpp | 39 GLuint programId, in GetUniformLocation() 73 GLuint shaderHandle = glCreateShader(GL_VERTEX_SHADER); in InitResource()
|