Home
last modified time | relevance | path

Searched refs:eglGetError (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/host/tests/
DOpenGL_unittest.cpp36 EXPECT_EQ(EGL_SUCCESS, egl->eglGetError()); in TEST_F()
42 EXPECT_EQ(EGL_SUCCESS, egl->eglGetError()); in TEST_F()
DGLSnapshotRendering_unittest.cpp83 EXPECT_EQ(EGL_SUCCESS, LazyLoadedEGLDispatch::get()->eglGetError()) in TearDown()
DOpenGLTestContext.cpp152 EXPECT_EQ(EGL_SUCCESS, egl->eglGetError()) in TearDown()
DDefaultFramebufferBlit_unittest.cpp199 EXPECT_EQ(EGL_SUCCESS, LazyLoadedEGLDispatch::get()->eglGetError()) in TearDown()
DFrameBuffer_unittest.cpp111 EXPECT_EQ(EGL_SUCCESS, egl->eglGetError()); in SetUp()
129 EXPECT_EQ(EGL_SUCCESS, LazyLoadedEGLDispatch::get()->eglGetError()) in TearDown()
/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp88 GL_LOG("Failed to make display surface context current: %d", s_egl.eglGetError()); in setupContext()
125 ERR("Failed to restore previous context: %d", s_egl.eglGetError()); in teardownContext()
191 ERR("Failed to make display surface context current: %d", s_egl.eglGetError()); in bindContext()
DEmulatedEglFenceSync.cpp100 ERR("Failed to create EGL fence sync: %d", s_egl.eglGetError()); in create()
DEmulatedEglConfig.cpp232 return -s_egl.eglGetError(); in chooseConfig()
DEmulationGl.cpp338 ERR("Failed to create context, error 0x%x.", s_egl.eglGetError()); in create()
/hardware/google/gfxstream/guest/egl/
Degl_ftable.h20 {"eglGetError", (void *)eglGetError},
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h10 X(EGLint, eglGetError, ()) \
DRenderEGL_static_translator_namespaced_header.h10 EGLAPI EGLint EGLAPIENTRY eglGetError();
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries10 EGLint eglGetError(void);
/hardware/google/gfxstream/common/detector/
DEglFuncs.h33 X(EGLint, eglGetError, (void)) \
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp63 switch (eglGetError()) { in getEGLError()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp345 const EGLint error = eglGetError(); in checkEglError()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp349 const EGLint error = eglGetError(); in checkEglError()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp59 switch (eglGetError()) { in getEGLError()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp349 const EGLint error = eglGetError(); in checkEglError()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp349 const EGLint error = eglGetError(); in checkEglError()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp370 const EGLint error = eglGetError(); in checkEglError()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h134 EGLAPI EGLint EGLAPIENTRY eglGetError (void);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp51 EGLint err = mDispatcher.eglGetError(); \
115 X(EGLint, eglGetError, (void)) \
/hardware/google/gfxstream/host/
DSyncThread.cpp247 EGLint error = gl::s_egl.eglGetError(); in doSyncWait()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h144 EGLAPI EGLint EGLAPIENTRY eglGetError (void);

12