OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwEglException
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java
180
throwEglException
("createContext");
288
private void
throwEglException
(String function) {
289
throwEglException
(function, mEgl.eglGetError());
292
public static void
throwEglException
(String function, int error) {
/packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java
180
throwEglException
("createContext");
288
private void
throwEglException
(String function) {
289
throwEglException
(function, mEgl.eglGetError());
292
public static void
throwEglException
(String function, int error) {
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
792
EglHelper.
throwEglException
("eglDestroyContex", egl.eglGetError());
[
all
...]
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java
798
EglHelper.
throwEglException
("eglDestroyContex", egl.eglGetError());
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
796
EglHelper.
throwEglException
("eglDestroyContex", egl.eglGetError());
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
[
all
...]
Completed in 62 milliseconds