Searched refs:EGL_SUCCESS (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsync.c42 EGLint i, err = EGL_SUCCESS;
45 return EGL_SUCCESS;
58 if (err != EGL_SUCCESS) {
84 if (err != EGL_SUCCESS)
H A Deglsurface.c67 EGLint i, err = EGL_SUCCESS;
70 return EGL_SUCCESS;
96 if (err != EGL_SUCCESS) {
116 EGLint i, err = EGL_SUCCESS;
119 return EGL_SUCCESS;
144 if (err != EGL_SUCCESS)
157 if (err != EGL_SUCCESS)
230 if (err != EGL_SUCCESS)
247 if (err != EGL_SUCCESS)
264 if (err != EGL_SUCCESS) {
[all...]
H A Deglimage.c44 EGLint i, err = EGL_SUCCESS;
101 if (err != EGL_SUCCESS) {
H A Deglcurrent.c39 { EGL_SUCCESS, { NULL }, 0 }
147 t->LastError = EGL_SUCCESS;
277 if (errCode != EGL_SUCCESS) {
H A Deglcontext.c86 EGLint i, err = EGL_SUCCESS;
89 return EGL_SUCCESS;
203 if (err != EGL_SUCCESS) {
380 if (err == EGL_SUCCESS && ctx->Config) {
390 if (err != EGL_SUCCESS)
/external/chromium_org/ui/gl/
H A Degl_util.cc22 case EGL_SUCCESS:
23 return "EGL_SUCCESS";
/external/mesa3d/src/egl/main/
H A Deglsync.c42 EGLint i, err = EGL_SUCCESS;
45 return EGL_SUCCESS;
58 if (err != EGL_SUCCESS) {
84 if (err != EGL_SUCCESS)
H A Deglsurface.c67 EGLint i, err = EGL_SUCCESS;
70 return EGL_SUCCESS;
96 if (err != EGL_SUCCESS) {
116 EGLint i, err = EGL_SUCCESS;
119 return EGL_SUCCESS;
144 if (err != EGL_SUCCESS)
157 if (err != EGL_SUCCESS)
230 if (err != EGL_SUCCESS)
247 if (err != EGL_SUCCESS)
264 if (err != EGL_SUCCESS) {
[all...]
H A Deglimage.c44 EGLint i, err = EGL_SUCCESS;
101 if (err != EGL_SUCCESS) {
H A Deglcurrent.c39 { EGL_SUCCESS, { NULL }, 0 }
147 t->LastError = EGL_SUCCESS;
277 if (errCode != EGL_SUCCESS) {
H A Deglcontext.c86 EGLint i, err = EGL_SUCCESS;
89 return EGL_SUCCESS;
203 if (err != EGL_SUCCESS) {
380 if (err == EGL_SUCCESS && ctx->Config) {
390 if (err != EGL_SUCCESS)
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc35 SetCurrentError(EGL_SUCCESS);
47 return EGL_SUCCESS;
52 if (error_code != EGL_SUCCESS)
59 return EGL_SUCCESS;
64 if (error_code != EGL_SUCCESS)
71 return EGL_SUCCESS;
76 if (error_code != EGL_SUCCESS)
83 return EGL_SUCCESS;
90 return EGL_SUCCESS;
119 if (error_code != EGL_SUCCESS)
[all...]
/external/chromium_org/third_party/angle_dx11/src/libEGL/
H A Dmain.h55 egl::setCurrentError(EGL_SUCCESS);
H A DSurface.cpp148 else if (status != EGL_SUCCESS)
171 else if (status != EGL_SUCCESS)
212 else if (status != EGL_SUCCESS)
H A Dmain.cpp52 current->error = EGL_SUCCESS;
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc60 if (eglGetError() == EGL_SUCCESS)
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.cpp186 if (status == EGL_SUCCESS)
207 if (status == EGL_SUCCESS)
H A DSwapChain9.cpp271 return EGL_SUCCESS;
279 return EGL_SUCCESS;
357 return EGL_SUCCESS;
H A DSwapChain11.cpp359 return EGL_SUCCESS;
462 return EGL_SUCCESS;
598 return EGL_SUCCESS;
695 return EGL_SUCCESS;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_sync.c89 return EGL_SUCCESS;
177 err = EGL_SUCCESS;
187 if (err != EGL_SUCCESS) {
H A Degl_g3d_image.c76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_sync.c89 return EGL_SUCCESS;
177 err = EGL_SUCCESS;
187 if (err != EGL_SUCCESS) {
H A Degl_g3d_image.c76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h77 #define EGL_SUCCESS 0x3000 macro
/external/chromium_org/third_party/angle_dx11/include/EGL/
H A Degl.h77 #define EGL_SUCCESS 0x3000 macro

Completed in 195 milliseconds

12