OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeVisualId
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tests/include/
EGLUtils.h
103
EGLint
nativeVisualId
= 0;
104
eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &
nativeVisualId
);
105
if (
nativeVisualId
>0 && format ==
nativeVisualId
) {
/external/deqp/framework/egl/
egluConfigInfo.hpp
55
deInt32
nativeVisualId
;
88
,
nativeVisualId
(0)
egluConfigInfo.cpp
54
case EGL_NATIVE_VISUAL_ID: return
nativeVisualId
;
91
eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &dst->
nativeVisualId
);
Completed in 610 milliseconds