Home | History | Annotate | Download | only in gles2

Lines Matching refs:gpu

95   const size_t kSharedStateSize = sizeof(gpu::CommandBufferSharedState);
103 shared_state_ = static_cast<gpu::CommandBufferSharedState*>(memory);
121 gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() {
141 last_state_.error == gpu::error::kNoError) {
150 last_state_.error == gpu::error::kNoError) {
161 scoped_refptr<gpu::Buffer> CommandBufferClientImpl::CreateTransferBuffer(
178 scoped_ptr<gpu::BufferBacking> backing(
180 scoped_refptr<gpu::Buffer> buffer(new gpu::Buffer(backing.Pass()));
188 gpu::Capabilities CommandBufferClientImpl::GetCapabilities() {
191 return gpu::Capabilities();
255 LostContext(gpu::error::kUnknown);
259 last_state_.error = gpu::error::kLostContext;
261 static_cast<gpu::error::ContextLostReason>(lost_reason);
266 LostContext(gpu::error::kUnknown);
270 if (last_state_.error == gpu::error::kNoError)