Lines Matching refs:graphicsFile
29 …pFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
34 …_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
35 …_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
48 ResGraphicsFile graphicsFile
129 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResPixelBasedTextureMapper_Setup() argument
135 Result result = SetupTexture(allocator, resTexture, graphicsFile); in ResPixelBasedTextureMapper_Setup()
170 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResProceduralTextureMapper_Setup() argument
172 return SetupTexture(allocator, resTextureMapper.GetTexture(), graphicsFile); in ResProceduralTextureMapper_Setup()
445 ResGraphicsFile graphicsFile in Setup() argument
455 result |= s_TextureMapperSetupTable[0]( *this, allocator, graphicsFile ); in Setup()
460 result |= s_TextureMapperSetupTable[1]( *this, allocator, graphicsFile ); in Setup()
608 ResGraphicsFile graphicsFile in SetupTexture() argument
628 referenceResult = GetReferenceTextureTarget(refer, graphicsFile); in SetupTexture()
650 result |= setupTexture.Setup(allocator, graphicsFile); in SetupTexture()