/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | Camera2BasicFragment.java | 118 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) { 123 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) { 128 public boolean onSurfaceTextureDestroyed(SurfaceTexture texture) { 133 public void onSurfaceTextureUpdated(SurfaceTexture texture) { 365 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated() 530 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in createCameraPreviewSession() local 531 assert texture != null; in createCameraPreviewSession() 534 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in createCameraPreviewSession() 537 Surface surface = new Surface(texture); in createCameraPreviewSession()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 175 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/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 263 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated() 405 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startPreview() local 406 assert texture != null; in startPreview() 407 texture.setDefaultBufferSize(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in startPreview() 411 Surface previewSurface = new Surface(texture); in startPreview()
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2ext.h | 494 …Texture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLi… 501 …EXTURE3DOES) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLi… 689 …ltisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLs… 692 …TISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLs… 763 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint lev… 772 typedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GL…
|
D | gl2.h | 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 521 …ebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 81 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/ndk/platforms/android-4/include/GLES/ |
D | glext.h | 628 …fferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); 644 …EXTURE2DOESPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); 902 …ltisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLs… 905 …TISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLs… 960 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, … 969 typedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GL…
|
D | gl.h | 633 GL_API void GL_APIENTRY glActiveTexture (GLenum texture); 636 GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 644 GL_API void GL_APIENTRY glClientActiveTexture (GLenum texture); 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 807 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 813 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 854 …ebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); 894 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture); 977 …NTRY glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
|
/development/ndk/sources/android/ndk_helper/ |
D | gl3stub.h | 417 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
|
D | gl3stub.c | 285 GLuint texture,
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gl3stub.c | 265 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
|
D | gl3stub.h | 407 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
|