OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAIL_IF_MAJOR_PERF_CAVEAT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
660
FAIL_IF_MAJOR_PERF_CAVEAT
= 0x10002
/external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc
149
const int32
FAIL_IF_MAJOR_PERF_CAVEAT
= 0x10002;
184
if (attribs.
fail_if_major_perf_caveat
> 0) {
185
attrib_vector.push_back(
FAIL_IF_MAJOR_PERF_CAVEAT
);
186
attrib_vector.push_back(attribs.
fail_if_major_perf_caveat
);
Completed in 43 milliseconds