Searched refs:mTexId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java27 private int mTexId; field in class:TextureSource
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/
H A DGLTextureSource.java37 private int mTexId; field in class:GLTextureSource
86 mTexId);
H A DGLTextureTarget.java37 private int mTexId; field in class:GLTextureTarget
58 Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING, mTexId);

Completed in 67 milliseconds