HomeSort by relevance Sort by last modified time
    Searched refs:EGLConfig (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 26 import javax.microedition.khronos.egl.EGLConfig;
117 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
MatrixPaletteRenderer.java 26 import javax.microedition.khronos.egl.EGLConfig;
234 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 68 import javax.microedition.khronos.egl.EGLConfig;
198 public void onSurfaceCreated(GL10 gl, EGLConfig cfg) {
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 24 import javax.microedition.khronos.egl.EGLConfig;
240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 283 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
336 EGLConfig myConfig = {0};
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 41 import javax.microedition.khronos.egl.EGLConfig;
252 public void onSurfaceCreated(GL10 gl1, EGLConfig config) {
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 54 import javax.microedition.khronos.egl.EGLConfig;
261 EGLConfig[] configs = new EGLConfig[numConfigs[0]];
712 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 49 static EGLConfig sEglConfig;
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 68 * Below, we select an EGLConfig with at least 8 bits per color
80 EGLConfig config;
90 * the first EGLConfig that matches our criteria */
93 /* EGL_NATIVE_VISUAL_ID is an attribute of the EGLConfig that is
95 * As soon as we picked a EGLConfig, we can safely reconfigure the
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 68 * Below, we select an EGLConfig with at least 8 bits per color
80 EGLConfig config;
90 * the first EGLConfig that matches our criteria */
93 /* EGL_NATIVE_VISUAL_ID is an attribute of the EGLConfig that is
95 * As soon as we picked a EGLConfig, we can safely reconfigure the
  /frameworks/native/opengl/tests/filter/
filter.cpp 35 EGLConfig config;
  /frameworks/native/opengl/tests/finish/
finish.cpp 44 EGLConfig config;
57 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 123 EGLConfig myConfig = {0};
  /gdk/samples/quake/src/com/android/quake/llvm/
QuakeView.java 45 import javax.microedition.khronos.egl.EGLConfig;
384 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 37 import javax.microedition.khronos.egl.EGLConfig;
514 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 140 EGLConfig config;
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 409 EGLConfig configs[150];
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 58 EGLConfig myConfig;
144 EGLConfig myConfig = {0};
672 EGLConfig myConfig;
SurfaceTexture_test.cpp 284 EGLConfig mGlConfig;
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 39 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config);
57 EGLConfig myConfig = {0};
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 195 EGLConfig config;
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 188 EGLConfig configs[150];
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 244 EGLConfig config;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 32 EGLConfig config;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 342 EGLConfig mGlConfig;
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 67 8