OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opengl
(Results
51 - 75
of
386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/view/src/android/view/cts/
PixelCopyGLProducerCtsActivity.java
19
import static android.
opengl
.GLES20.GL_COLOR_BUFFER_BIT;
20
import static android.
opengl
.GLES20.GL_SCISSOR_TEST;
21
import static android.
opengl
.GLES20.glClear;
22
import static android.
opengl
.GLES20.glClearColor;
23
import static android.
opengl
.GLES20.glEnable;
24
import static android.
opengl
.GLES20.glScissor;
27
import android.
opengl
.GLSurfaceView;
/cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java
19
import android.
opengl
.EGL14;
20
import android.
opengl
.EGLConfig;
21
import android.
opengl
.EGLContext;
22
import android.
opengl
.EGLDisplay;
23
import android.
opengl
.EGLExt;
24
import android.
opengl
.GLES20;
HardwareBufferTest.java
20
import android.
opengl
.EGL14;
21
import android.
opengl
.EGLConfig;
22
import android.
opengl
.EGLContext;
23
import android.
opengl
.EGLDisplay;
24
import android.
opengl
.EGLSurface;
31
import static android.
opengl
.EGL14.EGL_HEIGHT;
32
import static android.
opengl
.EGL14.EGL_NONE;
33
import static android.
opengl
.EGL14.EGL_NO_CONTEXT;
34
import static android.
opengl
.EGL14.EGL_NO_SURFACE;
35
import static android.
opengl
.EGL14.EGL_WIDTH
[
all
...]
/cts/tests/tests/opengl/src/android/opengl/cts/
Egl14Utils.java
17
package android.
opengl
.cts;
19
import android.
opengl
.EGL14;
20
import android.
opengl
.EGLConfig;
21
import android.
opengl
.EGLContext;
22
import android.
opengl
.EGLDisplay;
23
import android.
opengl
.EGLExt;
24
import android.
opengl
.EGLSurface;
25
import android.
opengl
.GLES20;
38
// Section 6.1.5 of the
OpenGL
ES specification indicates the GL version
41
//
OpenGL
<space>ES<space><version number><space><vendor-specific information
[
all
...]
GLSurfaceViewCtsActivity.java
17
package android.
opengl
.cts;
20
import android.
opengl
.GLSurfaceView;
28
* A minimal activity for testing {@link android.
opengl
.GLSurfaceView}.
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;
OpenGLES20ActivityTwo.java
16
package android.
opengl
.cts;
20
import android.
opengl
.GLSurfaceView;
21
import android.
opengl
.GLSurfaceView.Renderer;
/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>
/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.
MyGLRenderer.java
16
package com.example.android.
opengl
;
21
import android.
opengl
.GLES20;
22
import android.
opengl
.GLSurfaceView;
23
import android.
opengl
.Matrix;
28
* must override the
OpenGL
ES drawing lifecycle methods:
30
* <li>{@link android.
opengl
.GLSurfaceView.Renderer#onSurfaceCreated}</li>
31
* <li>{@link android.
opengl
.GLSurfaceView.Renderer#onDrawFrame}</li>
32
* <li>{@link android.
opengl
.GLSurfaceView.Renderer#onSurfaceChanged}</li>
108
* Utility method for compiling a
OpenGL
shader.
131
* Utility method for debugging
OpenGL
calls. Provide the name of the cal
[
all
...]
/frameworks/native/opengl/tests/angeles/
Android.mk
8
LOCAL_C_INCLUDES += $(call include-path-for,
opengl
-tests-includes)
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLSurfaceViewActivity.java
20
import android.
opengl
.GLSurfaceView;
25
* that uses
OpenGL
drawing into a dedicated surface.
MatrixPaletteActivity.java
20
import android.
opengl
.GLSurfaceView;
TriangleActivity.java
20
import android.
opengl
.GLSurfaceView;
/frameworks/base/opengl/java/android/opengl/
GLException.java
17
package android.
opengl
;
20
* An exception class for
OpenGL
errors.
/build/make/core/
pathmap.mk
43
opengl
-tests-includes:frameworks/native/
opengl
/tests/include \
85
opengl
\
/cts/tests/tests/media/src/android/media/cts/
InputSurface.java
21
import android.
opengl
.EGL14;
22
import android.
opengl
.EGLConfig;
23
import android.
opengl
.EGLContext;
24
import android.
opengl
.EGLDisplay;
25
import android.
opengl
.EGLExt;
26
import android.
opengl
.EGLSurface;
76
// Configure EGL for recordable and
OpenGL
ES 2.0. We want enough RGB bits
92
// Configure context for
OpenGL
ES 2.0.
Completed in 317 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>