Searched refs:setTexturePixels (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java71 GLToolbox.setTexturePixels(mTexId, mTarget, pixels, width, height);
77 GLToolbox.setTexturePixels(mTexId, mTarget, bitmap);
H A DGLToolbox.java104 setTexturePixels(texId, target, (ByteBuffer)null, width, height);
107 public static void setTexturePixels(int texId, int target, Bitmap bitmap) { method in class:GLToolbox
114 public static void setTexturePixels(int texId, int target, ByteBuffer pixels, method in class:GLToolbox

Completed in 56 milliseconds