Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp38 m_pShapeShaderBinary( NULL ), in GraphicsDrawing()
86 m_pShapeShaderBinary = pShaderBinary; in InitializeShape()
173 if ( m_pShapeShaderBinary && m_ShapeAllocator ) in DestroyShape()
175 os::SafeFree( m_pShapeShaderBinary, m_ShapeAllocator ); in DestroyShape()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h472 void* m_pShapeShaderBinary; variable