Searched defs:ibb (Results 1 – 3 of 3) sorted by relevance
128 ByteBuffer ibb = ByteBuffer.allocateDirect(VERTS * 2); in Triangle() local
110 ByteBuffer ibb = ByteBuffer.allocateDirect(mIndices.length * 2); // Short => 2 bytes in FireflyRenderer() local
266 void android_bb_init(audio_session_t sessionId, IBassBoost* ibb) { in android_bb_init()