HomeSort by relevance Sort by last modified time
    Searched full:eglerror (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 28 T EglError(EGLint error_code, T return_value) {
99 return EglError(EGL_BAD_DISPLAY, EGL_FALSE);
103 return EglError(EGL_NOT_INITIALIZED, EGL_FALSE);
120 return EglError(error_code, EGL_FALSE);
131 return EglError(error_code, static_cast<const char*>(NULL));
143 return EglError(EGL_BAD_PARAMETER, static_cast<const char*>(NULL));
154 return EglError(error_code, EGL_FALSE);
157 return EglError(EGL_BAD_PARAMETER, EGL_FALSE);
161 return EglError(EGL_BAD_ATTRIBUTE, EGL_FALSE);
172 return EglError(error_code, EGL_FALSE)
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.h 29 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
33 int eglError;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 370 int eglError;
371 if ((eglError = mEgl10.eglGetError()) != EGL_SUCCESS) {
372 String errorMessage = "eglError: " + getErrorString(eglError);
375 throw new GLException(eglError, errorMessage);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 56 testPrintE("after %s() eglError %s (0x%x)",
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 431 private static String getEGLErrorString(EGL10 egl, int eglError) {
433 return getEGLErrorStringICS(egl, eglError);
435 return "EGL Error 0x" + Integer.toHexString(eglError);
440 private static String getEGLErrorStringICS(EGL10 egl, int eglError) {
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 37 getEGLThreadInfo()->eglError = error;
75 getEGLThreadInfo()->eglError = err; \
83 getEGLThreadInfo()->eglError = err; \
515 EGLint error = getEGLThreadInfo()->eglError;
516 getEGLThreadInfo()->eglError = EGL_SUCCESS;
    [all...]
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 28 EGLint eglerror; local
31 while ((eglerror = eglGetError()) != EGL_SUCCESS) {
33 << file << ":" << line << " " << eglerror; local
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/rs/driver/
rsdGL.cpp 82 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp     [all...]

Completed in 433 milliseconds