Home
last modified time | relevance | path

Searched refs:DeleteResource (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp80 static void DeleteResource(eFunction eType, GLuint& handle) in DeleteResource() function
133 DeleteResource(eFunc_DelProg, uProgramLogo); in Release()
134 DeleteResource(eFunc_DelShader, uFragmentShaderLogo); in Release()
135 DeleteResource(eFunc_DelShader, uVertexShaderLogo); in Release()
137 DeleteResource(eFunc_DelProg, uProgramLogo); in Release()
138 DeleteResource(eFunc_DelShader, uFragmentShaderLogo); in Release()
139 DeleteResource(eFunc_DelShader, uVertexShaderLogo); in Release()
141 DeleteResource(eFunc_DelTex, uTextureIMGLogo); in Release()
142 DeleteResource(eFunc_DelTex, uTexturePowerVRLogo); in Release()
/external/webrtc/webrtc/base/
Ddiskcache.h53 bool DeleteResource(const std::string& id);
108 cache_->DeleteResource(id_); in ~CacheLock()
Ddiskcache.cc188 bool DiskCache::DeleteResource(const std::string& id) { in DeleteResource() function in rtc::DiskCache
243 if (!DeleteResource(oldest->first)) { in CheckLimit()
Dhttpclient.cc515 cache_->DeleteResource(GetCacheID(request())); in CompleteCacheFile()
681 cache_->DeleteResource(GetCacheID(request())); in onHttpHeaderComplete()