HomeSort by relevance Sort by last modified time
    Searched defs:checkEglError (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 161 checkEglError("eglCreateContext");
174 checkEglError("eglCreatePbufferSurface");
316 private void checkEglError(String msg) {
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 114 checkEglError("Before eglCreateContext", egl);
117 checkEglError("After eglCreateContext", egl);
126 private static void checkEglError(String prompt, EGL10 egl) {
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 109 checkEglError("eglCreateContext");
139 checkEglError("eglCreateWindowSurface");
235 private void checkEglError(String msg) {
OutputSurface.java 157 checkEglError("eglCreateContext");
170 checkEglError("eglCreatePbufferSurface");
312 private void checkEglError(String msg) {
DecodeAccuracyTestBase.java     [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 280 checkEglError("eglCreateContext");
292 checkEglError("eglCreatePbufferSurface");
324 private void checkEglError(String msg) {
FramebufferTest.java 231 checkEglError("eglCreateContext");
341 checkEglError("eglCreateWindowSurface");
359 checkEglError("eglCreatePbufferSurface");
460 private void checkEglError(String msg) {
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 90 checkEglError("Before eglCreateContext", egl);
94 checkEglError("After eglCreateContext", egl);
103 private static void checkEglError(String prompt, EGL10 egl) {
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 88 public static void checkEglError(String msg) {
116 checkEglError("eglQueryContext");
124 checkEglError("eglQuerySurface");
132 checkEglError("eglSurfaceAttrib");
245 checkEglError("eglCreateContext");
271 checkEglError("eglCreateContext");
292 checkEglError("eglCreateWindowSurface");
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
399 checkEglError("eglQuerySurface");
401 checkEglError("eglQuerySurface");

Completed in 886 milliseconds