Searched refs:attrib_list (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 294 static EGLint * filter_es2_bit(const EGLint *attrib_list, bool *isES2) in filter_es2_bit() argument 296 if (attrib_list == NULL) { in filter_es2_bit() 303 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++; in filter_es2_bit() 307 memcpy(attribs, attrib_list, nAttribs * sizeof(EGLint)); in filter_es2_bit() 324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() argument 328 EGLint *attribs = filter_es2_bit(attrib_list, NULL); in eglChooseConfig() 344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 359 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface() argument 361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() 371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() argument [all …]
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 572 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() argument 577 if (attrib_list) { in eglChooseConfig() 578 const EGLint * attrib_p = attrib_list; in eglChooseConfig() 588 …*num_config = rcEnc->rcChooseConfig(rcEnc, (EGLint*)attrib_list, attribs_size * sizeof(EGLint), (u… in eglChooseConfig() 616 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface() argument 618 (void)attrib_list; in eglCreateWindowSurface() 646 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() argument 662 while (attrib_list[0]) { in eglCreatePbufferSurface() 663 switch (attrib_list[0]) { in eglCreatePbufferSurface() 665 w = attrib_list[1]; in eglCreatePbufferSurface() [all …]
|