Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/
DTexture.cpp22 Texture::Texture() in Texture() function in android::renderengine::Texture
25 Texture::Texture(Target textureTarget, uint32_t textureName) in Texture() function in android::renderengine::Texture
32 void Texture::init(Target textureTarget, uint32_t textureName) { in init()
37 Texture::~Texture() {} in ~Texture()
39 void Texture::setMatrix(float const* matrix) { in setMatrix()
43 void Texture::setFiltering(bool enabled) { in setFiltering()
47 void Texture::setDimensions(size_t width, size_t height) { in setDimensions()
52 uint32_t Texture::getTextureName() const { in getTextureName()
56 uint32_t Texture::getTextureTarget() const { in getTextureTarget()
60 const mat4& Texture::getMatrix() const { in getMatrix()
[all …]
DAndroid.bp53 "Texture.cpp",
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DTexture.h27 class Texture {
31 Texture();
32 Texture(Target textureTarget, uint32_t textureName);
33 ~Texture();
DRenderEngine.h50 class Texture; variable
/frameworks/av/media/libstagefright/renderfright/gl/
DGLShadowTexture.h31 const Texture& getTexture();
38 Texture mTexture;
DGLShadowTexture.cpp37 mTexture.init(Texture::TEXTURE_2D, mName); in GLShadowTexture()
46 const Texture& GLShadowTexture::getTexture() { in getTexture()
DGLESRenderEngine.h44 class Texture; variable
165 void setupLayerTexturing(const Texture& texture);
DGLESRenderEngine.cpp1173 Texture texture(Texture::TEXTURE_EXTERNAL, layer->source.buffer.textureName); in drawLayers()
1295 void GLESRenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing()
/frameworks/base/cmds/bootanimation/
DBootAnimation.h51 struct Texture { struct
59 Texture texture; argument
178 status_t initTexture(Texture* texture, AssetManager& asset, const char* name,
217 Texture mAndroid[2];
DBootAnimation.cpp291 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DTexture.java38 public interface Texture { interface
DBasicTexture.java28 public abstract class BasicTexture implements Texture {
/frameworks/av/media/libstagefright/renderfright/include/renderengine/private/
DDescription.h60 Texture texture;
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.h53 class Texture; variable
/frameworks/native/libs/renderengine/include/renderengine/
DRenderEngine.h74 class Texture; variable