OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opengl
(Results
176 - 200
of
386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/opengl/tests/lib/
Android.mk
23
$(call include-path-for,
opengl
-tests-includes)
/packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java
20
import android.
opengl
.GLSurfaceView;
21
import android.
opengl
.GLSurfaceView.Renderer;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubeRenderer.java
19
import android.
opengl
.GLSurfaceView;
106
* By default,
OpenGL
enables features that improve quality
113
* Some one-time
OpenGL
initialization can be made here
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ConeModelMatrixCalculator.java
25
import android.
opengl
.Matrix;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
Renderable.java
25
import android.
opengl
.Matrix;
CameraPreviewRenderable.java
24
import android.
opengl
.GLES11Ext;
25
import android.
opengl
.GLES20;
26
import android.
opengl
.Matrix;
38
* Shows the camera preview as an
opengl
texture.
67
// Reset the model matrix to the identity and move it so the
OpenGL
camera is looking at it.
167
// Copy the camera frame from the camera to the
OpenGL
texture
175
* Connects the camera to the
OpenGl
context
/cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureCtsActivity.java
16
package android.
opengl
.cts;
EglConfigGLSurfaceView.java
17
package android.
opengl
.cts;
20
import android.
opengl
.GLES20;
21
import android.
opengl
.GLSurfaceView;
/cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateCtsActivity.java
19
import android.
opengl
.GLSurfaceView;
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java
19
import android.
opengl
.GLES20;
/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java
19
import android.
opengl
.GLES20;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java
22
import android.
opengl
.GLSurfaceView;
83
* By default,
OpenGL
enables features that improve quality
90
* Some one-time
OpenGL
initialization can be made here
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java
19
import android.
opengl
.GLSurfaceView;
26
* Example of how to use
OpenGL
|ES in a custom view
91
* By default,
OpenGL
enables features that improve quality
/development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java
19
import android.
opengl
.GLES20;
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
GLToolbox.java
19
import android.
opengl
.GLES20;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlTextureFrameBuffer.java
30
import android.
opengl
.GLES20;
33
* Helper class for handling
OpenGL
framebuffer with only color attachment and no depth or stencil
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java
22
import android.
opengl
.GLSurfaceView;
102
* By default,
OpenGL
enables features that improve quality
109
* Some one-time
OpenGL
initialization can be made here
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
GlTextureViewActivity.java
31
import com.android.test.uibench.
opengl
.ImageFlipRenderThread;
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLSurfaceView.java
4
import android.
opengl
.GLSurfaceView;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
CubeRenderer.java
19
import android.
opengl
.GLSurfaceView;
106
* By default,
OpenGL
enables features that improve quality
113
* Some one-time
OpenGL
initialization can be made here
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
Triangle.java
23
import android.
opengl
.GLES20;
26
* A two-dimensional triangle for use as a drawn object in
OpenGL
ES 2.0.
27
* Source : development/samples/
OpenGL
/HelloOpenGLES20
73
* Sets up the drawing object data for use in an
OpenGL
ES context.
90
// prepare shaders and
OpenGL
program
96
mProgram = GLES20.glCreateProgram(); // create empty
OpenGL
Program
99
GLES20.glLinkProgram(mProgram); // create
OpenGL
program executables
104
* Encapsulates the
OpenGL
ES instructions for drawing this shape.
109
// Add program to
OpenGL
environment
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java
28
import android.
opengl
.GLES11Ext;
29
import android.
opengl
.GLES20;
30
import android.
opengl
.Matrix;
39
* Code for rendering a texture onto a surface using
OpenGL
ES 2.0.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java
28
import android.
opengl
.GLSurfaceView;
29
import android.
opengl
.GLU;
30
import android.
opengl
.GLUtils;
119
// set up general
OpenGL
config
/cts/tests/tests/media/src/android/media/cts/
TextureRender.java
28
import android.
opengl
.GLES11Ext;
29
import android.
opengl
.GLES20;
30
import android.
opengl
.Matrix;
35
* Code for rendering a texture onto a surface using
OpenGL
ES 2.0.
/cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java
21
import android.
opengl
.GLES20;
22
import android.
opengl
.GLSurfaceView;
23
import android.
opengl
.Matrix;
239
* so let's be safe and use synchronize. No
OpenGL
calls can be done here.
Completed in 674 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>