aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-12-18 17:45:18 -0800
committerMarat Dukhan <marat@fb.com>2017-12-18 17:45:18 -0800
commitfd0f3ef7856c75d04acd822df5336034e243f826 (patch)
tree595f1fc6496e39549e43613ec108784878d1aa4f /include
parent25632292e40ab82bbab13ecac44057cf8826ce34 (diff)
downloadcpuinfo-fd0f3ef7856c75d04acd822df5336034e243f826.tar.gz
GPU name normalization on Android
Diffstat (limited to 'include')
-rw-r--r--include/cpuinfo-mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cpuinfo-mock.h b/include/cpuinfo-mock.h
index 845bf05..3c1f637 100644
--- a/include/cpuinfo-mock.h
+++ b/include/cpuinfo-mock.h
@@ -68,6 +68,7 @@ struct cpuinfo_mock_property {
#if defined(__ANDROID__)
void CPUINFO_ABI cpuinfo_mock_android_properties(struct cpuinfo_mock_property* properties);
+ void CPUINFO_ABI cpuinfo_mock_gl_renderer(const char* renderer);
#endif
#ifdef __cplusplus