HomeSort by relevance Sort by last modified time
    Searched refs:AsyncAPIInterface (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.h 16 class AsyncAPIInterface;
24 explicit CommandParser(AsyncAPIInterface* handler);
70 AsyncAPIInterface* handler_;
75 class GPU_EXPORT AsyncAPIInterface {
77 AsyncAPIInterface() {}
78 virtual ~AsyncAPIInterface() {}
gles2_cmd_decoder_mock.cc 24 return AsyncAPIInterface::DoCommands(
mocks.cc 31 return AsyncAPIInterface::DoCommands(
cmd_parser.cc 14 CommandParser::CommandParser(AsyncAPIInterface* handler)
76 error::Error AsyncAPIInterface::DoCommands(unsigned int num_commands,
gpu_scheduler.h 56 AsyncAPIInterface* handler,
120 AsyncAPIInterface* handler_;
common_decoder.h 23 class GPU_EXPORT CommonDecoder : NON_EXPORTED_BASE(public AsyncAPIInterface) {
mocks.h 26 // Mocks an AsyncAPIInterface, using GMock.
27 class AsyncAPIMock : public AsyncAPIInterface {
gpu_scheduler.cc 32 AsyncAPIInterface* handler,

Completed in 254 milliseconds