OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandParser
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc
14
CommandParser
::
CommandParser
(AsyncAPIInterface* handler)
22
void
CommandParser
::SetBuffer(
47
error::Error
CommandParser
::ProcessCommand() {
83
void
CommandParser
::ReportError(unsigned int command_id,
91
error::Error
CommandParser
::ProcessAllCommands() {
cmd_parser.h
20
class GPU_EXPORT
CommandParser
{
22
explicit
CommandParser
(AsyncAPIInterface* handler);
cmd_parser_test.cc
21
// Test fixture for
CommandParser
test - Creates a mock AsyncAPIInterface, and
23
//
CommandParser
.
45
CommandParser
*MakeParser(unsigned int entry_count) {
51
CommandParser
* parser = new
CommandParser
(api_mock());
69
scoped_ptr<
CommandParser
> parser(MakeParser(10));
77
scoped_ptr<
CommandParser
> parser(MakeParser(10));
115
scoped_ptr<
CommandParser
> parser(MakeParser(10));
174
scoped_ptr<
CommandParser
> parser(MakeParser(5));
226
scoped_ptr<
CommandParser
> parser(MakeParser(kNumEntries))
[
all
...]
gpu_scheduler.h
103
CommandParser
* parser() const {
123
// pointer to the decoder, it is only used to initialize the
CommandParser
,
130
scoped_ptr<
CommandParser
> parser_;
gpu_scheduler.cc
196
parser_.reset(new
CommandParser
(handler_));
/external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc
75
const
CommandParser
* GetParser() const {
Completed in 932 milliseconds