HomeSort by relevance Sort by last modified time
    Searched defs:opengl (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/opengl/java/android/opengl/
GLWallpaperService.java 17 package android.opengl;
GLES10Ext.java 20 package android.opengl;
GLException.java 17 package android.opengl;
20 * An exception class for OpenGL errors.
Visibility.java 17 package android.opengl;
29 * @param ws the world space to screen space transform matrix, as an OpenGL
54 * Given an OpenGL ES ModelView-Projection matrix (which implicitly
63 * convenient, there are two optional OpenGL ES extensions which may
64 * be used to read the current matrices from OpenGL ES:
GLDebugHelper.java 17 package android.opengl;
25 * A helper class for debugging OpenGL ES applications.
74 * CONFIG_CHECK_THREAD is enabled and you call OpenGL ES on the
GLWrapperBase.java 17 package android.opengl;
ETC1.java 17 package android.opengl;
GLUtils.java 17 package android.opengl;
26 * Utility class to help bridging OpenGL ES and Android APIs.
44 * return the internal format as defined by OpenGL ES of the supplied bitmap.
63 * Return the type as defined by OpenGL ES of the supplied bitmap, if there
65 * a valid OpenGL ES type.
68 * @return the OpenGL ES type of the bitmap.
85 * Calls glTexImage2D() on the current OpenGL context. If no context is
97 * the current OpenGL context. Always check glGetError() some time
98 * after calling this method, just like when using OpenGL directly.
121 * as defined by the OpenGL ES specification. The actual type an
    [all...]
ManagedEGLContext.java 17 package android.opengl;
Material.java 17 package android.opengl;
Texture.java 17 package android.opengl;
GLU.java 17 package android.opengl;
22 * A set of GL utilities inspired by the OpenGL Utility Toolkit.
Group.java 17 package android.opengl;
EGLLogWrapper.java 17 package android.opengl;
ETC1Util.java 17 package android.opengl;
32 * Convenience method to load an ETC1 texture whether or not the active OpenGL context
52 * Convenience method to load an ETC1 texture whether or not the active OpenGL context
94 * Check if ETC1 texture compression is supported by the active OpenGL ES context.
95 * @return true if the active OpenGL ES context supports ETC1 texture compression.
Object3D.java 17 package android.opengl;
Matrix.java 17 package android.opengl;
20 * Matrix math utilities. These methods operate on OpenGL ES format
675 // See the OpenGL GLUT documentation for gluLookAt for a description
GLES11.java 20 package android.opengl;
  /cts/tests/src/android/opengl/cts/
EglConfigStubActivity.java 17 package android.opengl.cts;
21 import android.opengl.GLSurfaceView;
OpenGlEsVersionStubActivity.java 17 package android.opengl.cts;
21 import android.opengl.GLSurfaceView;
32 * OpenGL ES is supported and returns what the GL version string reports.
GLSurfaceViewStubActivity.java 17 package android.opengl.cts;
20 import android.opengl.GLSurfaceView;
27 * A minimal activity for testing {@link android.opengl.GLSurfaceView}.
EglConfigGLSurfaceView.java 17 package android.opengl.cts;
20 import android.opengl.GLES20;
21 import android.opengl.GLSurfaceView;
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 17 package android.opengl.cts;
21 import android.opengl.GLSurfaceView;
EglConfigTest.java 17 package android.opengl.cts;
OpenGlEsVersionTest.java 17 package android.opengl.cts;
61 assertEquals("Detected OpenGL ES major version " + detectedVersion
64 assertEquals("Reported OpenGL ES version from ActivityManager differs from PackageManager",
74 /** @return OpenGL ES major version 1 or 2 or some negative number for error */
132 return 1; // Lack of property means OpenGL ES version 1
146 return 1; // Lack of property means OpenGL ES version 1
164 String message = "OpenGL version string '" + mActivity.getVersionString()
166 assertTrue(message, Pattern.matches(".*OpenGL.*ES.*" + majorVersion + "\\.\\d.*",

Completed in 190 milliseconds

1 2