Searched defs:Texture (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp19 #include "Texture.h"
23 Texture::Texture() : function in class:android::Texture
28 Texture::Texture(Target textureTarget, uint32_t textureName) : function in class:android::Texture
33 void Texture::init(Target textureTarget, uint32_t textureName) {
38 Texture::~Texture() {
42 void Texture::setMatrix(float const* matrix) {
46 void Texture
[all...]
H A DTexture.h25 class Texture { class in namespace:android
36 Texture();
37 Texture(Target textureTarget, uint32_t textureName);
38 ~Texture();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java20 // Texture is a rectangular image which can be drawn on GLCanvas.
26 // Texture
38 public interface Texture { interface
/frameworks/base/libs/hwui/
H A DTexture.h31 class Texture { class in namespace:android::uirenderer
33 Texture(Caches& caches) : mCaches(caches) { } function in class:android::uirenderer::Texture
35 virtual ~Texture() { }
97 * Whether or not the Texture is marked in use and thus not evictable for
119 }; // struct Texture
123 AutoTexture(const Texture* texture): mTexture(texture) { }
132 const Texture* mTexture;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h54 struct Texture { struct in class:android::BootAnimation
84 status_t initTexture(Texture* texture, AssetManager& asset, const char* name);
95 Texture mAndroid[2];

Completed in 483 milliseconds