Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

em.utility

Class EM_CONSTANTS


Direct ancestors

EM_GL_CONSTANTS, EM_GLU_CONSTANTS

Known direct descendants

EM_SUBSYSTEM, EM_THREAD_SUBSYSTEM, EM_JOYSTICK, EM_EVENT_LOOP, EM_AUDIO_SUBSYSTEM, EM_TIMER_SUBSYSTEM, EM_CDROM, EM_CDROM_TRACK, EM_EVENT, EM_JOYSTICK_HAT, EM_DRAWABLE, EM_SURFACE, GL_SURFACE_TEXTURE, EM_GL_SCENE, EM_3D_OBJECT_FACTORY, EM_3D_OBJECT_DISPLAYLIST, EM_3D_OBJ_LOADER, EM_COMPONENT_SCENE, EM_3D_COMPONENT

Features

Invariants

indexing

description

Constants used in the Em library.

date

$Date: 2005/10/23 10:36:32 $

revision

$Revision: 1.9 $

class

EM_CONSTANTS

inherit

EM_GL_CONSTANTS
EM_GLU_CONSTANTS

feature -- Subsystem initialization constants

em_init_audio: INTEGER

-- Initialize timer subsystem

em_init_cdrom: INTEGER

-- Initialize cdrom subsystem

em_init_everything: INTEGER

-- Initialize all subsystems

em_init_joystick: INTEGER

-- Initialize joystick subsystem

em_init_noparachute: INTEGER

-- Initialize noparachute subsystem - does not catch any fatal signals

em_init_thread: INTEGER

-- Initialize thread subsystem

em_init_timer: INTEGER

-- Initialize timer subsystem

em_init_video: INTEGER

-- Initialize video subsystem

feature -- Video subsystem Constants

em_anyformat: INTEGER

-- Video anyformat constant

em_async_blit: INTEGER

-- Video async_blit constant

em_colorkey: INTEGER

-- Enable transparent color key constant

em_disable: INTEGER

-- Disable constant

em_doublebuffered: INTEGER

-- Video doublebuffered constant

em_enable: INTEGER

-- Enable constant

em_hardware_surface: INTEGER

-- Video hardware surface constant

em_hwpalette: INTEGER

-- Video hwpalette constant

em_noframe: INTEGER

-- Video noframe constant

em_opengl: INTEGER

-- Video opengl constant

em_opengl_blit: INTEGER

-- Video opengl_blit constant

em_query: INTEGER

-- Query constant

em_resizeable: INTEGER

-- Video resizeable constant

em_rleaccelok: INTEGER

-- Private flag

em_software_surface: INTEGER

-- Video software surface constant

em_srcalpha: INTEGER

-- Blit uses source alpha blending

em_video_fullscreen: INTEGER

-- Video full screen constant

feature -- Audio subsystem Constants

em_audio_s16: INTEGER

-- Signed 16-bit little-endian samples

em_audio_s16lsb: INTEGER

-- Signed 16-bit little-endian samples
-- equivalent to Em_audio_s16

em_audio_s16msb: INTEGER

-- Signed 16-bit big-endian samples

em_audio_s8: INTEGER

-- Signed 8-bit samples

em_audio_u16: INTEGER

-- Unsigned 16-bit little-endian samples

em_audio_u16lsb: INTEGER

-- Unsigned 16-bit little-endian samples
-- equivalent to Em_audio_u16

em_audio_u16msb: INTEGER

-- Unsigned 16-bit big-endian samples

em_audio_u8: INTEGER

-- Unsigned 8-bit samples

feature -- CDRom subsystem Constans

em_cdrom_audio_track: INTEGER

-- Identifier for audio track

em_cdrom_data_track: INTEGER

-- Identifier for data track

em_cdrom_fps: INTEGER

-- Number of audio frames per second

em_cdrom_max_tracks: INTEGER

-- maximum number of CDRom tracks on a disk

feature -- The possible states which a CDRom drive can be in.

em_cdrom_empty: INTEGER

-- Identifier for empty state

em_cdrom_error: INTEGER

-- Identifier for error state

em_cdrom_paused: INTEGER

-- Identifier for paused state

em_cdrom_playing: INTEGER

-- Identifier for playing state

em_cdrom_stopped: INTEGER

-- Identifier for stopped state

feature -- Joystick subsystem Constans (hat states)

em_joystick_hat_centered: INTEGER

-- Identifier for hat state

em_joystick_hat_down: INTEGER

-- Identifier for hat state

em_joystick_hat_left: INTEGER

-- Identifier for hat state

em_joystick_hat_leftdown: INTEGER

-- Identifier for hat state

