Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPrimitive.cpp327 const u8* basePtr = reinterpret_cast<u8*>(m_pVertex); in RenderSub() local
330 …ertexAttribPointer( SmOgl::SMP_ATTR_POSITION, 2, GL_FLOAT, GL_FALSE, sizeof(SmVertexPC), basePtr ); in RenderSub()
333 …mOgl::SMP_ATTR_COLOR, 4, GL_UNSIGNED_BYTE, GL_FALSE, sizeof(SmVertexPC), basePtr + offsetof(SmVert… in RenderSub()
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp507 …const u8* basePtr = reinterpret_cast<u8*>(m_pTextWriterResource->GetVertexAttributeArray()[0].pos); in SetupVertexFormat() local
517 basePtr); in SetupVertexFormat()
529 basePtr + offsetof(internal::VertexAttribute, color)); in SetupVertexFormat()
538 basePtr + offsetof(internal::VertexAttribute, tex)); in SetupVertexFormat()