Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.h54 struct Texture { struct
55 GLint w;
56 GLint h;
57 GLuint name;
/frameworks/base/libs/hwui/
DTexture.cpp27 Texture::Texture(): id(0), generation(0), blend(false), width(0), height(0), in Texture() function in android::uirenderer::Texture
34 Texture::Texture(Caches& caches): id(0), generation(0), blend(false), width(0), height(0), in Texture() function in android::uirenderer::Texture
/frameworks/native/services/surfaceflinger/RenderEngine/
DTexture.cpp23 Texture::Texture() : in Texture() function in android::Texture
28 Texture::Texture(Target textureTarget, uint32_t textureName) : in Texture() function in android::Texture
DGLES11RenderEngine.h35 class Texture; variable
DRenderEngine.h39 class Texture; variable
DGLES20RenderEngine.h37 class Texture; variable
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DTexture.java38 public interface Texture { interface