Home
last modified time | relevance | path

Searched refs:Texture (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h51 struct Texture { struct
59 Texture texture; argument
178 status_t initTexture(Texture* texture, AssetManager& asset, const char* name,
217 Texture mAndroid[2];
H A DBootAnimation.cpp283 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java38 public interface Texture { interface
H A DBasicTexture.java28 public abstract class BasicTexture implements Texture {