Searched refs:EndDecoding (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer.h62 bool EndDecoding();
H A Dgles2_cmd_decoder.h243 virtual void EndDecoding();
H A Dgpu_scheduler.cc111 decoder_->EndDecoding();
H A Dgpu_tracer.cc226 bool GPUTracer::EndDecoding() { function in class:gpu::gles2::GPUTracer
H A Dgles2_cmd_decoder_unittest_base.cc431 decoder_->EndDecoding();
H A Dgles2_cmd_decoder.cc552 void GLES2Decoder::EndDecoding() {} function in class:gpu::gles2::GLES2Decoder
653 virtual void EndDecoding() OVERRIDE;
3355 void GLES2DecoderImpl::EndDecoding() { function in class:gpu::gles2::GLES2DecoderImpl
3356 gpu_tracer_->EndDecoding();

Completed in 756 milliseconds