OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_eglGetConfigKey
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp
160
EGLint r = (
_eglGetConfigKey
(&conf->base, EGL_RED_SIZE)
161
+
_eglGetConfigKey
(&conf->base, EGL_GREEN_SIZE)
162
+
_eglGetConfigKey
(&conf->base, EGL_BLUE_SIZE)
163
+
_eglGetConfigKey
(&conf->base, EGL_ALPHA_SIZE));
176
_eglSetConfigKey(&conf->base, EGL_SAMPLES,
_eglGetConfigKey
(&conf->base, EGL_SAMPLE_BUFFERS) == 0 ? 0 : 0);
/external/mesa3d/src/egl/main/
eglconfig.c
283
val =
_eglGetConfigKey
(conf, attr);
454
cmp =
_eglGetConfigKey
(criteria, attr);
458
val =
_eglGetConfigKey
(conf, attr);
658
val1 =
_eglGetConfigKey
(conf1, compare_attribs[i]);
659
val2 =
_eglGetConfigKey
(conf2, compare_attribs[i]);
830
*value =
_eglGetConfigKey
(conf, attribute);
eglconfig.h
169
_eglGetConfigKey
(const _EGLConfig *conf, EGLint key)
/external/mesa3d/src/egl/drivers/dri2/
platform_x11.c
315
dri2_surf->depth =
_eglGetConfigKey
(conf, EGL_BUFFER_SIZE);
[
all
...]
Completed in 312 milliseconds