Lines Matching refs:graphicsFile
27 …pFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
32 …_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
33 …_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
46 ResGraphicsFile graphicsFile
95 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResPixelBasedTextureMapper_Setup() argument
101 Result result = SetupTexture(allocator, resTexture, graphicsFile); in ResPixelBasedTextureMapper_Setup()
136 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResProceduralTextureMapper_Setup() argument
138 return SetupTexture(allocator, resTextureMapper.GetTexture(), graphicsFile); in ResProceduralTextureMapper_Setup()
413 ResGraphicsFile graphicsFile in Setup() argument
423 result |= s_TextureMapperSetupTable[0]( *this, allocator, graphicsFile ); in Setup()
428 result |= s_TextureMapperSetupTable[1]( *this, allocator, graphicsFile ); in Setup()
611 ResGraphicsFile graphicsFile in SetupTexture() argument
631 referenceResult = GetReferenceTextureTarget(refer, graphicsFile); in SetupTexture()
653 result |= setupTexture.Setup(allocator, graphicsFile); in SetupTexture()