Searched defs:EGLint (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 209 EGLint /*l*/, EGLint /*t*/, EGLint /*w*/, EGLint /*h*/) in setSwapRectangle() argument 1230 NativeWindowType window, const EGLint* /*attrib_list*/) in createWindowSurface() 1279 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() 1658 EGLContext /*share_list*/, const EGLint* /*attrib_list*/) in eglCreateContext() 1856 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() argument 1927 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib() argument 1936 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage() argument 1945 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage() argument 1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() argument 1991 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/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()
|