Searched defs:DE_DECLARE_POOL_ARRAY (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/depool/
H A DdePoolArray.h92 #define DE_DECLARE_POOL_ARRAY(TYPENAME, VALUETYPE) \ macro
220 * DE_DECLARE_POOL_ARRAY macro.
291 DE_DECLARE_POOL_ARRAY(deIntArray, int);
292 DE_DECLARE_POOL_ARRAY(deInt8Array, deInt8);
293 DE_DECLARE_POOL_ARRAY(deUint8Array, deUint8);
294 DE_DECLARE_POOL_ARRAY(deInt16Array, deInt16);
295 DE_DECLARE_POOL_ARRAY(deUint16Array, deUint16);
296 DE_DECLARE_POOL_ARRAY(deInt32Array, deInt32);
297 DE_DECLARE_POOL_ARRAY(deUint32Array, deUint32);

Completed in 67 milliseconds