Home | History | Annotate | Download | only in view

Lines Matching refs:displayList

192     static native void nUpdateRenderLayer(int layerId, int renderer, int displayList,
405 int getDisplayList(int displayList) {
406 return nGetDisplayList(mRenderer, displayList);
409 private static native int nGetDisplayList(int renderer, int displayList);
412 void outputDisplayList(DisplayList displayList) {
413 nOutputDisplayList(mRenderer, ((GLES20DisplayList) displayList).getNativeDisplayList());
416 private static native void nOutputDisplayList(int renderer, int displayList);
419 public int drawDisplayList(DisplayList displayList, Rect dirty, int flags) {
420 return nDrawDisplayList(mRenderer, ((GLES20DisplayList) displayList).getNativeDisplayList(),
424 private static native int nDrawDisplayList(int renderer, int displayList,