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

  /external/chromium_org/cc/resources/
resource_provider.h 479 const Resource* LockForRead(ResourceId id);
resource_provider.cc 567 // Just store the information. Mailbox will be consumed in LockForRead().
824 const ResourceProvider::Resource* ResourceProvider::LockForRead(ResourceId id) {
841 // WaitSyncPointIfNeeded() prior to calling LockForRead().
931 texture_id_(resource_provider->LockForRead(resource_id)->gl_id) {
987 const Resource* resource = resource_provider->LockForRead(resource_id);
    [all...]

Completed in 34 milliseconds