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

  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager_unittest.cc 252 TEST_F(VertexArrayObjectManagerTest, IsReservedId) {
253 EXPECT_TRUE(manager_->IsReservedId(kClientSideArrayBuffer));
254 EXPECT_TRUE(manager_->IsReservedId(kClientSideElementArrayBuffer));
255 EXPECT_FALSE(manager_->IsReservedId(0));
256 EXPECT_FALSE(manager_->IsReservedId(1));
257 EXPECT_FALSE(manager_->IsReservedId(2));
vertex_array_object_manager.h 32 bool IsReservedId(GLuint id) const;
vertex_array_object_manager.cc 352 bool VertexArrayObjectManager::IsReservedId(GLuint id) const {
gles2_implementation.cc     [all...]

Completed in 1191 milliseconds