OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandBufferService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc
19
CommandBufferService
::
CommandBufferService
(
33
CommandBufferService
::~
CommandBufferService
() {
36
bool
CommandBufferService
::Initialize() {
40
CommandBufferService
::State
CommandBufferService
::GetState() {
53
CommandBufferService
::State
CommandBufferService
::GetLastState() {
57
int32
CommandBufferService
::GetLastToken()
[
all
...]
command_buffer_service.h
19
class GPU_EXPORT
CommandBufferService
: public CommandBuffer {
22
explicit
CommandBufferService
(
24
virtual ~
CommandBufferService
();
86
DISALLOW_COPY_AND_ASSIGN(
CommandBufferService
);
Completed in 26 milliseconds