Home
last modified time | relevance | path

Searched defs:original_texture (Results 1 – 4 of 4) sorted by relevance

/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DGarbageFlavorImage.cxx103 GLubyte *original_texture = TextureLoader::loadTGA(file_name, width, height); in loadPersonalGarbageFlavorImage() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture.cpp486 ref_ptr<Texture> original_texture = glto->getTexture(); in deleteAllTextureObjects() local
513 ref_ptr<Texture> original_texture = glto->getTexture(); in discardAllTextureObjects() local
748 ref_ptr<Texture> original_texture = to->getTexture(); in takeOrGenerate() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture.cpp479 ref_ptr<Texture> original_texture = glto->getTexture(); in deleteAllTextureObjects() local
506 ref_ptr<Texture> original_texture = glto->getTexture(); in discardAllTextureObjects() local
741 ref_ptr<Texture> original_texture = to->getTexture(); in takeOrGenerate() local
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/filters/
H A Dfilter-blur.cpp130 bool blur_instance::apply_mask_parameters(gs::effect effect, gs_texture_t* original_texture, in apply_mask_parameters()