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

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 19 import android.opengl.Matrix;
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 31 import android.opengl.GLES20;
32 import android.opengl.GLSurfaceView;
33 import android.opengl.GLUtils;
34 import android.opengl.Matrix;
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
Square.java 16 package com.example.android.opengl;
26 * A two-dimensional square for use as a drawn object in OpenGL ES 1.0/1.1.
46 * Sets up the drawing object data for use in an OpenGL ES context.
69 * Encapsulates the OpenGL ES instructions for drawing this shape.
71 * @param gl - The OpenGL ES context in which to draw this shape.
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.
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlUtil.java 30 import android.opengl.GLES20;
37 * Some OpenGL static utility functions.
42 // Assert that no OpenGL ES 2.0 error has been raised.
GlRectDrawer.java 30 import android.opengl.GLES11Ext;
31 import android.opengl.GLES20;
RendererCommon.java 31 import android.opengl.GLES20;
32 import android.opengl.Matrix;
217 // Note that OpenGL is using column-major order.
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java 23 import android.opengl.GLES20;
51 * <p>Binds the EffectContext to the current OpenGL context. All subsequent calls to the
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 3 import android.opengl.GLES20;
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DemoPresentation.java 25 import android.opengl.GLSurfaceView;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 19 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT;
20 import static android.opengl.GLES20.glClear;
21 import static android.opengl.GLES20.glClearColor;
26 import android.opengl.GLUtils;
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIView.java 36 import android.opengl.GLSurfaceView;
47 * displaying an OpenGL animation. This allows the animation to run in a
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 3 import android.opengl.GLES20;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceViewRenderer.java 19 import android.opengl.GLSurfaceView;
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 3 import android.opengl.GLES20;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
CubesTestFragment.java 19 import android.opengl.GLSurfaceView;
  /external/deqp/
Android.mk 172 framework/opengl/gluCallLogWrapper.cpp \
173 framework/opengl/gluContextFactory.cpp \
174 framework/opengl/gluContextInfo.cpp \
175 framework/opengl/gluDefs.cpp \
176 framework/opengl/gluDrawUtil.cpp \
177 framework/opengl/gluDummyRenderContext.cpp \
178 framework/opengl/gluES3PlusWrapperContext.cpp \
179 framework/opengl/gluFboRenderContext.cpp \
180 framework/opengl/gluObjectWrapper.cpp \
181 framework/opengl/gluPixelTransfer.cpp
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
RectangleRenderable.java 22 import android.opengl.GLES20;
23 import android.opengl.Matrix;
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLGameActivity.java 23 import android.opengl.GLES20;
24 import android.opengl.GLUtils;
  /cts/tests/tests/openglperf/jni/
Android.mk 25 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) $(call include-path-for, system-core) frameworks/native/opengl/include
  /cts/tests/vr/src/android/vr/cts/
VrExtensionBehaviorTest.java 19 import android.opengl.EGL14;
20 import android.opengl.GLES32;
  /device/generic/mips64/
BoardConfig.mk 50 BOARD_EGL_CFG := device/generic/goldfish-opengl/system/egl/egl.cfg
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
MediaCodecVideoEncoderTest.java 30 import android.opengl.GLES11Ext;
31 import android.opengl.GLES20;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 20 import android.opengl.GLES20;
21 import android.opengl.GLUtils;
29 * facing OpenGL utilities.
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 20 import android.opengl.GLSurfaceView;
36 import android.opengl.GLES20;
40 * displaying an OpenGL animation. This allows the animation to run in a

Completed in 514 milliseconds

1 2 3 4 5 67 8 91011>>