OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_buffers
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h
43
int32
sample_buffers
;
member in struct:gpu::GLInProcessContextAttribs
gl_in_process_context.cc
145
const int32
SAMPLE_BUFFERS
= 0x3032;
180
if (attribs.
sample_buffers
>= 0) {
181
attrib_vector.push_back(
SAMPLE_BUFFERS
);
182
attrib_vector.push_back(attribs.
sample_buffers
);
307
sample_buffers
(-1) {}
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
140
output_attribs->
sample_buffers
= attributes.antialias ? 1 : 0;
201
GLint
sample_buffers
= 0;
local
202
getIntegerv(GL_SAMPLE_BUFFERS, &
sample_buffers
);
203
attributes_.antialias =
sample_buffers
> 0;
[
all
...]
Completed in 109 milliseconds