HomeSort by relevance Sort by last modified time
    Searched defs:opengl (Results 51 - 75 of 88) sorted by null

1 23 4

  /cts/tests/tests/opengl/src/android/opengl/cts/
ColorBufferTest.java 16 package android.opengl.cts;
NativeColorBufferTest.java 16 package android.opengl.cts;
OpenGLES20ActivityOne.java 16 package android.opengl.cts;
20 import android.opengl.GLSurfaceView;
21 import android.opengl.GLSurfaceView.Renderer;
OpenGLES20ActivityTwo.java 16 package android.opengl.cts;
20 import android.opengl.GLSurfaceView;
21 import android.opengl.GLSurfaceView.Renderer;
OpenGLES20NativeActivityOne.java 1 package android.opengl.cts;
5 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;
  /frameworks/base/opengl/java/android/opengl/
GLU.java 17 package android.opengl;
22 * A set of GL utilities inspired by the OpenGL Utility Toolkit.
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 20 package android.opengl;
Matrix.java 17 package android.opengl;
20 * Matrix math utilities. These methods operate on OpenGL ES format
674 // See the OpenGL GLUT documentation for gluLookAt for a description
GLES11.java 20 package android.opengl;
GLES11Ext.java 20 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...]
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...]
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 17 package android.opengl.cts;
20 import android.opengl.GLES20;
21 import android.opengl.GLSurfaceView;
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;
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 372 milliseconds

1 23 4