Searched refs:s_configAttribs2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java103 private static int[] s_configAttribs2 = field in class:GL2JNIView.ConfigChooser
124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java103 private static int[] s_configAttribs2 = field in class:GLPerfView.ConfigChooser
124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java106 private static int[] s_configAttribs2 = field in class:GLDualGL2View.ConfigChooser
127 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
135 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);

Completed in 74 milliseconds