Lines Matching refs:Resource
171 static ANativeWindowBuffer* resourceToANWB(Resource* res) { in resourceToANWB()
502 std::map<uint32_t, Resource*>::iterator resource_it; in rcSetWindowColorBuffer()
503 resource_it = Resource::map.find(colorBuffer); in rcSetWindowColorBuffer()
504 if (resource_it == Resource::map.end()) in rcSetWindowColorBuffer()
507 Resource* res = resource_it->second; in rcSetWindowColorBuffer()
610 std::map<uint32_t, Resource*>::iterator it; in rcBindTexture()
611 it = Resource::map.find(colorBuffer); in rcBindTexture()
612 if (it == Resource::map.end()) in rcBindTexture()
616 Resource* res = it->second; in rcBindTexture()
649 std::map<uint32_t, Resource*>::iterator it; in rcBindRenderbuffer()
650 it = Resource::map.find(colorBuffer); in rcBindRenderbuffer()
651 if (it == Resource::map.end()) in rcBindRenderbuffer()
655 Resource* res = it->second; in rcBindRenderbuffer()