HomeSort by relevance Sort by last modified time
    Searched refs:getConfigAttrib (Results 1 - 11 of 11) sorted by null

  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
egl.cpp 599 if (s_display.getConfigAttrib(config, attribute, value))
618 if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_FALSE;
643 if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_FALSE;
725 ret = s_display.getConfigAttrib(surface->config, EGL_CONFIG_ID, value);
1049 ret = s_display.getConfigAttrib(context->config, EGL_CONFIG_ID, value);
    [all...]
eglDisplay.cpp 408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value)
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.h 41 bool getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value);
Display.cpp 142 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value)
libEGL.cpp 284 if (!display->getConfigAttrib(config, attribute, value))
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 563 int (*getConfigAttrib)(const __DRIconfig *config,
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 563 int (*getConfigAttrib)(const __DRIconfig *config,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 505 dri2_dpy->core->getConfigAttrib(dri2_dpy->driver_configs[j],
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 505 dri2_dpy->core->getConfigAttrib(dri2_dpy->driver_configs[j],

Completed in 678 milliseconds