summaryrefslogtreecommitdiff
path: root/tests/general/object_purgeable.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-05 13:47:45 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-03-05 13:47:45 -0800
commit11c219002988e45f84d36fa66b4b8f30d83b192e (patch)
treeb991242a975bb146b1f7c33261386542441416a7 /tests/general/object_purgeable.h
parent96f011b3cd44c10d94a108ebde500b43c136f46f (diff)
object_purgeable: Refactor main test body into text_Purgeable
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'tests/general/object_purgeable.h')
-rw-r--r--tests/general/object_purgeable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/object_purgeable.h b/tests/general/object_purgeable.h
index 804b6c34b..8acd85e47 100644
--- a/tests/general/object_purgeable.h
+++ b/tests/general/object_purgeable.h
@@ -67,4 +67,6 @@ extern GLboolean test_ObjectunpurgeableAPPLE(GLenum objectType, GLuint name,
extern GLboolean test_GetObjectParameterivAPPLE(GLenum objectType, GLuint name,
GLenum expect);
+extern GLboolean test_Purgeable(GLuint object, GLenum type);
+
#endif /* OBJECT_PURGEABLE_H */