Searched refs:kService2Id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager_unittest.cc277 const GLuint kService2Id = 12; local
303 kService2Id));
319 QueueQuery(query2.get(), kService2Id, kSubmitCount2);
339 GetQueryObjectuivARB(kService2Id, GL_QUERY_RESULT_AVAILABLE_EXT, _))
343 GetQueryObjectuivARB(kService2Id, GL_QUERY_RESULT_EXT, _))
H A Dshader_manager_unittest.cc74 const GLuint kService2Id = 12; local
80 manager_.CreateShader(kClient2Id, kService2Id, kShaderType));
H A Dtexture_manager_unittest.cc1281 static const GLuint kService2Id = 12; local
1385 manager_->CreateTexture(kClient2Id, kService2Id);
1484 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id)))
1576 static const GLuint kService2Id = 12; local
1592 manager_->CreateTexture(kClient2Id, kService2Id);
1616 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id)))
1876 manager_->CreateTexture(kClient2Id, kService2Id);
1989 static const GLuint kService2Id; member in class:gpu::gles2::ProduceConsumeTextureTest
1993 const GLuint ProduceConsumeTextureTest::kService2Id = 12; member in class:gpu::gles2::ProduceConsumeTextureTest
H A Dprogram_manager_unittest.cc93 const GLuint kService2Id = 12; local
98 manager_.CreateProgram(kClient2Id, kService2Id));
105 EXPECT_CALL(*gl_, DeleteProgram(kService2Id))

Completed in 106 milliseconds