/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GLSurfaceViewCustom.java | [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | 780 int numConfigs = num_config[0]; 782 if (numConfigs <= 0) { 787 EGLConfig[] configs = new EGLConfig[numConfigs]; 788 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs, [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | [all...] |
/frameworks/native/opengl/tests/tritex/ |
tritex.cpp | 122 EGLint numConfigs = 1;
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 246 EGLint numConfigs; 254 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
|
/frameworks/native/opengl/tests/gl_basic/ |
gl_basic.cpp | 214 EGLint numConfigs = 1;
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 560 GLint numConfigs = s_display.getNumConfigs(); 562 *num_config = numConfigs; 567 for (i=0 ; i<numConfigs && i<config_size ; i++) { [all...] |
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 269 int32_t* numConfigs); [all...] |
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 75 EGLint numConfigs = 0; 77 1, &numConfigs)); [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 328 EGLint numConfigs = -1, n=0; 329 eglGetConfigs(dpy, NULL, 0, &numConfigs); 330 EGLConfig* const configs = new EGLConfig[numConfigs]; 331 eglChooseConfig(dpy, attrs, configs, numConfigs, &n); [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 345 size_t numConfigs = 1; 346 status_t err = mHwc->getDisplayConfigs(mHwc, disp, &config, &numConfigs); [all...] |
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 69 EGLint numConfigs = 0; 71 1, &numConfigs)); [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | 440 int numConfigs = 0; 472 (*configDescList)[numConfigs++] = newConfig; 478 return numConfigs; [all...] |
Renderer9.cpp | 558 int numConfigs = 0; 593 (*configDescList)[numConfigs++] = newConfig; 600 return numConfigs; [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |