Searched refs:kProgramId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache_unittest.cc189 const int kProgramId = 10; local
197 SetExpectationsForSaveLinkedProgram(kProgramId, &emulator);
198 cache_->SaveLinkedProgram(kProgramId, vertex_shader_, NULL,
214 const int kProgramId = 10; local
222 SetExpectationsForSaveLinkedProgram(kProgramId, &emulator);
223 cache_->SaveLinkedProgram(kProgramId, vertex_shader_, NULL,
249 const int kProgramId = 10; local
257 SetExpectationsForSaveLinkedProgram(kProgramId, &emulator);
258 cache_->SaveLinkedProgram(kProgramId, vertex_shader_, NULL,
278 SetExpectationsForLoadLinkedProgram(kProgramId,
304 const int kProgramId = 10; local
362 const int kProgramId = 10; local
390 const int kProgramId = 10; local
434 const int kProgramId = 10; local
477 const int kProgramId = 10; local
535 const int kProgramId = 10; local
560 const int kProgramId = 10; local
597 const int kProgramId = 10; local
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc2068 const GLuint kProgramId = 123; local
2097 expected.get_program_info.Init(kProgramId, kBucketId);
2103 gl_->GetProgramInfoCHROMIUM(kProgramId, sizeof(buf), &size, &buf);
2113 const GLuint kProgramId = 123; local
2146 expected.get_program_info.Init(kProgramId, kBucketId);
2152 gl_->GetProgramInfoCHROMIUM(kProgramId, 6, &size, &buf);
2158 gl_->GetProgramInfoCHROMIUM(kProgramId, -1, &size, &buf);
2163 gl_->GetProgramInfoCHROMIUM(kProgramId, sizeof(buf), NULL, &buf);

Completed in 133 milliseconds