Searched defs:mTexName (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DTextureRenderer.h36 GLuint mTexName; member in class:android::TextureRenderer
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h86 uint32_t mTexName, mFbName; member in class:android::RenderEngine::BindImageAsFramebuffer
/frameworks/native/include/gui/
H A DGLConsumer.h292 // Binds mTexName and the current buffer to mTexTarget. Uses
438 // mTexName is the name of the OpenGL texture to which streamed images will
441 uint32_t mTexName; member in class:android::GLConsumer
/frameworks/native/cmds/flatland/
H A DMain.cpp299 &mGLConsumer, &mSurface, &mTexName);
357 return mComposer->compose(mTexName, mGLConsumer);
367 GLuint mTexName; member in class:Layer

Completed in 289 milliseconds