nngxGetDisplaybufferParameteri Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxGetDisplaybufferParameteri(
     GLenum pname,
     GLint * param
);

Arguments

Name Description
in pname Parameter name
out param Region where the parameter values are stored

Return Values

No values are returned.

Description

Gets a parameter value configured for the display buffer bound to the active display target.

Set pname to one of the following values.

NN_GX_DISPLAYBUFFER_ADDRESSGets the address of the display buffer.
NN_GX_DISPLAYBUFFER_FORMATGets the format of the display buffer.
NN_GX_DISPLAYBUFFER_WIDTHGets the width of the display buffer.
NN_GX_DISPLAYBUFFER_HEIGHTGets the height of the display buffer.

This function generates the following errors.

GL_ERROR_8033_DMPThe pname argument was set to an invalid value.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL