Home
last modified time | relevance | path

Searched defs:fboId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java49 public static void deleteFbo(int fboId) { in deleteFbo()
70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { in readFbo()
82 public static int attachedTexture(int fboId) { in attachedTexture()
93 public static void attachTextureToFbo(int texId, int fboId) { in attachTextureToFbo()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java136 private void initWithFbo(int fboId) { in initWithFbo()
372 int fboId, in nativeAllocateWithFbo()