Functions | |
void | open () |
void | close () |
bool | check_extension (const char *extension) |
int | get_clamp_mode () |
void * | allocate_vertex_memory (int size) |
void | free_vertex_memory (void *buffer) |
void | gen_fences (int count, unsigned int *fence_array) |
void | set_fence (unsigned int fence_id) |
void | finish_fence (unsigned int fence_id) |
void * | stream_get_vertex_memory (int size) |
void | stream_flush_combiners () |
void | client_active_texture (int stage) |
void | multi_tex_coord_2f (int stage, float s, float t) |
void | multi_tex_coord_2fv (int stage, float *st) |
void* ogl::allocate_vertex_memory | ( | int | size | ) |
bool ogl::check_extension | ( | const char * | extension | ) |
void ogl::client_active_texture | ( | int | stage | ) |
void ogl::close | ( | ) |
Referenced by gnash::close_fds(), gnash::Network::closeConnection(), gnash::Network::closeNet(), gnash::GnashPluginScriptObject::closePipe(), gnash::nsPluginInstance::DestroyStream(), gnash::MouseDevice::init(), gnash::TouchDevice::scanForDevices(), gnash::MouseDevice::scanForDevices(), gnash::Kde4Gui::showProperties(), gnash::nsPluginInstance::shut(), gnash::FBGui::~FBGui(), and gnash::HaikuAggGlue::~HaikuAggGlue().
void ogl::finish_fence | ( | unsigned int | fence_id | ) |
void ogl::free_vertex_memory | ( | void * | buffer | ) |
void ogl::gen_fences | ( | int | count, | |
unsigned int * | fence_array | |||
) |
int ogl::get_clamp_mode | ( | ) |
void ogl::multi_tex_coord_2f | ( | int | stage, | |
float | s, | |||
float | t | |||
) |
void ogl::multi_tex_coord_2fv | ( | int | stage, | |
float * | st | |||
) |
void ogl::open | ( | ) |
void ogl::set_fence | ( | unsigned int | fence_id | ) |
void ogl::stream_flush_combiners | ( | ) |
void* ogl::stream_get_vertex_memory | ( | int | size | ) |