Home
last modified time | relevance | path

Searched defs:EGLint (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h5 typedef long EGLint; typedef
/frameworks/native/opengl/libagl/
Degl.cpp231 EGLint /*l*/, EGLint /*t*/, EGLint /*w*/, EGLint /*h*/) in setSwapRectangle() argument
1287 NativeWindowType window, const EGLint* /*attrib_list*/) in createWindowSurface()
1336 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface()
1719 EGLContext /*share_list*/, const EGLint* /*attrib_list*/) in eglCreateContext()
1916 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() argument
1987 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib() argument
1996 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage() argument
2005 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage() argument
2013 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() argument
2051 EGLConfig /*config*/, const EGLint* /*attrib_list*/) in eglCreatePbufferFromClientBuffer()
[all …]
/frameworks/native/opengl/include/EGL/
Deglplatform.h154 typedef khronos_int32_t EGLint; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java55 typeMapping.put(new CType("EGLint"), new JType("int")); in typeMapping.put()
142 arrayTypeMapping.put(new CType("EGLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
143 arrayTypeMapping.put(new CType("EGLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp859 NativePixmapType /*pixmap*/, const EGLint* /*attrib_list*/) { in eglCreatePixmapSurfaceImpl()