Lines Matching refs:graphicsFile
31 ResMaterial::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() argument
33 NW_ASSERT( internal::ResCheckRevision( graphicsFile ) ); in Setup()
40 result |= this->SetupTextures(allocator, *this, graphicsFile); in Setup()
43 result |= this->SetupShader(allocator, this->GetShader(), graphicsFile); in Setup()
60 result |= resFragmentShader.Setup(allocator, graphicsFile); in Setup()
99 …al::SetupTextures(os::IAllocator* allocator, ResMaterial resMaterial, ResGraphicsFile graphicsFile) in SetupTextures() argument
121 result |= resTextureMapper.Setup(allocator, graphicsFile); in SetupTextures()
190 result |= resMaterial.GetProceduralTextureMapper().Setup(allocator, graphicsFile); in SetupTextures()
298 ResGraphicsFile graphicsFile in SetupShader() argument
318 referenceResult = GetReferenceShaderTarget(refer, graphicsFile); in SetupShader()
339 result |= setupShader.Setup(allocator, graphicsFile); in SetupShader()