HomeSort by relevance Sort by last modified time
    Searched refs:configId (Results 1 - 10 of 10) sorted by null

  /cts/tests/src/android/opengl/cts/
EglConfigStubActivity.java 43 int configId = getConfigId();
45 setTitle("EGL Config Id: " + configId + " Client Version: " + contextClientVersion);
48 mView = new EglConfigGLSurfaceView(this, configId, contextClientVersion, new Runnable() {
EglConfigGLSurfaceView.java 45 public EglConfigGLSurfaceView(Context context, int configId, int contextClientVersion,
48 mConfigId = configId;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 59 for (int configId : configIds) {
61 extras.putInt(EglConfigStubActivity.CONFIG_ID_EXTRA, configId);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 132 EGLint configId;
133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
135 ASSERT(configId != EGL_BAD_ATTRIBUTE);
137 m_pbufferConfigId = configId;
175 EGLint configId;
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
178 ASSERT(configId != EGL_BAD_ATTRIBUTE);
180 m_windowConfigId = configId;
  /frameworks/base/opengl/libs/EGL/
egl_display.h 49 : impl(impl), config(config), configId(0), implConfigId(0) { }
52 EGLint configId; // our CONFIG_ID
eglApi.cpp 249 EGLint& configId(new_list[patch_index+1]);
251 if (dp->configs[i].configId == configId) {
253 configId = dp->configs[i].implConfigId;
330 *value = dp->configs[intptr_t(config)].configId;
472 *value = dp->configs[intptr_t(s->config)].configId;
695 *value = dp->configs[intptr_t(c->config)].configId;
    [all...]
egl_display.cpp 271 configs[k].configId = k + 1; // CONFIG_ID start at 1
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 93 int configId,level,renderable;
151 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_FBCONFIG_ID,&configId));
159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight,
EglWindowsApi.cpp 56 HDC getDC(int configId){return getTLS()->m_map[configId].dc;}
343 EGLint configId,level;
EglMacApi.cpp 38 EGLint configId,level;

Completed in 423 milliseconds