Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp185 class ArrayPointer class
191 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {} in ArrayPointer() function in tcu::Format::ArrayPointer
209 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<()
277 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray()
279 return Format::ArrayPointer<T>(arr, size); in formatArray()
284 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size]) in formatArray()
286 return Format::ArrayPointer<T>(arr, Size); in formatArray()
/external/deqp/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()
/external/clang/lib/Sema/
DSemaChecking.cpp8773 ArrayPointer in DiagnoseAlwaysNonNullPointer() enumerator
8780 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()