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

  /external/chromium_org/gpu/command_buffer/service/
buffer_manager_unittest.cc 195 const GLuint kServiceBufferId = 11;
197 manager_->CreateBuffer(kClientBufferId, kServiceBufferId);
217 const GLuint kServiceBufferId = 11;
219 manager_->CreateBuffer(kClientBufferId, kServiceBufferId);
242 const GLuint kServiceBufferId = 11;
245 manager_->CreateBuffer(kClientBufferId, kServiceBufferId);
278 const GLuint kServiceBufferId = 11;
281 manager_->CreateBuffer(kClientBufferId, kServiceBufferId);
317 const GLuint kServiceBufferId = 11;
320 manager_->CreateBuffer(kClientBufferId, kServiceBufferId);
    [all...]
gles2_cmd_decoder_unittest_1.cc 158 DoBindBuffer(GL_ARRAY_BUFFER, client_buffer_id_, kServiceBufferId);
261 DoBindBuffer(GL_ARRAY_BUFFER, client_buffer_id_, kServiceBufferId);
274 DoBindBuffer(GL_ARRAY_BUFFER, client_buffer_id_, kServiceBufferId);
gles2_cmd_decoder_unittest_base.cc 305 .WillOnce(SetArgumentPointee<1>(kServiceBufferId))
    [all...]
gles2_cmd_decoder_unittest_base.h 395 static const GLuint kServiceBufferId = 301;
gles2_cmd_decoder_unittest.cc 262 AddExpectationsForSimulatedAttrib0(kNumVertices, kServiceBufferId);
391 AddExpectationsForSimulatedAttrib0(kNumVertices, kServiceBufferId);
440 AddExpectationsForSimulatedAttrib0(kNumVertices, kServiceBufferId);
652 AddExpectationsForSimulatedAttrib0(kMaxValidIndex + 1, kServiceBufferId);
804 AddExpectationsForSimulatedAttrib0(kMaxValidIndex + 1, kServiceBufferId);
864 AddExpectationsForSimulatedAttrib0(kMaxValidIndex + 1, kServiceBufferId);
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 28 EXPECT_CALL(*gl_, BindBuffer(GL_ARRAY_BUFFER, kServiceBufferId));
437 DeleteBuffersARB(1, Pointee(kServiceBufferId)))
460 DeleteBuffersARB(1, Pointee(kServiceBufferId)))
    [all...]

Completed in 36 milliseconds