HomeSort by relevance Sort by last modified time
    Searched defs:opengl (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 17 package android.opengl.cts;
20 import android.opengl.GLES20;
21 import android.opengl.GLSurfaceView;
OpenGlEsVersionCtsActivity.java 17 package android.opengl.cts;
21 import android.opengl.GLES31;
22 import android.opengl.GLES31Ext;
23 import android.opengl.GLSurfaceView;
35 * OpenGL ES is supported and returns what the GL version string reports.
OpenGlEsVersionTest.java 17 package android.opengl.cts;
43 // TODO: switch to android.opengl.EGL14/EGLExt and use the constants from there
64 assertEquals("Detected OpenGL ES major version " + detectedMajorVersion
68 assertEquals("Reported OpenGL ES version from ActivityManager differs from PackageManager",
100 assertTrue("OpenGL ES version 3.1 is missing extension " + requiredList[i],
120 assertFalse("FEATURE_OPENGLES_EXTENSION_PACK is available without OpenGL ES 3.1",
142 /** @return OpenGL ES major version 1, 2, or 3 or some non-positive number for error */
210 return 1 << 16; // Lack of property means OpenGL ES version 1
224 return 1 << 16; // Lack of property means OpenGL ES version 1
248 String message = "OpenGL version string '" + mActivity.getVersionString(
    [all...]
CompressedTextureLoader.java 16 package android.opengl.cts;
32 import android.opengl.ETC1;
33 import android.opengl.ETC1Util;
34 import android.opengl.GLES20;
CompressedTextureSurfaceView.java 17 package android.opengl.cts;
39 import android.opengl.ETC1;
40 import android.opengl.ETC1Util;
41 import android.opengl.GLES20;
42 import android.opengl.GLSurfaceView;
43 import android.opengl.GLUtils;
44 import android.opengl.Matrix;
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20NativeActivityOne.java 16 package android.opengl.cts;
20 import android.opengl.GLSurfaceView;
RendererOneColorBufferTest.java 18 package android.opengl.cts;
30 import android.opengl.GLES20;
31 import android.opengl.GLSurfaceView;
32 import android.opengl.GLU;
WrapperTest.java 17 package android.opengl.cts;
19 import android.opengl.EGL14;
20 import android.opengl.EGLConfig;
21 import android.opengl.EGLContext;
22 import android.opengl.EGLDisplay;
23 import android.opengl.EGLSurface;
24 import android.opengl.GLES10;
25 import android.opengl.GLES20;
33 * Test some aspects of the Java-language wrappers generated for OpenGL.
252 // Configure EGL for OpenGL ES 1.0 or 2.0, with a pbuffe
    [all...]
FramebufferTest.java 17 package android.opengl.cts;
21 import android.opengl.EGL14;
22 import android.opengl.EGLConfig;
23 import android.opengl.EGLContext;
24 import android.opengl.EGLDisplay;
25 import android.opengl.EGLExt;
26 import android.opengl.EGLSurface;
27 import android.opengl.GLES20;
28 import android.opengl.GLES30;
  /frameworks/base/opengl/java/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.
EGL14.java 19 package android.opengl;
Matrix.java 17 package android.opengl;
20 * Matrix math utilities. These methods operate on OpenGL ES format
702 // See the OpenGL GLUT documentation for gluLookAt for a description
GLES11.java 20 package android.opengl;
GLES11Ext.java 20 package android.opengl;
    [all...]
GLES31.java 19 package android.opengl;
21 /** OpenGL ES 3.1
    [all...]
GLES31Ext.java 19 package android.opengl;
    [all...]
GLSurfaceView.java 17 package android.opengl;
42 * displaying OpenGL rendering.
49 * <li>Manages an EGL display, which enables OpenGL to render into a surface.
54 * <li>Optionally wraps, traces, and/or error-checks the renderer's OpenGL calls.
59 * <p>For more information about how to use OpenGL, read the
60 * <a href="{@docRoot}guide/topics/graphics/opengl.html">OpenGL</a> developer guide.</p>
113 * responsible for doing the actual OpenGL rendering.
125 * the OpenGL display.
192 * that an error has occurred. This can be used to help track down which OpenGL ES cal
    [all...]
GLES10.java 20 package android.opengl;
    [all...]
GLES20.java 20 package android.opengl;
22 /** OpenGL ES 2.0
    [all...]
GLES30.java 20 package android.opengl;
22 /** OpenGL ES 3.0
    [all...]
GLErrorWrapper.java 17 package android.opengl;
52 "OpenGL method called from wrong thread.");
    [all...]
GLLogWrapper.java 17 package android.opengl;
1020 // The OpenGL API will interpret the result in hardware byte order,
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1491 milliseconds

1 2 34 5