Searched refs:TextureUpload (Results 1 – 2 of 2) sorted by relevance
33 typedef void (*TextureUpload)(bool, const std::shared_ptr<Drawing::Image>&, typedef44 void SetUploadTextureFunction(TextureUpload hook);54 TextureUpload hookFunction_ = nullptr;
34 void RSResourceManager::SetUploadTextureFunction(TextureUpload hook) { in SetUploadTextureFunction()