OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setEGLConfigChooser
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java
50
setEGLConfigChooser
(new ConfigChooser());
/cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java
201
setEGLConfigChooser
(new MutableEGLConfigChooser());
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
83
* <li>{@link #
setEGLConfigChooser
(boolean)}
84
* <li>{@link #
setEGLConfigChooser
(EGLConfigChooser)}
85
* <li>{@link #
setEGLConfigChooser
(int, int, int, int, int, int)}
106
*
setEGLConfigChooser
methods.
332
* <li>{@link #
setEGLConfigChooser
(boolean)}
333
* <li>{@link #
setEGLConfigChooser
(EGLConfigChooser)}
334
* <li>{@link #
setEGLConfigChooser
(int, int, int, int, int, int)}
401
* If no
setEGLConfigChooser
method is called, then by default the
407
public void
setEGLConfigChooser
(EGLConfigChooser configChooser) {
420
* If no
setEGLConfigChooser
method is called, then by default th
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
71
* <li>{@link #
setEGLConfigChooser
(boolean)}
72
* <li>{@link #
setEGLConfigChooser
(EGLConfigChooser)}
73
* <li>{@link #
setEGLConfigChooser
(int, int, int, int, int, int)}
86
*
setEGLConfigChooser
methods.
262
* <li>{@link #
setEGLConfigChooser
(boolean)}
263
* <li>{@link #
setEGLConfigChooser
(EGLConfigChooser)}
264
* <li>{@link #
setEGLConfigChooser
(int, int, int, int, int, int)}
330
* If no
setEGLConfigChooser
method is called, then by default the
335
public void
setEGLConfigChooser
(EGLConfigChooser configChooser) {
348
* If no
setEGLConfigChooser
method is called, then by default th
[
all
...]
Completed in 789 milliseconds