HomeSort by relevance Sort by last modified time
    Searched defs:mTexName (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/gui/tests/
TextureRenderer.h 36 GLuint mTexName;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 84 uint32_t mTexName, mFbName;
  /frameworks/native/include/gui/
GLConsumer.h 265 // Binds mTexName and the current buffer to mTexTarget. Uses
404 // mTexName is the name of the OpenGL texture to which streamed images will
407 uint32_t mTexName;
  /frameworks/native/cmds/flatland/
Main.cpp 300 &mGLConsumer, &mSurface, &mTexName);
358 return mComposer->compose(mTexName, mGLConsumer);
368 GLuint mTexName;

Completed in 70 milliseconds