Searched refs:mTextureName (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp24 mTextureName(0), mTextureTarget(TEXTURE_2D),
29 mTextureName(textureName), mTextureTarget(textureTarget),
34 mTextureName = textureName;
56 return mTextureName;
H A DTexture.h26 uint32_t mTextureName; member in class:android::Texture
/frameworks/av/cmds/screenrecord/
H A DTextRenderer.h38 mTextureName(0),
82 GLuint getTextureName() const { return mTextureName; }
116 GLuint mTextureName; member in class:android::TextRenderer
H A DTextRenderer.cpp85 glGenTextures(1, &mTextureName);
86 if (mTextureName == 0) {
90 glBindTexture(GL_TEXTURE_2D, mTextureName);
247 program.drawTriangles(mTextureName, texMatrix, vertices, texes,
/frameworks/native/services/surfaceflinger/
H A DLayer.h364 uint32_t mTextureName; // from GLES member in class:android::Layer
H A DLayer.cpp64 mTextureName(-1U),
87 mFlinger->getRenderEngine().genTextures(1, &mTextureName);
88 mTexture.init(Texture::TEXTURE_EXTERNAL, mTextureName);
126 mSurfaceFlingerConsumer = new SurfaceFlingerConsumer(consumer, mTextureName);
147 mFlinger->deleteTextureAsync(mTextureName);

Completed in 96 milliseconds