Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:mTempIntArray

265     private final int[] mTempIntArray = new int[1];
317 int[] mLinkStatus = mTempIntArray;
952 mGLId.glGenBuffers(1, mTempIntArray, 0);
954 int bufferId = mTempIntArray[0];