Home
last modified time | relevance | path

Searched refs:createOutputAllocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DVrState.java58 public void createOutputAllocation(Surface surface, int w, int h) { in createOutputAllocation() method in VrState
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java395 state.createOutputAllocation(mSurface, img_width, img_height); in doInBackground()