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/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp
55
mSampleBuffers
= 0;
170
mSampleBuffers
= multiSample ? 1 : 0;
252
SORT(
mSampleBuffers
);
324
case EGL_SAMPLE_BUFFERS: match = config->
mSampleBuffers
>= attribute[1]; break;
Config.h
65
EGLint
mSampleBuffers
; // Number of multisample buffers
Display.cpp
319
case EGL_SAMPLE_BUFFERS: *value = configuration->
mSampleBuffers
; break;
Completed in 531 milliseconds