em_joystick_hat_leftup: INTEGER

-- Identifier for hat state

em_joystick_hat_right: INTEGER

-- Identifier for hat state

em_joystick_hat_rightdown: INTEGER

-- Identifier for hat state

em_joystick_hat_rightup: INTEGER

-- Identifier for hat state

em_joystick_hat_up: INTEGER

-- Identifier for hat state

feature -- Event constants

em_active_event: INTEGER

-- Active event

em_expose_event: INTEGER

-- Expose event

em_joystick_axis_event: INTEGER

-- Joystick axis event

em_joystick_ball_event: INTEGER

-- Joystick ball event

em_joystick_button_down_event: INTEGER

-- Joystick button down event

em_joystick_button_up_event: INTEGER

-- Joystick button up event

em_joystick_hat_event: INTEGER

-- Joystick hat event

em_key_down_event: INTEGER

-- Key down event

em_key_up_event: INTEGER

-- Keyboard event

em_mouse_button_down_event: INTEGER

-- Mouse button down event

em_mouse_button_up_event: INTEGER

-- Mouse button up event

em_mousemotion_event: INTEGER

-- Mouse motion event

em_quit_event: INTEGER

-- Quit event

em_resize_event: INTEGER

-- Resize event

em_user_event: INTEGER

-- User event

em_window_manager_event: INTEGER

-- Window manager event

feature -- Net2 event constants - synchornize changes with $EM/library/manual_wrapper/c/net2/net2.h

em_net_error_event: INTEGER

-- Net error event

em_resolve_finished_event: INTEGER

-- Resolve finished

em_tcp_accept_event: INTEGER

-- TCP accept event

em_tcp_close_event: INTEGER

-- TCP close event

em_tcp_connect_event: INTEGER

-- TCP connect event

em_tcp_connect_failed_event: INTEGER

-- TCP connect failed event

em_tcp_receive_event: INTEGER

-- TCP receive event

em_udp_receive_event: INTEGER

-- UDP receive event

em_udp_send_event: INTEGER

-- UDP send event

feature -- Event state constants

em_appactive: INTEGER

-- Application has received a maximisation activation event

em_appinputfocus: INTEGER

-- Application has received a keyboard activation event

em_appmousefocus: INTEGER

-- Application has received a mouse focus activation event

feature -- GLU constants-- Extensions

em_glu_begin: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_ccw: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_culling: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_cw: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_domain_distance: INTEGER

-- NurbsTrim

-- (From EM_GLU_CONSTANTS)

em_glu_edge_flag: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_end: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_error: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_ext_nurbs_tessellator: INTEGER

-- Boolean

-- (From EM_GLU_CONSTANTS)

em_glu_extensions: INTEGER

-- ErrorCode

-- (From EM_GLU_CONSTANTS)

em_glu_exterior: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_false: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_fill: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_flat: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_inside: INTEGER

-- TessCallback

-- (From EM_GLU_CONSTANTS)

em_glu_interior: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_invalid_operation: INTEGER

-- NurbsDisplay
-- GLU_FILL

-- (From EM_GLU_CONSTANTS)

em_glu_line: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_map1_trim_3: INTEGER

-- QuadricDrawStyle

-- (From EM_GLU_CONSTANTS)

em_glu_none: INTEGER

-- QuadricOrientation

-- (From EM_GLU_CONSTANTS)

em_glu_nurbs_end: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_nurbs_end_data_ext: INTEGER

-- NurbsError

-- (From EM_GLU_CONSTANTS)

em_glu_nurbs_error37: INTEGER

-- NurbsProperty

-- (From EM_GLU_CONSTANTS)

em_glu_nurbs_mode: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_nurbs_renderer_ext: INTEGER

-- NurbsSampling

-- (From EM_GLU_CONSTANTS)

em_glu_outline_patch: INTEGER

-- NurbsCallback

-- (From EM_GLU_CONSTANTS)

em_glu_outside: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_point: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_silhouette: INTEGER

-- QuadricCallback
-- GLU_ERROR

-- QuadricNormal

-- (From EM_GLU_CONSTANTS)

em_glu_smooth: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_tess_begin: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_tess_combine_data: INTEGER

-- TessContour

-- (From EM_GLU_CONSTANTS)

em_glu_tess_end: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_tess_error: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_tess_need_combine_callback: INTEGER

-- TessWinding

-- (From EM_GLU_CONSTANTS)

em_glu_tess_tolerance: INTEGER

-- TessError

-- (From EM_GLU_CONSTANTS)

em_glu_true: INTEGER

-- Version

-- (From EM_GLU_CONSTANTS)

em_glu_u_step: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_unknown: INTEGER

-- TessProperty

-- (From EM_GLU_CONSTANTS)

em_glu_v_step: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_version: INTEGER

-- (From EM_GLU_CONSTANTS)

em_glu_version_1_3: INTEGER

-- StringName

-- (From EM_GLU_CONSTANTS)

em_glu_vertex: INTEGER

-- (From EM_GLU_CONSTANTS)

feature -- GL constants-- Boolean values

em_gl_2_bytes: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_2d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_3_bytes: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_3d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_3d_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_4_bytes: INTEGER

-- Primitives

-- (From EM_GL_CONSTANTS)

em_gl_abgr_ext: INTEGER

-- 2. GL_EXT_blend_color

-- (From EM_GL_CONSTANTS)

em_gl_accum: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_add: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_add_signed: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_all_attrib_bits: INTEGER

-- OpenGL 1.1

-- (From EM_GL_CONSTANTS)

em_gl_alpha: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha_bias: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha_test: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_alpha_test_func: INTEGER

-- Blending

-- (From EM_GL_CONSTANTS)

em_gl_always: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_ambient: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_and: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_and_inverted: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_and_reverse: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_array_element_lock_count_ext: INTEGER

-- 137. GL_HP_occlusion_test

-- (From EM_GL_CONSTANTS)

em_gl_auto_normal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_aux0: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_aux1: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_aux2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_aux3: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_aux_buffers: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_back: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_back_left: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_back_right: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_bgr: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_bgra: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_bitmap: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_bitmap_token: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blend: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blend_color: INTEGER

-- OpenGL 1.3
-- multitexture

-- (From EM_GL_CONSTANTS)

em_gl_blend_color_ext: INTEGER

-- 3. GL_EXT_polygon_offset

-- (From EM_GL_CONSTANTS)

em_gl_blend_dst: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blend_equation_ext: INTEGER

-- 38. GL_EXT_blend_subtract (requires GL_EXT_blend_max )

-- (From EM_GL_CONSTANTS)

em_gl_blend_src: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blue: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blue_bias: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blue_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_blue_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_byte: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_c3f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_c4f_n3f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_c4ub_v2f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_c4ub_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_ccw: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clamp: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clamp_to_border: INTEGER

-- GL_ARB_multitexture (ARB extension 1 and OpenGL 1.2.1)

-- (From EM_GL_CONSTANTS)

em_gl_clamp_to_edge_sgis: INTEGER

-- 37. GL_EXT_blend_minmax

-- (From EM_GL_CONSTANTS)

em_gl_clear: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_client_all_attrib_bits: INTEGER

-- OpenGL 1.2

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane0: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane1: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane3: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_clip_plane5: INTEGER

-- Accumulation buffer

-- (From EM_GL_CONSTANTS)

em_gl_clip_volume_clipping_hint_ext: INTEGER

-- 97. GL_EXT_compiled_vertex_array

-- (From EM_GL_CONSTANTS)

em_gl_coeff: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color_array: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color_index: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color_index16_ext: INTEGER

-- 79. GL_EXT_clip_volume_hint

-- (From EM_GL_CONSTANTS)

em_gl_color_matrix: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color_table: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_color_table_intensity_size: INTEGER

-- GL_EXT_convolution and GL_HP_convolution_border_modes

-- (From EM_GL_CONSTANTS)

em_gl_combine: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_combine_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_compile: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_compressed_texture_formats: INTEGER

-- multisample

-- (From EM_GL_CONSTANTS)

em_gl_constant: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_convolution_border_color: INTEGER

-- GL_SGI_color_matrix

-- (From EM_GL_CONSTANTS)

em_gl_copy: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_cull_face: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_current_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_cw: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_decal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_decr: INTEGER

-- Buffers, Pixel Drawing/Reading

-- (From EM_GL_CONSTANTS)

em_gl_decr_wrap_ext: INTEGER

-- 179. GL_NV_texgen_reflection

-- (From EM_GL_CONSTANTS)

em_gl_depth: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_bias: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_component: INTEGER

-- Lighting

-- (From EM_GL_CONSTANTS)

em_gl_depth_func: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_range: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_depth_test: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_diffuse: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_distance_attenuation_ext: INTEGER

-- 78. GL_EXT_paletted_texture

-- (From EM_GL_CONSTANTS)

em_gl_dither: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_domain: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dont_care: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dot3_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dot3_rgb_ext: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dot3_rgba: INTEGER

-- texture_border_clamp

-- (From EM_GL_CONSTANTS)

