HomeSort by relevance Sort by last modified time
    Searched refs:ArrayPointer (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuFormatUtil.hpp 185 class ArrayPointer
191 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {}
209 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt)
277 inline Format::ArrayPointer<T> formatArray (const T* arr, int size)
279 return Format::ArrayPointer<T>(arr, size);
284 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size])
286 return Format::ArrayPointer<T>(arr, Size);
  /external/deqp/framework/opengl/
gluCallLogWrapper.cpp 47 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, deUint32 size)
53 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, int size)

Completed in 54 milliseconds