Functions that are in both OpenGL 1.0 and OpenGL ES 2.0.
More...
#include <GlFunctionsGl10Native.h>
|
void | Clear (GLbitfield mask) |
|
void | ClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
|
void | DeleteTextures (GLsizei n, GLuint *textures) |
|
void | Disable (GLenum cap) |
|
void | Enable (GLenum cap) |
|
void | GenTextures (GLsizei n, GLuint *textures) |
|
void | GetIntegerv (GLenum pname, GLint *params) |
|
const GLubyte * | GetString (GLenum name) |
|
void | ReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) |
|
void | TexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) |
|
void | TexParameteri (GLenum target, GLenum pname, GLint param) |
|
void | Viewport (GLint x, GLint y, GLsizei width, GLsizei height) |
|
Functions that are in both OpenGL 1.0 and OpenGL ES 2.0.
void molecular::gfx::GlFunctionsGl10NativeNoGles2::Clear |
( |
GLbitfield |
mask | ) |
|
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::ClearColor |
( |
GLfloat |
red, |
|
|
GLfloat |
green, |
|
|
GLfloat |
blue, |
|
|
GLfloat |
alpha |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::DeleteTextures |
( |
GLsizei |
n, |
|
|
GLuint * |
textures |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::Disable |
( |
GLenum |
cap | ) |
|
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::Enable |
( |
GLenum |
cap | ) |
|
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::GenTextures |
( |
GLsizei |
n, |
|
|
GLuint * |
textures |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::GetIntegerv |
( |
GLenum |
pname, |
|
|
GLint * |
params |
|
) |
| |
|
inline |
const GLubyte* molecular::gfx::GlFunctionsGl10NativeNoGles2::GetString |
( |
GLenum |
name | ) |
|
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::ReadPixels |
( |
GLint |
x, |
|
|
GLint |
y, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height, |
|
|
GLenum |
format, |
|
|
GLenum |
type, |
|
|
GLvoid * |
pixels |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::TexImage2D |
( |
GLenum |
target, |
|
|
GLint |
level, |
|
|
GLint |
internalformat, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height, |
|
|
GLint |
border, |
|
|
GLenum |
format, |
|
|
GLenum |
type, |
|
|
const GLvoid * |
pixels |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::TexParameteri |
( |
GLenum |
target, |
|
|
GLenum |
pname, |
|
|
GLint |
param |
|
) |
| |
|
inline |
void molecular::gfx::GlFunctionsGl10NativeNoGles2::Viewport |
( |
GLint |
x, |
|
|
GLint |
y, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: