Disable timestamp queries for Qualcomm driver on Android

glDeleteQueries() doesn't reset the states for GL_TIMESTAMP
query id correctly. When the deleted query id is returned from
glGenQueries() again, it cannot be used for other query targets
successfully.

This CL also fixed a bug in GPUTimingImpl::DoTimeStampQuery().

Bug: 858879
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Ifca73198e1a1cee6412c19df5e087a5f8d2354b4
Reviewed-on: https://chromium-review.googlesource.com/1150511
Reviewed-by: Antoine Labour <piman@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578057}
2 files changed