/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
BlockingGLTextureView.java | 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; 142 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicRendererSurfaceView.java | 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; 107 display, eglConfig, EGL10.EGL_NO_CONTEXT, attribList);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
OutputSurface.java | 131 int[] attribList = { 141 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
WrapperTest.java | 253 int[] attribList = { 263 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
|
/external/chromium_org/third_party/angle/src/libEGL/ |
libEGL.cpp | 218 const EGLint attribList[] = {EGL_NONE}; 220 if (!display->getConfigs(configs, attribList, config_size, num_config)) 253 const EGLint attribList[] = {EGL_NONE}; 257 attrib_list = attribList;
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
glxext.h | [all...] |
wglext.h | 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList); 539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); [all...] |
/external/mesa3d/include/GL/ |
glxext.h | [all...] |
wglext.h | 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList); 539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList); 539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); [all...] |
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 278 /* attribList: Array of input config attribute / value pairs */ 281 /* attribList: The values paired up with each attribute are filled in */ 285 int32_t* attribList); 291 /* attribList: NULL or an array of context specific attribute / value */ 297 const int32_t* attribList, [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcmds.c | 1157 * \param attribList Attributes used select from \c configs. This array is 1162 * \param fbconfig_style_tags Selects whether \c attribList is i [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | 1157 * \param attribList Attributes used select from \c configs. This array is 1162 * \param fbconfig_style_tags Selects whether \c attribList is i [all...] |
/external/chromium_org/ui/gl/ |
generate_bindings.py | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glxext.h | 749 typedef int ( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList); 750 typedef int ( * PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 749 typedef int ( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList); 750 typedef int ( * PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 749 typedef int ( * PFNGLXQUERYHYPERPIPEBESTATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList, void *returnAttribList); 750 typedef int ( * PFNGLXHYPERPIPEATTRIBSGIXPROC) (Display *dpy, int timeSlice, int attrib, int size, void *attribList);
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglRenderer.java | [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
OGLESShaderRenderer.java | [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
news.html | 448 - glXChooseFBConfig() crashed if attribList pointer was NULL [all...] |
versions.html | [all...] |