Home
last modified time | relevance | path

Searched refs:Elements (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h377 this->SetUniforms(location, array->Elements(), array->size()); in SetUniforms()
392 this->SetUniforms(location, array->Elements(), size); in SetUniforms()
Dgfx_TransformAnim.h763 virtual const void* GetCacheBuffer() const { return m_CacheTransforms.Elements(); } in GetCacheBuffer()
/NW4C-1.3.3/include/nw/ut/
Dut_MoveArray.h267 const TElement* Elements() const { return m_Elements; } in Elements() function