OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSampleBuffers
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Config.h
62
EGLint
mSampleBuffers
; // Number of multisample buffers
Config.cpp
118
mSampleBuffers
= desc.multiSample ? 1 : 0;
200
SORT(
mSampleBuffers
);
271
case EGL_SAMPLE_BUFFERS: match = config->
mSampleBuffers
>= attribute[1]; break;
Display.cpp
161
case EGL_SAMPLE_BUFFERS: *value = configuration->
mSampleBuffers
; break;
Completed in 23 milliseconds