Home
last modified time | relevance | path

Searched refs:ArrayPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp189 class ArrayPointer class
195 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {} in ArrayPointer() function in tcu::Format::ArrayPointer
213 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<()
281 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray()
283 return Format::ArrayPointer<T>(arr, size); in formatArray()
288 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size]) in formatArray()
290 return Format::ArrayPointer<T>(arr, Size); in formatArray()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.cpp47 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, deUint32 size) in getPointerStr()
53 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, int size) in getPointerStr()