OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_BUFFERS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
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/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
654
SAMPLE_BUFFERS
= 0x3032,
webgraphicscontext3d_command_buffer_impl.cc
322
attribs.push_back(
SAMPLE_BUFFERS
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl
209
const GLenum
SAMPLE_BUFFERS
= 0x80A8;
[
all
...]
Completed in 41 milliseconds