Searched refs:fboId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 49 public static void deleteFbo(int fboId) { in deleteFbo() argument 50 int[] fbos = new int[] { fboId }; in deleteFbo() 70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { in readFbo() argument 71 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fboId); in readFbo() 82 public static int attachedTexture(int fboId) { in attachedTexture() argument 93 public static void attachTextureToFbo(int texId, int fboId) { in attachTextureToFbo() argument 94 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fboId); in attachTextureToFbo()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | GLFrame.java | 136 private void initWithFbo(int fboId) { in initWithFbo() argument 139 if (!nativeAllocateWithFbo(mGLEnvironment, fboId, width, height)) { in initWithFbo() 372 int fboId, in nativeAllocateWithFbo() argument
|