The Java™ Binding for the OpenGL® ES API v1.0.1
javax.microedition.khronos.opengles

Interface GL11

Parameters:
env - Specifies a texture environment, which must be GL_TEXTURE_ENV.
pname - Specifies the symbolic name of a texture environment parameter. pname can be one of the following: GL_TEXTURE_ENV_MODE, GL_TEXTURE_ENV_COLOR, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or GL_GENERATE_MIPMAP.
params - returns the requested data.
offset - the starting offset within the params array.
Throws:
java.lang.IllegalArgumentException - if params is null.
java.lang.IllegalArgumentException - if offset is less than 0.
java.lang.IllegalArgumentException - if params.length - offset is smaller than the number of values required by the parameter.
Maintenance Release
May 15, 2007

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.