em_gl_double: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_doublebuffer: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_draw_buffer: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dst_alpha: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_dst_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_edge_flag: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_edge_flag_array_pointer_ext: INTEGER

-- 35. GL_SGIS_texture_edge_clamp

-- (From EM_GL_CONSTANTS)

em_gl_emission: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_enable_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_equal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_equiv: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_eval_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_exp: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_exp2: INTEGER

-- Logic Ops

-- (From EM_GL_CONSTANTS)

em_gl_extensions: INTEGER

-- Errors

-- (From EM_GL_CONSTANTS)

em_gl_eye_linear: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_eye_plane: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_false: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fastest: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_feedback: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_feedback_buffer_type: INTEGER

-- Selection

-- (From EM_GL_CONSTANTS)

em_gl_fill: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_flat: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_float: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_density: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_end: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_hint: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_index: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_fog_start: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_front: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_front_face: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_front_left: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_front_right: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_func_add: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_func_add_ext: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_func_reverse_subtract_ext: INTEGER

-- 54. GL_EXT_point_parameters

-- (From EM_GL_CONSTANTS)

em_gl_gequal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_greater: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_green: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_green_bias: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_green_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_green_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_hint_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_histogram: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_incr: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_index_array: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_index_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_index_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_index_offset: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_index_shift: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_int: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_intensity: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_intensity12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_intensity16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_intensity4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_intensity8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_interpolate: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_invalid_enum: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_invert: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_keep: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_left: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_lequal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_less: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light0: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light1: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light3: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light5: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light6: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_light7: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_lighting: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_lighting_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_loop: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_smooth: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_stipple: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_strip: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_token: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_width: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_line_width_range: INTEGER

-- Polygons

-- (From EM_GL_CONSTANTS)

em_gl_linear: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_lines: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_list_base: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_list_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_list_index: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_list_mode: INTEGER

-- Depth buffer

-- (From EM_GL_CONSTANTS)

em_gl_load: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_logic_op: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_luminance: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_luminance12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_luminance16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_luminance4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_luminance8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map1_color_4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map1_index: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map1_normal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map2_color_4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map2_index: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map2_normal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_map_stencil: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_matrix_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_max: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_max_cube_map_texture_size: INTEGER

-- texture_compression

-- (From EM_GL_CONSTANTS)

em_gl_max_ext: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_max_lights: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_max_texture_units: INTEGER

-- texture_cube_map

-- (From EM_GL_CONSTANTS)

em_gl_max_texture_units_arb: INTEGER

-- 1. GL_EXT_abgr

-- (From EM_GL_CONSTANTS)

em_gl_min: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_min_ext: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_minmax: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_minmax_sink: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_modelview: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_modulate: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_mult: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_multisample: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_multisample_bit: INTEGER

-- transpose_matrix

-- (From EM_GL_CONSTANTS)

em_gl_n3f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_nand: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_nearest: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_never: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_nicest: INTEGER

-- Scissor box

-- (From EM_GL_CONSTANTS)

em_gl_no_error: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_none: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_noop: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_nor: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_normal_array: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_normal_map: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_normalize: INTEGER

-- User clipping planes

-- (From EM_GL_CONSTANTS)

em_gl_notequal: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_object_plane: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_occlusion_test_result_hp: INTEGER

