Lines Matching refs:ref
46 switch ( this->ref().typeInfo ) in Dereference()
75 switch ( this->ref().typeInfo ) in Dereference()
106 switch ( this->ref().typeInfo ) in Setup()
150 …resBinaryShader.ref().m_ShaderBinaryInfo = new(binaryAnalyzerBuffer) ShaderBinaryInfo( resBinarySh… in ResBinaryShader_Setup()
165 resBinaryShader.ref().m_CommandCache = builder.AllocAndCopy(); in ResBinaryShader_Setup()
166 resBinaryShader.ref().m_CommandCacheSize = builder.GetSize(); in ResBinaryShader_Setup()
230 if ( resBinaryShader.ref().m_CommandCache != NULL ) in Cleanup()
232 CommandCacheManager::Free( resBinaryShader.ref().m_CommandCache ); in Cleanup()
233 resBinaryShader.ref().m_CommandCache = NULL; in Cleanup()
234 resBinaryShader.ref().m_CommandCacheSize = 0; in Cleanup()
237 if ( resBinaryShader.ref().m_ShaderBinaryInfo != NULL ) in Cleanup()
243 resBinaryShader.ref().m_ShaderBinaryInfo = NULL; in Cleanup()
270 this->ref().m_ProgramObject = CreateProgramObject(); in Setup()
273 uniformLocation->BuildUniformLocations(this->ref().m_ProgramObject); in Setup()
312 if ( ref().m_CommandCache ) in Setup()
334 ref().m_CommandCache = builder.AllocAndCopy(); in Setup()
335 ref().m_CommandCacheSize = builder.GetSize(); in Setup()
384 this->ref().m_ProgramObject = 0; in Cleanup()
386 if ( this->ref().m_CommandCache ) in Cleanup()
388 CommandCacheManager::Free( this->ref().m_CommandCache ); in Cleanup()
389 this->ref().m_CommandCache = NULL; in Cleanup()
390 this->ref().m_CommandCacheSize = 0; in Cleanup()