📄 aeegl.h
字号:
===/a>
==========================================================================
IGL_glCompressedTexImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCompressedTexImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCompressedTexImage2D( IGL *pIGL, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
internalformat : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
border : See Khronos documentation for details
imageSize : See Khronos documentation for details
data : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCompressedTexSubImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCompressedTexSubImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCompressedTexSubImage2D( IGL *pIGL, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
xoffset : See Khronos documentation for details
yoffset : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
format : See Khronos documentation for details
imageSize : See Khronos documentation for details
data : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCopyTexImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCopyTexImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCopyTexImage2D( IGL *pIGL, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
internalformat : See Khronos documentation for details
x : See Khronos documentation for details
y : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
border : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCopyTexSubImage2D()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCopyTexSubImage2D.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCopyTexSubImage2D( IGL *pIGL, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height );
Parameters:
pIGL : A pointer to the IGL interface
target : See Khronos documentation for details
level : See Khronos documentation for details
xoffset : See Khronos documentation for details
yoffset : See Khronos documentation for details
x : See Khronos documentation for details
y : See Khronos documentation for details
width : See Khronos documentation for details
height : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glCullFace()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glCullFace.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glCullFace( IGL *pIGL, GLenum mode );
Parameters:
pIGL : A pointer to the IGL interface
mode : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDeleteTextures()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDeleteTextures.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDeleteTextures( IGL *pIGL, GLsizei n, const GLuint *textures );
Parameters:
pIGL : A pointer to the IGL interface
n : See Khronos documentation for details
textures : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDepthFunc()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthFunc.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDepthFunc( IGL *pIGL, GLenum func );
Parameters:
pIGL : A pointer to the IGL interface
func : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDepthMask()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthMask.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDepthMask( IGL *pIGL, GLboolean flag );
Parameters:
pIGL : A pointer to the IGL interface
flag : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDepthRangex()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDepthRangex.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDepthRangex( IGL *pIGL, GLclampx zNear, GLclampx zFar );
Parameters:
pIGL : A pointer to the IGL interface
zNear : See Khronos documentation for details
zFar : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDisable()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDisable.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDisable( IGL *pIGL, GLenum cap );
Parameters:
pIGL : A pointer to the IGL interface
cap : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDisableClientState()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDisableClientState.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDisableClientState( IGL *pIGL, GLenum array );
Parameters:
pIGL : A pointer to the IGL interface
array : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
===a href="http://www.khronos.org">www.khronos.org
===/a>
==========================================================================
IGL_glDrawArrays()
Description:
This function is the BREW wrapper for the standard OpenGLES 1.0
function glDrawArrays.
See the Khronos website at
===a href="http://www.khronos.org">www.khronos.org
===/a>
for documentation on the standard gl functions.
Prototype:
void IGL_glDrawArrays( IGL *pIGL, GLenum mode, GLint first, GLsizei count );
Parameters:
pIGL : A pointer to the IGL interface
mode : See Khronos documentation for details
first : See Khronos documentation for details
count : See Khronos documentation for details
Return Value:
void
Side Effects:
None
Version:
1.0
See Also:
IGL Interface
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -