HomeSort by relevance Sort by last modified time
    Searched refs:EGL_CONFIG_ID (Results 1 - 25 of 64) sorted by null

1 2 3

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.cpp 50 case EGL_CONFIG_ID:
EglPixmapSurface.cpp 42 case EGL_CONFIG_ID:
EglWindowSurface.cpp 43 case EGL_CONFIG_ID:
EglContext.cpp 73 case EGL_CONFIG_ID:
EglValidate.cpp 29 case EGL_CONFIG_ID:
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
162 EGL_CONFIG_ID, m_pbufferConfigId,
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
205 EGL_CONFIG_ID, m_windowConfigId,
257 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
281 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
299 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
384 EGLBoolean success = eglQuerySurface(m_display, surface, EGL_CONFIG_ID, &surfaceConfigId);
434 EGL_CONFIG_ID, surfaceConfigId,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 38 ATTRIBUTE( EGL_CONFIG_ID ),
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 97 if (egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_ID,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 82 X(EGL_CONFIG_ID),
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 61 EGL10.EGL_CONFIG_ID, mConfigId,
254 EGL10.EGL_CONFIG_ID,
289 "EGL_CONFIG_ID",
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 62 public static final int EGL_CONFIG_ID = 0x3028;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 29 EGL_CONFIG_ID, // must be fifth - see chooseConfig()
217 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 44 int EGL_CONFIG_ID = 0x3028;
  /frameworks/native/opengl/libagl/
egl.cpp 921 { EGL_CONFIG_ID, 0 },
933 { EGL_CONFIG_ID, 1 },
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 242 EGL10.EGL_CONFIG_ID,
277 "EGL_CONFIG_ID",
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 724 case EGL_CONFIG_ID:
725 ret = s_display.getConfigAttrib(surface->config, EGL_CONFIG_ID, value);
1048 case EGL_CONFIG_ID:
1049 ret = s_display.getConfigAttrib(context->config, EGL_CONFIG_ID, value);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 63 public static final int EGL_CONFIG_ID = 0x3028;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 126 #define EGL_CONFIG_ID 0x3028
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 198 EGL10.EGL_CONFIG_ID,
233 "EGL_CONFIG_ID",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 198 EGL10.EGL_CONFIG_ID,
233 "EGL_CONFIG_ID",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 201 EGL10.EGL_CONFIG_ID,
236 "EGL_CONFIG_ID",
  /development/ndk/platforms/android-9/include/EGL/
egl.h 104 #define EGL_CONFIG_ID 0x3028
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 104 #define EGL_CONFIG_ID 0x3028
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 319 case EGL_CONFIG_ID: match = config->mConfigID == attribute[1]; break;
  /frameworks/native/opengl/include/EGL/
egl.h 104 #define EGL_CONFIG_ID 0x3028

Completed in 437 milliseconds

1 2 3