Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java284 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated()
492 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startPreview() local
493 assert texture != null; in startPreview()
494 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in startPreview()
497 Surface previewSurface = new Surface(texture); in startPreview()
614 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startRecordingVideo() local
615 assert texture != null; in startRecordingVideo()
616 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in startRecordingVideo()
621 Surface previewSurface = new Surface(texture); in startRecordingVideo()
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java139 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) {
144 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) {
149 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) {
154 public void onSurfaceTextureUpdated(SurfaceTexture texture) {
431 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated()
677 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in createCameraPreviewSession() local
678 assert texture != null; in createCameraPreviewSession()
681 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in createCameraPreviewSession()
684 Surface surface = new Surface(texture); in createCameraPreviewSession()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java175 int texture; in createTargetTexture() local
178 texture = textures[0]; in createTargetTexture()
179 gl.glBindTexture(GL10.GL_TEXTURE_2D, texture); in createTargetTexture()
191 ; return texture; in createTargetTexture()
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DCamera2RawFragment.java211 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) {
216 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) {
221 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) {
229 public void onSurfaceTextureUpdated(SurfaceTexture texture) {
612 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated()
922 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in createCameraPreviewSessionLocked() local
924 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in createCameraPreviewSessionLocked()
927 Surface surface = new Surface(texture); in createCameraPreviewSessionLocked()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java81 public void glActiveTexture(int texture) { in glActiveTexture() argument
82 mgl.glActiveTexture(texture); in glActiveTexture()
93 public void glBindTexture(int target, int texture) { in glBindTexture() argument
94 mgl.glBindTexture(target, texture); in glBindTexture()
125 public void glClientActiveTexture(int texture) { in glClientActiveTexture() argument
126 mgl.glClientActiveTexture(texture); in glClientActiveTexture()
913 public boolean glIsTexture(int texture) { in glIsTexture() argument
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv31003 …fake_w2ShHZtgTtGsvrmAaY7p3w@fakeemail.com,Add more logging when video surface texture is destroyed.
34146 …SL-yTt4gHeMWRQ@fakeemail.com,Add null check for the media player when surface texture is available.
41693 …ges/services/Car,fake_UDhprWGfRgCXCtS1K-UUKA@fakeemail.com,Add projected texture support to evs_app
41763 …es/services/Car,fake_UDhprWGfRgCXCtS1K-UUKA@fakeemail.com,Add config and texture files needed by e…
42800 …nal/mesa3d,fake_eIOUISEhTHad0_GnH9dz0w@fakeemail.com,llvmpipe: set max cube texture size to 4K x 4K
42882 …Iepntw-T3KQn7fq13FFdg@fakeemail.com,gallium/u_pstipple: add ability to specify a fixed texture unit
42887 …atform/external/mesa3d,fake_i80IxMhGR0mLzSsrwDhkMw@fakeemail.com,freedreno/a3xx: some texture fixes
42964 …b7,platform/external/mesa3d,fake_nvAn5bkxSxinnsk7Krn4GA@fakeemail.com,st/nine: Align texture memory
43127 …fq13FFdg@fakeemail.com,radeonsi: rework polygon stippling to use constant buffer instead of texture
43139 …hEC-w@fakeemail.com,mesa: Update image unit state when glBindImageTexture is called with texture=0.
[all …]