-- 141. GL_EXT_shared_texture_palette (req's GL_EXT_paletted_texture)

-- (From EM_GL_CONSTANTS)

em_gl_one: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_one_minus_constant_alpha: INTEGER

-- Render Mode

-- (From EM_GL_CONSTANTS)

em_gl_operand0_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_operand1_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_operand2_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_or: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_or_inverted: INTEGER

-- Stencil

-- (From EM_GL_CONSTANTS)

em_gl_or_reverse: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_order: INTEGER

-- Hints

-- (From EM_GL_CONSTANTS)

em_gl_out_of_memory: INTEGER

-- glPush/PopAttrib bits

-- (From EM_GL_CONSTANTS)

em_gl_point: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_point_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_point_size: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_point_size_range: INTEGER

-- Lines

-- (From EM_GL_CONSTANTS)

em_gl_point_smooth: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_point_token: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_points: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_polygon: INTEGER

-- Vertex Arrays

-- (From EM_GL_CONSTANTS)

em_gl_polygon_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_polygon_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_polygon_offset_bias_ext: INTEGER

-- 6. GL_EXT_texture3D

-- (From EM_GL_CONSTANTS)

em_gl_polygon_offset_fill: INTEGER

-- Display Lists

-- (From EM_GL_CONSTANTS)

em_gl_position: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_post_color_matrix_alpha_bias: INTEGER

-- GL_EXT_histogram

-- (From EM_GL_CONSTANTS)

em_gl_previous: INTEGER

-- texture_env_dot3

-- (From EM_GL_CONSTANTS)

em_gl_projection: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_q: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_quad_strip: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_quads: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_r: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_r3_g3_b2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_read_buffer: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_red: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_red_bias: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_red_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_red_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_reduce: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_reflection_map_nv: INTEGER

-- 220. GL_EXT_texture_env_dot3

-- (From EM_GL_CONSTANTS)

em_gl_render: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_render_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_renderer: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_repeat: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_replace: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rescale_normal_ext: INTEGER

-- 30. GL_EXT_vertex_array

-- (From EM_GL_CONSTANTS)

em_gl_return: INTEGER

-- Alpha testing

-- (From EM_GL_CONSTANTS)

em_gl_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb10: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb10_a2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb5: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb5_a1: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgb_scale: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba: INTEGER

-- Implementation limits

-- (From EM_GL_CONSTANTS)

em_gl_rgba12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_rgba_mode: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_right: INTEGER

--Em_gl_front: INTEGER is 0x0404 (already defined under Polygons)
--Em_gl_back: INTEGER is 0x0405 (already defined under Polygons)
--Em_gl_front_and_back: INTEGER is 0x0408 (already defined under Lighting)

-- (From EM_GL_CONSTANTS)

em_gl_s: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_samples: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_scissor_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_scissor_box: INTEGER

-- Pixel Mode / Transfer

-- (From EM_GL_CONSTANTS)

em_gl_scissor_test: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_select: INTEGER

-- Feedback

-- (From EM_GL_CONSTANTS)

em_gl_selection_buffer_size: INTEGER

-- Fog

-- (From EM_GL_CONSTANTS)

em_gl_separable_2d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_set: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_shade_model: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_shared_texture_palette_ext: INTEGER

-- 176. GL_EXT_stencil_wrap

-- (From EM_GL_CONSTANTS)

em_gl_shininess: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_short: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_single_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_smooth: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_source0_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_source1_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_source2_rgb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_specular: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_sphere_map: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_spot_cutoff: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_src_alpha: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_src_color: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil_bits: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil_fail: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil_func: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil_ref: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stencil_test: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_stereo: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_subtract: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t2f_c3f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t2f_c4ub_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t2f_n3f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t2f_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_t4f_c4f_n3f_v4f: INTEGER

-- Matrix Mode

-- (From EM_GL_CONSTANTS)

em_gl_t4f_v4f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_table_too_large: INTEGER

-- GL_EXT_blend_color, GL_EXT_blend_minmax

-- (From EM_GL_CONSTANTS)

em_gl_texture: INTEGER

-- Points

-- (From EM_GL_CONSTANTS)

em_gl_texture0: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture0_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture1: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture10: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture11: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture12: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture13: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture14: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture15: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture16: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture17: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture18: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture19: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture1_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture2: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture20: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture21: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture22: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture23: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture24: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture25: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture26: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture27: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture28: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture29: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture2_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture3: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture30: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture31: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture3_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture4: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture4_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture5: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture5_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture6: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture6_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture7: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture7_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture8: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture8_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture9: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture9_arb: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_1d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_2d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_2d_binding_ext: INTEGER

-- 27. GL_EXT_rescale_normal

-- (From EM_GL_CONSTANTS)

em_gl_texture_3d: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_3d_binding_ext: INTEGER

-- 20. GL_EXT_texture_object

-- (From EM_GL_CONSTANTS)

em_gl_texture_binding_3d: INTEGER

-- OpenGL 1.2 imaging subset
-- GL_EXT_color_table

-- (From EM_GL_CONSTANTS)

em_gl_texture_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_env: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_texture_gen_q: INTEGER

-- Utility

-- (From EM_GL_CONSTANTS)

em_gl_transpose_color_matrix: INTEGER

-- texture_env_combine

-- (From EM_GL_CONSTANTS)

em_gl_triangle_fan: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_triangles: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_true: INTEGER

-- Data types

-- (From EM_GL_CONSTANTS)

em_gl_unsigned_int: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_v2f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_v3f: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_vendor: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_version: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_vertex_array: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_viewport: INTEGER

--Evaluators

-- (From EM_GL_CONSTANTS)

em_gl_viewport_bit: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_xor: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_zero: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_zoom_x: INTEGER

-- (From EM_GL_CONSTANTS)

em_gl_zoom_y: INTEGER

-- Texture mapping

-- (From EM_GL_CONSTANTS)

invariant


-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end