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()
204 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in GetMemorySizeInternal()
209 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in GetMemorySizeInternal()
214 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in GetMemorySizeInternal()
219 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in GetMemorySizeInternal()
224 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in GetMemorySizeInternal()
418 if (resTextureMapper.IsValid()) in CopyResMaterial()
422 if (!textureMapper.IsValid()) in CopyResMaterial()
436 if (resTextureMapper.IsValid()) in CopyResMaterial()
440 if (!textureMapper.IsValid()) in CopyResMaterial()
453 if (resFragmentShader.IsValid()) in CopyResMaterial()
475 if (resFragmentLightingTable.IsValid()) in CopyResMaterial()
500 if (resMaterial.IsValid()) in DestroyResMaterial()
506 if (resMaterial.GetProceduralTextureMapper().IsValid()) in DestroyResMaterial()
513 if (resMaterial.GetTextureMappers(i).IsValid()) in DestroyResMaterial()
539 if (resFragmentShader.IsValid()) in DestroyResFragmentShader()
543 if (resFragmentLightingTable.IsValid()) in DestroyResFragmentShader()
545 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in DestroyResFragmentShader()
551 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in DestroyResFragmentShader()
557 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in DestroyResFragmentShader()
563 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in DestroyResFragmentShader()
569 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in DestroyResFragmentShader()
575 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in DestroyResFragmentShader()
594 if (resShaderParameter.IsValid()) in DestroyResShaderParameter()
625 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
635 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
645 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
655 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
665 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
675 if (resFragmentLightingTable.GetFresnelSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()