OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTexId
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java
27
private int
mTexId
;
51
return
mTexId
;
59
GLES20.glBindTexture(mTarget,
mTexId
);
64
//Log.i("TextureSource", "Allocating empty texture " +
mTexId
+ ": " + width + "x" + height + ".");
65
GLToolbox.allocateTexturePixels(
mTexId
, mTarget, width, height);
70
//Log.i("TextureSource", "Uploading pixels to texture " +
mTexId
+ ": " + width + "x" + height + ".");
71
GLToolbox.setTexturePixels(
mTexId
, mTarget, pixels, width, height);
76
//Log.i("TextureSource", "Uploading pixels to texture " +
mTexId
+ "!");
77
GLToolbox.setTexturePixels(
mTexId
, mTarget, bitmap);
82
GLES20.glBindTexture(mTarget,
mTexId
);
[
all
...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java
34
private int
mTexId
;
83
mTexId
);
GLTextureTarget.java
34
private int
mTexId
;
55
Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING,
mTexId
);
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h
108
int
mTexId
;
202
BufferSourceInput(camera),
mTexId
(tex_id) {
205
mSurfaceTexture->initialize(
mTexId
);
232
int
mTexId
;
camera_test_bufferqueue.h
127
BufferSourceInput(camera),
mTexId
(tex_id) {
153
int
mTexId
;
camera_test_surfacetexture.cpp
503
mTexId
= tex_id;
592
glBindTexture(GL_TEXTURE_EXTERNAL_OES,
mTexId
);
Completed in 808 milliseconds