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
127 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResPixelBasedTextureMapper_Setup() argument
133 Result result = SetupTexture(allocator, resTexture, graphicsFile); in ResPixelBasedTextureMapper_Setup()
168 …r_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphicsFile graphicsFile) in ResProceduralTextureMapper_Setup() argument
170 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()