Home
last modified time | relevance | path

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

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