Searched defs:EGLint (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/include/EGL/
H A Deglplatform.h137 /* Define EGLint. This must be a signed integral type large enough to contain
141 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
144 typedef khronos_int32_t EGLint; typedef
/external/skia/src/gpu/gl/command_buffer/
H A DSkCommandBufferGLContext.cpp23 typedef int32_t EGLint; typedef
62 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
64 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
65 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
66 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
67 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_lis
[all...]

Completed in 115 milliseconds