HomeSort by relevance Sort by last modified time
    Searched refs:EGLBoolean (Results 126 - 150 of 210) sorted by null

1 2 3 4 56 7 8 9

  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value)
408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value)
412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
430 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value)
441 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value)
445 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
451 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format)
475 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format)
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 258 EGLBoolean
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching)
262 EGLBoolean valid = EGL_TRUE;
429 EGLBoolean
433 EGLBoolean matched = EGL_TRUE;
483 static INLINE EGLBoolean
503 EGLBoolean
575 const _EGLConfig *criteria, EGLBoolean compare_id)
709 EGLBoolean
712 EGLBoolean (*match)(const _EGLConfig *, void *)
    [all...]
egldriver.c 196 static EGLBoolean
321 static EGLBoolean
343 EGLBoolean need_suffix;
374 EGLBoolean (*loader)(const char *, size_t, void *),
405 EGLBoolean use_env;
465 static EGLBoolean
557 static EGLBoolean
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only)
709 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
eglmode.c 86 static EGLBoolean
158 static EGLBoolean
259 EGLBoolean
307 EGLBoolean
330 EGLBoolean
egldisplay.c 112 static EGLBoolean
336 EGLBoolean
357 EGLBoolean
404 EGLBoolean
eglimage.c 111 EGLBoolean
eglsurface.c 278 EGLBoolean
351 EGLBoolean
424 EGLBoolean
485 EGLBoolean
524 EGLBoolean
  /external/mesa3d/src/egl/main/
eglconfig.c 258 EGLBoolean
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching)
262 EGLBoolean valid = EGL_TRUE;
429 EGLBoolean
433 EGLBoolean matched = EGL_TRUE;
483 static INLINE EGLBoolean
503 EGLBoolean
575 const _EGLConfig *criteria, EGLBoolean compare_id)
709 EGLBoolean
712 EGLBoolean (*match)(const _EGLConfig *, void *)
    [all...]
egldriver.c 196 static EGLBoolean
321 static EGLBoolean
343 EGLBoolean need_suffix;
374 EGLBoolean (*loader)(const char *, size_t, void *),
405 EGLBoolean use_env;
465 static EGLBoolean
557 static EGLBoolean
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only)
709 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
eglmode.c 86 static EGLBoolean
158 static EGLBoolean
259 EGLBoolean
307 EGLBoolean
330 EGLBoolean
egldisplay.c 112 static EGLBoolean
336 EGLBoolean
357 EGLBoolean
404 EGLBoolean
eglimage.c 111 EGLBoolean
  /frameworks/native/opengl/libagl/
egl.cpp 54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
106 static EGLBoolean is_valid(EGLDisplay dpy) {
157 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
158 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
159 virtual EGLBoolean connect() { return EGL_TRUE; }
168 virtual EGLBoolean swapBuffers();
169 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
193 EGLBoolean egl_surface_t::swapBuffers() {
208 EGLBoolean egl_surface_t::setSwapRectangle(
226 virtual EGLBoolean swapBuffers()
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 112 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
142 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy)
198 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
233 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
270 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
372 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
401 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
486 EGLBoolean __stdcall eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value)
526 EGLBoolean __stdcall eglBindAPI(EGLenum api)
569 EGLBoolean __stdcall eglWaitClient(void
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 53 EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy,
56 EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy,
59 EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy,
84 EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy,
89 EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy,
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 53 EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy,
56 EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy,
59 EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy,
84 EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy,
89 EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy,
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 132 EGLBoolean have_1_3;
133 EGLBoolean have_make_current_read;
134 EGLBoolean have_fbconfig;
135 EGLBoolean have_pbuffer;
138 EGLBoolean single_buffered_quirk;
139 EGLBoolean glx_window_quirk;
168 EGLBoolean double_buffered;
223 static EGLBoolean
360 static EGLBoolean
465 static EGLBoolean
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 106 static EGLBoolean
120 static EGLBoolean
205 static EGLBoolean
477 static EGLBoolean
485 static EGLBoolean
495 EGLBoolean ok = EGL_TRUE;
553 static EGLBoolean
555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
590 static EGLBoolean
600 static EGLBoolean
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 132 EGLBoolean have_1_3;
133 EGLBoolean have_make_current_read;
134 EGLBoolean have_fbconfig;
135 EGLBoolean have_pbuffer;
138 EGLBoolean single_buffered_quirk;
139 EGLBoolean glx_window_quirk;
168 EGLBoolean double_buffered;
223 static EGLBoolean
360 static EGLBoolean
465 static EGLBoolean
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 106 static EGLBoolean
120 static EGLBoolean
205 static EGLBoolean
477 static EGLBoolean
485 static EGLBoolean
495 EGLBoolean ok = EGL_TRUE;
553 static EGLBoolean
555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
590 static EGLBoolean
600 static EGLBoolean
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 76 EGLBoolean eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image);
189 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay display, EGLint *major, EGLint *minor) {
226 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) {
251 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay display, EGLConfig *configs,
267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list,
278 EGLBoolean bind_to_tex_rgb = EGL_DONT_CARE;
279 EGLBoolean bind_to_tex_rgba = EGL_DONT_CARE;
282 EGLBoolean native_renderable = EGL_DONT_CARE;
462 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config,
573 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface)
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 50 EGLBoolean success = eglTerminate(mEglDisplay);
60 EGLBoolean success;
127 EGLBoolean success;
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
60 EGLBoolean returnValue;
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 39 EGLBoolean logCallWithNoContext;
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 28 typedef EGLBoolean EGLAPIENTRY (*TypeEglDestroySyncKHR)(EGLDisplay dpy,

Completed in 1260 milliseconds

1 2 3 4 56 7 8 9