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

12 3 4 5

  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 17 package android.opengl;
25 * A helper class for debugging OpenGL ES applications.
74 * CONFIG_CHECK_THREAD is enabled and you call OpenGL ES on the
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...]
ManagedEGLContext.java 17 package android.opengl;
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java 17 package android.opengl.cts;
GLSurfaceViewTest.java 17 package android.opengl.cts;
20 import android.opengl.GLSurfaceView;
  /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;
  /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.
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/opengl/
CtsHostJankOpenGl.java 14 package com.android.cts.jank.opengl;
24 private static final String PACKAGE = "com.android.cts.jank.opengl";
  /cts/tests/src/android/opengl/cts/
CompressedTextureStubActivity.java 16 package android.opengl.cts;
EglConfigStubActivity.java 17 package android.opengl.cts;
21 import android.opengl.GLSurfaceView;
OpenGlEsVersionStubActivity.java 17 package android.opengl.cts;
21 import android.opengl.GLSurfaceView;
32 * OpenGL ES is supported and returns what the GL version string reports.

Completed in 499 milliseconds

12 3 4 5