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.cpp87 glGenTextures(1, &mTextureName);
88 if (mTextureName == 0) {
92 glBindTexture(GL_TEXTURE_2D, mTextureName);
249 program.drawTriangles(mTextureName, texMatrix, vertices, texes,
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp72 mTextureName(-1U),
114 mFlinger->getRenderEngine().genTextures(1, &mTextureName);
115 mTexture.init(Texture::TEXTURE_EXTERNAL, mTextureName);
176 mSurfaceFlingerConsumer = new SurfaceFlingerConsumer(consumer, mTextureName, this);
201 mFlinger->deleteTextureAsync(mTextureName);
H A DLayer.h694 uint32_t mTextureName; // from GLES member in class:android::Layer

Completed in 376 milliseconds