Lines Matching refs:IsValid
56 NW_ASSERT(resShader.IsValid()); in Material()
71 NW_ASSERT(resource.IsValid()); in Create()
166 if (resTextureMapper.IsValid()) in GetMemorySizeInternal()
176 if (resTextureMapper.IsValid()) in GetMemorySizeInternal()
184 if (resMaterial.GetFragmentShader().IsValid()) in GetMemorySizeInternal()
193 if (resFragmentShader.GetFragmentLightingTable().IsValid()) in GetMemorySizeInternal()
199 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in GetMemorySizeInternal()
203 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in GetMemorySizeInternal()
207 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in GetMemorySizeInternal()
211 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in GetMemorySizeInternal()
215 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in GetMemorySizeInternal()
219 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in GetMemorySizeInternal()
412 if (resTextureMapper.IsValid()) in CopyResMaterial()
416 if (!textureMapper.IsValid()) in CopyResMaterial()
430 if (resTextureMapper.IsValid()) in CopyResMaterial()
434 if (!textureMapper.IsValid()) in CopyResMaterial()
447 if (resFragmentShader.IsValid()) in CopyResMaterial()
469 if (resFragmentLightingTable.IsValid()) in CopyResMaterial()
494 if (resMaterial.IsValid()) in DestroyResMaterial()
500 if (resMaterial.GetProceduralTextureMapper().IsValid()) in DestroyResMaterial()
507 if (resMaterial.GetTextureMappers(i).IsValid()) in DestroyResMaterial()
533 if (resFragmentShader.IsValid()) in DestroyResFragmentShader()
537 if (resFragmentLightingTable.IsValid()) in DestroyResFragmentShader()
539 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in DestroyResFragmentShader()
544 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in DestroyResFragmentShader()
549 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in DestroyResFragmentShader()
554 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in DestroyResFragmentShader()
559 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in DestroyResFragmentShader()
564 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in DestroyResFragmentShader()
582 if (resShaderParameter.IsValid()) in DestroyResShaderParameter()
613 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
623 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
633 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
643 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
653 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
663 if (resFragmentLightingTable.GetFresnelSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()