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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java49 public static void deleteFbo(int fboId) { argument
50 int[] fbos = new int[] { fboId };
70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { argument
71 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fboId);
82 public static int attachedTexture(int fboId) { argument
93 public static void attachTextureToFbo(int texId, int fboId) { argument
94 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fboId);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java136 private void initWithFbo(int fboId) { argument
139 if (!nativeAllocateWithFbo(mGLEnvironment, fboId, width, height)) {
372 int fboId,
371 nativeAllocateWithFbo(GLEnvironment env, int fboId, int width, int height) argument

Completed in 85 milliseconds