Home
last modified time | relevance | path

Searched refs:basePtr (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmPrimitive.cpp325 const u8* basePtr = reinterpret_cast<u8*>(m_pVertex); in RenderSub() local
328 …ertexAttribPointer( SmOgl::SMP_ATTR_POSITION, 2, GL_FLOAT, GL_FALSE, sizeof(SmVertexPC), basePtr ); in RenderSub()
331 …mOgl::SMP_ATTR_COLOR, 4, GL_UNSIGNED_BYTE, GL_FALSE, sizeof(SmVertexPC), basePtr + offsetof(SmVert… in RenderSub()
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp505 …const u8* basePtr = reinterpret_cast<u8*>(m_pTextWriterResource->GetVertexAttributeArray()[0].pos); in SetupVertexFormat() local
515 basePtr); in SetupVertexFormat()
527 basePtr + offsetof(internal::VertexAttribute, color)); in SetupVertexFormat()
536 basePtr + offsetof(internal::VertexAttribute, tex)); in SetupVertexFormat()