Searched refs:checkObjectAllocation (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ResourceManager.h | 89 ANGLE_INLINE ResourceType *checkObjectAllocation(rx::GLImplFactory *factory, in checkObjectAllocation() function 137 return checkObjectAllocation(factory, handle); in checkBufferAllocation() 205 return checkObjectAllocation(factory, handle, type); in checkTextureAllocation() 228 return checkObjectAllocation(factory, handle); in checkRenderbufferAllocation() 247 return checkObjectAllocation(factory, handle); in checkSamplerAllocation() 285 return checkObjectAllocation<const Caps &>(factory, handle, caps, shareGroup); in checkFramebufferAllocation() 308 return checkObjectAllocation(factory, handle); in checkProgramPipelineAllocation()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ResourceManager.h | 83 ANGLE_INLINE ResourceType *checkObjectAllocation(rx::GLImplFactory *factory, in checkObjectAllocation() function 131 return checkObjectAllocation(factory, handle); in checkBufferAllocation() 188 return checkObjectAllocation(factory, handle, type); in checkTextureAllocation() 213 return checkObjectAllocation(factory, handle); in checkRenderbufferAllocation() 232 return checkObjectAllocation(factory, handle); in checkSamplerAllocation() 286 return checkObjectAllocation<const Caps &>(factory, handle, caps); in checkFramebufferAllocation() 307 return checkObjectAllocation(factory, handle); in checkProgramPipelineAllocation()
|