Searched refs:setEGLConfigChooser (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualActivity.java36 mGLView.setEGLConfigChooser(5,6,5,0,0,0);
H A DGLDualGL2View.java75 setEGLConfigChooser( translucent ?
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java274 public static void setEGLConfigChooser(int redSize, method in class:MffContext
280 RenderTarget.setEGLConfigChooser(redSize,
H A DRenderTarget.java178 public static void setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, method in class:RenderTarget
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java79 * <li>{@link #setEGLConfigChooser(boolean)}
80 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
81 * <li>{@link #setEGLConfigChooser(int, int, int, int, int, int)}
102 * setEGLConfigChooser methods.
328 * <li>{@link #setEGLConfigChooser(boolean)}
329 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
330 * <li>{@link #setEGLConfigChooser(int, int, int, int, int, int)}
397 * If no setEGLConfigChooser method is called, then by default the
403 public void setEGLConfigChooser(EGLConfigChooser configChooser) { method in class:GLSurfaceView
416 * If no setEGLConfigChooser metho
422 public void setEGLConfigChooser(boolean needDepth) { method in class:GLSurfaceView
439 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, method in class:GLSurfaceView
[all...]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java72 setEGLConfigChooser( translucent ?
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java72 setEGLConfigChooser( translucent ?
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java114 setEGLConfigChooser(8, 8, 8, 8, 8, 8);

Completed in 2019 milliseconds