HomeSort by relevance Sort by last modified time
    Searched defs:PpapiCommandBufferProxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 27 class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
30 PpapiCommandBufferProxy(const HostResource& resource,
33 virtual ~PpapiCommandBufferProxy();
84 DISALLOW_COPY_AND_ASSIGN(PpapiCommandBufferProxy);
ppapi_command_buffer_proxy.cc 16 PpapiCommandBufferProxy::PpapiCommandBufferProxy(
27 PpapiCommandBufferProxy::~PpapiCommandBufferProxy() {
32 bool PpapiCommandBufferProxy::Initialize() {
36 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
41 int32 PpapiCommandBufferProxy::GetLastToken() {
47 void PpapiCommandBufferProxy::Flush(int32 put_offset) {
61 void PpapiCommandBufferProxy::WaitForTokenInRange(int32 start, int32 end) {
80 void PpapiCommandBufferProxy::WaitForGetOffsetInRange(int32 start, int32 end)
    [all...]

Completed in 99 milliseconds