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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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