Lines Matching refs:opengl
17 package android.opengl;
26 * Utility class to help bridging OpenGL ES and Android APIs.
36 * return the internal format as defined by OpenGL ES of the supplied bitmap.
55 * Return the type as defined by OpenGL ES of the supplied bitmap, if there
57 * a valid OpenGL ES type.
60 * @return the OpenGL ES type of the bitmap.
77 * Calls glTexImage2D() on the current OpenGL context. If no context is
89 * the current OpenGL context. Always check glGetError() some time
90 * after calling this method, just like when using OpenGL directly.
113 * as defined by the OpenGL ES specification. The actual type and
160 * Calls glTexSubImage2D() on the current OpenGL context. If no context is
172 * the current OpenGL context. Always check glGetError() some time
173 * after calling this method, just like when using OpenGL directly.
197 * as defined by the OpenGL ES specification.