Home
last modified time | relevance | path

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

/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java118 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/
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/Camera2Video/src/com.example.android.camera2video/
DCamera2VideoFragment.java263 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/
Dgl2ext.h494 …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…
Dgl2.h474 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/
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/ndk/platforms/android-4/include/GLES/
Dglext.h628 …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…
Dgl.h633 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/
Dgl3.h807 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/
Dgl3stub.h417 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
Dgl3stub.c285 GLuint texture,
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgl3stub.c265 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…
Dgl3stub.h407 …TRY glFramebufferTextureLayer) (GLenum target, GLenum attachment, GLuint texture, GLint level, GLi…