HomeSort by relevance Sort by last modified time
    Searched refs:mTextureName (Results 1 - 9 of 9) 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,
73 glGenTextures(1, &mTextureName);
81 return mTextureName;
FrameBuffer.h 30 GLuint mTextureName;
  /packages/apps/LegacyCamera/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/native/services/surfaceflinger/
LayerScreenshot.cpp 37 mTextureName(0), mFlinger(flinger)
43 if (mTextureName) {
45 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );
51 status_t result = mFlinger->renderScreenToTextureLocked(0, &mTextureName, &u, &v);
61 status_t result = mFlinger->renderScreenToTexture(0, &mTextureName, &u, &v);
70 glBindTexture(GL_TEXTURE_2D, mTextureName);
101 if (mTextureName) {
102 glDeleteTextures(1, &mTextureName);
103 mTextureName = 0;
129 glBindTexture(GL_TEXTURE_2D, mTextureName);
    [all...]
LayerScreenshot.h 34 GLuint mTextureName;
Layer.h 111 GLuint mTextureName;
Layer.cpp 55 mTextureName(-1U),
71 glGenTextures(1, &mTextureName);
103 mSurfaceTexture = new SurfaceTexture(mTextureName, true,
121 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );
358 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 377 milliseconds