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

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 13 mTextureName = -1;
31 glBindTexture(GL_TEXTURE_2D, mTextureName);
56 mTextureName,
71 glGenTextures(1, &mTextureName);
79 return mTextureName;
FrameBuffer.h 27 GLuint mTextureName;
  /frameworks/base/services/surfaceflinger/
LayerScreenshot.cpp 36 mTextureName(0), mFlinger(flinger)
42 if (mTextureName) {
44 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );
50 status_t result = mFlinger->renderScreenToTexture(0, &mTextureName, &u, &v);
55 glBindTexture(GL_TEXTURE_2D, mTextureName);
89 glBindTexture(GL_TEXTURE_2D, mTextureName);
LayerScreenshot.h 34 GLuint mTextureName;
Layer.h 103 GLuint mTextureName;
Layer.cpp 52 mTextureName(-1U),
65 glGenTextures(1, &mTextureName);
83 mSurfaceTexture = new SurfaceTextureLayer(mTextureName, this);
92 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );
276 glBindTexture(GL_TEXTURE_EXTERNAL_OES, 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 333 milliseconds