Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp209 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/services/surfaceflinger/
DDisplayDevice.cpp62 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { in eglSetSwapRectangleANDROID() argument
/frameworks/native/opengl/tests/angeles/include/GLES/
Degltypes.h5 typedef long EGLint; typedef
/frameworks/native/opengl/include/EGL/
Deglplatform.h122 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()
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()