Uses of Class
jgl.context.gl_context
-
Packages that use gl_context Package Description jgl jgl.context jgl.context.attrib jgl.context.clipping jgl.context.geometry jgl.context.render jgl.context.render.pixel jgl.gle -
-
Uses of gl_context in jgl
Fields in jgl declared as gl_context Modifier and Type Field Description protected gl_context
GL. Context
Methods in jgl that return gl_context Modifier and Type Method Description gl_context
GL. getContext()
-
Uses of gl_context in jgl.context
Fields in jgl.context declared as gl_context Modifier and Type Field Description protected gl_context
gl_pointer. CC
Methods in jgl.context with parameters of type gl_context Modifier and Type Method Description void
gl_list. gl_exec_list(gl_context CC)
Constructors in jgl.context with parameters of type gl_context Constructor Description gl_list(gl_context context, boolean exec)
gl_pointer(gl_context cc)
-
Uses of gl_context in jgl.context.attrib
Constructors in jgl.context.attrib with parameters of type gl_context Constructor Description gl_colorbuffer(gl_context cc)
gl_depthbuffer(gl_context cc)
gl_stencilbuffer(gl_context cc)
-
Uses of gl_context in jgl.context.clipping
Fields in jgl.context.clipping declared as gl_context Modifier and Type Field Description protected gl_context
gl_clipping. CC
Constructors in jgl.context.clipping with parameters of type gl_context Constructor Description gl_clipping(gl_context cc)
gl_cp_clipping(gl_context cc)
gl_cp_color_clipping(gl_context cc)
gl_cp_lit_tex_clipping(gl_context cc)
gl_cp_tex_clipping(gl_context cc)
gl_vp_clipping(gl_context cc)
gl_vp_color_clipping(gl_context cc)
gl_vp_lit_tex_clipping(gl_context cc)
gl_vp_tex_clipping(gl_context cc)
-
Uses of gl_context in jgl.context.geometry
Fields in jgl.context.geometry declared as gl_context Modifier and Type Field Description protected gl_context
gl_geometry. CC
Constructors in jgl.context.geometry with parameters of type gl_context Constructor Description gl_depth_geo(gl_context cc, gl_pointer cr)
gl_geometry(gl_context cc, gl_pointer cr)
gl_lit_tex_geo(gl_context cc, gl_pointer cr)
gl_lit_tex_z_geo(gl_context cc, gl_pointer cr)
gl_smooth_geo(gl_context cc, gl_pointer cr)
gl_smooth_z_geo(gl_context cc, gl_pointer cr)
gl_tex_geo(gl_context cc, gl_pointer cr)
gl_tex_z_geo(gl_context cc, gl_pointer cr)
-
Uses of gl_context in jgl.context.render
Fields in jgl.context.render declared as gl_context Modifier and Type Field Description protected gl_context
gl_render. CC
Constructors in jgl.context.render with parameters of type gl_context Constructor Description gl_depth(gl_context cc)
gl_lit_tex(gl_context cc)
gl_lit_tex_z(gl_context cc)
gl_render(gl_context cc)
gl_select_render(gl_context cc)
gl_smooth(gl_context cc)
gl_smooth_z(gl_context cc)
gl_tex(gl_context cc)
gl_tex_z(gl_context cc)
-
Uses of gl_context in jgl.context.render.pixel
Fields in jgl.context.render.pixel declared as gl_context Modifier and Type Field Description protected gl_context
gl_render_pixel. CC
Constructors in jgl.context.render.pixel with parameters of type gl_context Constructor Description gl_blend_pixel(gl_context cc)
gl_render_pixel(gl_context cc)
gl_render_point(gl_context cc)
gl_select_pixel(gl_context cc)
gl_stipple_line_pixel(gl_context cc, gl_pointer cr)
gl_stipple_pixel(gl_context cc)
gl_stipple_poly_pixel(gl_context cc)
-
Uses of gl_context in jgl.gle
Subclasses of gl_context in jgl.gle Modifier and Type Class Description class
gle_context
gle_context is the extension context class of jGL 2.5.
-