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

/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 5 milliseconds