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

/external/mesa3d/include/EGL/
H A Deglplatform.h144 /* Define EGLint. This must be a signed integral type large enough to contain
148 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
151 typedef khronos_int32_t EGLint; typedef
/external/swiftshader/include/EGL/
H A Deglplatform.h121 /* Define EGLint. This must be a signed integral type large enough to contain
125 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
128 typedef khronos_int32_t EGLint; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Deglplatform.h120 /* Define EGLint. This must be a signed integral type large enough to contain
124 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
127 typedef khronos_int32_t EGLint; typedef
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp26 typedef int32_t EGLint; typedef in namespace:__anon21032
56 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
58 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
61 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_lis
[all...]
/external/skqp/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp26 typedef int32_t EGLint; typedef in namespace:__anon21703
56 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
58 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
61 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_lis
[all...]

Completed in 203 milliseconds