Searched defs:requiresSync (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Renderer/ | ||
D | Sampler.cpp | 409 bool Sampler::requiresSync() const in requiresSync() function in sw::Sampler |
D | Surface.hpp | 296 virtual bool requiresSync() const { return false; } in requiresSync() function in sw::Surface |
D | Renderer.cpp | 264 bool requiresSync = false; in draw() local |
/external/swiftshader/src/OpenGL/libGLESv2/ | ||
D | Texture.cpp | 541 bool Texture2D::requiresSync() const in requiresSync() function in es2::Texture2D |
/external/swiftshader/src/OpenGL/common/ | ||
D | Image.cpp | 1134 bool ClientBuffer::requiresSync() const in requiresSync() function in egl::ClientBuffer |