OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxPBufferWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Config.h
53
EGLint
mMaxPBufferWidth
; // Maximum width of pbuffer
Config.cpp
109
mMaxPBufferWidth
= texWidth;
287
case EGL_MAX_PBUFFER_WIDTH: match = config->
mMaxPBufferWidth
>= attribute[1]; break;
Display.cpp
177
case EGL_MAX_PBUFFER_WIDTH: *value = configuration->
mMaxPBufferWidth
; break;
Completed in 26 milliseconds