Searched defs:EGLint (Results 1 – 5 of 5) sorted by relevance
| /frameworks/native/opengl/libagl/ |
| D | egl.cpp | 209 EGLint /*l*/, EGLint /*t*/, EGLint /*w*/, EGLint /*h*/) in setSwapRectangle() argument 1257 NativeWindowType window, const EGLint* /*attrib_list*/) in createWindowSurface() 1306 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() 1685 EGLContext /*share_list*/, const EGLint* /*attrib_list*/) in eglCreateContext() 1883 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() argument 1954 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib() argument 1963 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage() argument 1972 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage() argument 1980 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() argument 2018 EGLConfig /*config*/, const EGLint* /*attrib_list*/) in eglCreatePbufferFromClientBuffer() [all …]
|
| /frameworks/native/services/surfaceflinger/ |
| D | DisplayDevice.cpp | 55 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { in eglSetSwapRectangleANDROID() argument
|
| /frameworks/native/opengl/tests/angeles/include/GLES/ |
| D | egltypes.h | 5 typedef long EGLint; typedef
|
| /frameworks/native/opengl/include/EGL/ |
| D | eglplatform.h | 122 typedef khronos_int32_t EGLint; typedef
|
| /frameworks/native/opengl/tools/glgen/src/ |
| D | JType.java | 55 typeMapping.put(new CType("EGLint"), new JType("int")); in typeMapping.put() 134 arrayTypeMapping.put(new CType("EGLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 135 arrayTypeMapping.put(new CType("EGLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|