Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 13 of 13) 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
DRenderEngine.h39 class Texture; variable
DGLES20RenderEngine.h37 class Texture; variable
/frameworks/base/libs/hwui/renderstate/
DTextureState.h29 class Texture; variable
/frameworks/base/cmds/bootanimation/
DBootAnimation.h80 struct Texture { struct
88 Texture texture; argument
/frameworks/base/libs/hwui/
DGpuMemoryTracker.h35 Texture = 0, enumerator
DTextureCache.h38 class Texture; variable
DGlopBuilder.h35 class Texture; variable
DGradientCache.h34 class Texture; variable
DSkiaShader.h32 class Texture; variable
DTexture.h57 explicit Texture(Caches& caches) in Texture() function
DGlop.h34 class Texture; variable
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DTexture.java38 public interface Texture { interface