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

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 30 GLuint mTextureName;
  /packages/apps/Camera2/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/native/services/surfaceflinger/
Layer.h 333 uint32_t mTextureName;
  /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 283 milliseconds