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

12 3 4 5

  /frameworks/base/opengl/java/android/opengl/
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...]
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 18 package android.opengl;
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java 17 package android.opengl.cts;
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 17 package android.opengl.cts;
ProgramTest.java 16 package android.opengl.cts;
19 import android.opengl.GLES20;
RendererElevenShaderTest.java 16 package android.opengl.cts;
22 import android.opengl.GLES20;
RendererFiveShaderTest.java 16 package android.opengl.cts;
21 import android.opengl.GLES20;
RendererFourShaderTest.java 16 package android.opengl.cts;
21 import android.opengl.GLES20;
RendererSevenShaderTest.java 16 package android.opengl.cts;
21 import android.opengl.GLES20;
RendererSixShaderTest.java 16 package android.opengl.cts;
21 import android.opengl.GLES20;
RendererTenShaderTest.java 16 package android.opengl.cts;
21 import android.opengl.GLES20;
RendererTwelveShaderTest.java 16 package android.opengl.cts;
22 import android.opengl.GLES20;
RendererTwoShaderTest.java 16 package android.opengl.cts;
18 import android.opengl.GLES20;
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 16 package com.example.android.opengl;
19 import android.opengl.GLSurfaceView;
23 * A view container where OpenGL ES graphics can be drawn on screen.
MyGLRenderer.java 16 package com.example.android.opengl;
21 import android.opengl.GLSurfaceView;
22 import android.opengl.GLU;
26 * must override the OpenGL ES drawing lifecycle methods:
28 * <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceCreated}</li>
29 * <li>{@link android.opengl.GLSurfaceView.Renderer#onDrawFrame}</li>
30 * <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged}</li>
OpenGLES10Activity.java 16 package com.example.android.opengl;
19 import android.opengl.GLSurfaceView;
39 // If your OpenGL application is memory intensive,
Triangle.java 16 package com.example.android.opengl;
25 * A two-dimensional triangle for use as a drawn object in OpenGL ES 1.0/1.1.
43 * Sets up the drawing object data for use in an OpenGL ES context.
62 * Encapsulates the OpenGL ES instructions for drawing this shape.
64 * @param gl - The OpenGL ES context in which to draw this shape.
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 16 package com.example.android.opengl;
19 import android.opengl.GLSurfaceView;
23 * A view container where OpenGL ES graphics can be drawn on screen.
34 // Create an OpenGL ES 2.0 context.
OpenGLES20Activity.java 16 package com.example.android.opengl;
19 import android.opengl.GLSurfaceView;
40 // If your OpenGL application is memory intensive,
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveBenchmark.java 14 package com.android.cts.opengl.primitive;
16 import com.android.cts.opengl.GLActivityIntentKeys;
25 * Runs the Primitive OpenGL ES 2.0 Benchmarks.
38 * Runs the full OpenGL ES 2.0 pipeline test offscreen.
46 * Runs the full OpenGL ES 2.0 pipeline test onscreen.
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceActivity.java 14 package com.android.cts.opengl.reference;
16 import com.android.cts.opengl.GLActivityIntentKeys;
GLReferenceBenchmark.java 14 package com.android.cts.opengl.reference;
16 import com.android.cts.opengl.GLActivityIntentKeys;
26 * Runs the Reference OpenGL ES 2.0 Benchmark.
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 15 package com.android.cts.jank.opengl;
24 private final static String PACKAGE = "com.android.cts.opengl";
30 * Runs the full OpenGL ES 2.0 pipeline test.

Completed in 1010 milliseconds

12 3 4 5