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() 1686 EGLContext /*share_list*/, const EGLint* /*attrib_list*/) in eglCreateContext() 1884 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() argument 1955 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib() argument 1964 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage() argument 1973 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage() argument 1981 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() argument 2019 EGLConfig /*config*/, const EGLint* /*attrib_list*/) in eglCreatePbufferFromClientBuffer() [all …]
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egltypes.h | 5 typedef long EGLint; typedef
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 62 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { in eglSetSwapRectangleANDROID() argument
|
/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() 138 arrayTypeMapping.put(new CType("EGLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 139 arrayTypeMapping.put(new CType("EGLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|