HomeSort by relevance Sort by last modified time
    Searched defs:EGLint (Results 51 - 52 of 52) sorted by null

1 23

  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 28 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
65 EGLint renderableType = 0;
72 EGLint contextClientVersion = 0;
82 EGLint contextAttributes[] = {
105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
284 static status_t selectConfigForAttribute(EGLDisplay dpy, EGLint const* attrs,
285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) {
286 EGLint numConfigs = -1, n = 0;
294 EGLint value = 0
    [all...]
  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 23 typedef int32_t EGLint;
62 typedef EGLBoolean (*InitializeProc)(EGLDisplay dpy, EGLint *major, EGLint *minor);
64 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, EGLint config_size, EGLint* num_config);
65 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value);
66 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
67 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list)
    [all...]

Completed in 83 milliseconds

1 23