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

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 30 GLuint mTextureName;
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 30 GLuint mTextureName;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 27 GLuint mTextureName;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Texture.h 26 uint32_t mTextureName;
  /frameworks/av/cmds/screenrecord/
TextRenderer.h 38 mTextureName(0),
82 GLuint getTextureName() const { return mTextureName; }
116 GLuint mTextureName;
  /frameworks/native/services/surfaceflinger/
Layer.h 364 uint32_t mTextureName; // from GLES
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 25 private int mTextureName;
28 return mTextureName;
184 mTextureName = textures[0];
191 mSurfaceTexture = new SurfaceTexture(mTextureName);
230 GLES20.glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTextureName);

Completed in 141 milliseconds