HomeSort by relevance Sort by last modified time
    Searched refs:opengl (Results 201 - 225 of 386) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 20 import android.opengl.GLSurfaceView;
21 import android.opengl.GLU;
22 import android.opengl.GLUtils;
40 * 9c0ccb1a215586a8/2f28259213340eab?hl=en&lnk=gst&q=opengl+galaxy#2f28259213340eab
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TriangleRenderer.java 32 import android.opengl.GLSurfaceView;
33 import android.opengl.GLU;
34 import android.opengl.GLUtils;
48 * By default, OpenGL enables features that improve quality
55 * Some one-time OpenGL initialization can be made here
110 * By default, OpenGL enables features that improve quality
SurfaceViewOverlay.java 20 import android.opengl.GLSurfaceView;
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 32 import android.opengl.GLES20;
33 import android.opengl.GLSurfaceView;
34 import android.opengl.GLUtils;
  /frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
GenImage.java 32 import android.opengl.GLUtils;
34 import android.opengl.GLES20;
35 import android.opengl.GLSurfaceView;
214 // prepare shaders and OpenGL program
218 mProgram = GLES20.glCreateProgram(); // create empty OpenGL Program
221 GLES20.glLinkProgram(mProgram); // create OpenGL program executables
225 // Bind to the texture in OpenGL
237 // Add program to OpenGL environment
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java 27 import android.opengl.EGL14;
28 import android.opengl.EGLDisplay;
29 import android.opengl.GLES20;
30 import android.opengl.GLES30;
31 import android.opengl.GLSurfaceView;
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureSurfaceView.java 17 package android.opengl.cts;
22 import android.opengl.GLES20;
23 import android.opengl.GLSurfaceView;
24 import android.opengl.GLUtils;
25 import android.opengl.Matrix;
CompressedTextureLoader.java 16 package android.opengl.cts;
20 import android.opengl.ETC1;
21 import android.opengl.ETC1Util;
22 import android.opengl.GLES20;
EglConfigTest.java 17 package android.opengl.cts;
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 32 import android.opengl.EGL14;
33 import android.opengl.EGLConfig;
34 import android.opengl.EGLContext;
35 import android.opengl.EGLDisplay;
36 import android.opengl.EGLSurface;
37 import android.opengl.GLES20;
38 import android.opengl.GLES11Ext;
DisplayTransformManager.java 19 import android.opengl.Matrix;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
BaseRenderer.java 33 import android.opengl.GLES20;
34 import android.opengl.GLSurfaceView;
35 import android.opengl.Matrix;
45 * Abstract class that connects to Android Camera to use as an OpenGL texture.
122 // Set the OpenGL viewport to the same size as the surface.
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 25 import android.opengl.GLES20;
26 import android.opengl.GLSurfaceView;
27 import android.opengl.GLUtils;
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 25 import android.opengl.GLES20;
26 import android.opengl.GLSurfaceView;
27 import android.opengl.GLUtils;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 33 import android.opengl.GLSurfaceView;
34 import android.opengl.GLU;
35 import android.opengl.GLUtils;
55 * By default, OpenGL enables features that improve quality
62 * Some one-time OpenGL initialization can be made here
137 * By default, OpenGL enables features that improve quality
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 25 import android.opengl.GLES20;
26 import android.opengl.GLSurfaceView;
27 import android.opengl.GLUtils;
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 32 import android.opengl.GLES20;
33 import android.opengl.GLSurfaceView;
34 import android.opengl.Matrix;
229 * so let's be safe and use synchronize. No OpenGL calls can be done here.
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 31 import android.opengl.EGL14;
32 import android.opengl.GLUtils;
39 import static android.opengl.GLES20.*;
42 * The OpenGL renderer for the {@link Colors} dream.
384 // Add program to OpenGL environment
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 21 import android.opengl.EGL14;
22 import android.opengl.GLES20;
23 import android.opengl.GLSurfaceView;
24 import android.opengl.GLSurfaceView.Renderer;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 229 boolean opengl,
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlShader.java 30 import android.opengl.GLES20;
36 // Helper class for handling OpenGL shaders and shader programs.
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 22 import android.opengl.EGL14;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 31 import android.opengl.GLES20;
ResizeFilter.java 31 import android.opengl.GLES20;
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 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 an
    [all...]

Completed in 666 milliseconds

1 2 3 4 5 6 7 891011>>