Searched refs:frameBuffers (Results 1 – 1 of 1) sorted by relevance
65 final int frameBuffers[] = new int[1]; in GlTextureFrameBuffer() local66 GLES20.glGenFramebuffers(1, frameBuffers, 0); in GlTextureFrameBuffer()67 frameBufferId = frameBuffers[0]; in GlTextureFrameBuffer()