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

1 2 3 4 5 6

  /external/deqp/framework/egl/
egluStrUtil.cpp 65 case EGL_CONFIG_ID:
90 case EGL_CONFIG_ID:
109 case EGL_CONFIG_ID:
egluStrUtil.inl 66 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
89 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
115 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
egluConfigFilter.cpp 61 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); }
egluConfigInfo.cpp 51 case EGL_CONFIG_ID: return configId;
97 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId);
egluGLUtil.cpp 199 { &glu::RenderConfig::id, EGL_CONFIG_ID },
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 38 ATTRIBUTE( EGL_CONFIG_ID ),
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 99 if (egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_ID,
EglConfigGLSurfaceView.java 61 EGL10.EGL_CONFIG_ID, mConfigId,
254 EGL10.EGL_CONFIG_ID,
289 "EGL_CONFIG_ID",
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 63 EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID);
teglSurfacelessContextTests.cpp 77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID);
teglNegativeApiTests.cpp     [all...]
teglChooseConfigReference.cpp 240 SurfaceConfig::compareAttributeSmaller<EGL_CONFIG_ID>
284 rules[EGL_CONFIG_ID] = AttribRule(EGL_CONFIG_ID, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_SMALLER); // 11
teglChooseConfigTests.cpp 261 //{ EGL_CONFIG_ID, EGL_DONT_CARE },
290 if (name == EGL_CONFIG_ID)
428 // { EGL_CONFIG_ID, 0/*special*/, },
516 { EGL_CONFIG_ID, "config_id" },
613 EGL_CONFIG_ID,
teglQueryConfigTests.cpp 252 eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &id);
346 if (attrib == EGL_CONFIG_ID && value < 1)
569 { EGL_CONFIG_ID, "config_id" },
teglQueryContextTests.cpp 240 const EGLint configID = getContextAttrib(display, context, EGL_CONFIG_ID);
241 const EGLint surfaceConfigID = eglu::getConfigAttribInt(egl, display, config.config, EGL_CONFIG_ID);
teglConfigList.cpp 116 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_ID, &val);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 81 X(EGL_CONFIG_ID),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 62 public static final int EGL_CONFIG_ID = 0x3028;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 44 int EGL_CONFIG_ID = 0x3028;
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 177 { EGL_CONFIG_ID, ATTRIB_TYPE_INTEGER,
274 case EGL_CONFIG_ID:
537 /* ignore other attributes when EGL_CONFIG_ID is given */
541 if (attr != EGL_CONFIG_ID)
564 * EGL_CONFIG_ID is not compared.
eglconfig.h 103 ATTRIB_MAP(EGL_CONFIG_ID, ConfigID);
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 242 EGL10.EGL_CONFIG_ID,
277 "EGL_CONFIG_ID",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 242 EGL10.EGL_CONFIG_ID,
277 "EGL_CONFIG_ID",
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 167 EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID,
181 "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",

Completed in 863 milliseconds

1 2 3 4 5 6