Home
last modified time | relevance | path

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

/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/cmds/bootanimation/
DBootAnimation.h54 struct Texture { struct
55 GLint w;
56 GLint h;
57 GLuint name;
/frameworks/base/libs/hwui/renderstate/
DTextureState.h29 class Texture; variable
/frameworks/base/libs/hwui/
DGpuMemoryTracker.h34 Texture = 0, enumerator
DTextureCache.h33 class Texture; variable
DTexture.h37 Texture(Caches& caches) in Texture() function
DGlopBuilder.h34 class Texture; variable
DGradientCache.h32 class Texture; variable
DSkiaShader.h34 class Texture; variable
DLayer.h61 Texture, enumerator
DGlop.h36 class Texture; variable
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DTexture.java38 public interface Texture { interface