Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp184 class ArrayPointer class
190 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {} in ArrayPointer() function in tcu::Format::ArrayPointer
208 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<()
276 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray()
278 return Format::ArrayPointer<T>(arr, size); in formatArray()
/external/chromium_org/mojo/public/cpp/bindings/lib/
Dbindings_internal.h39 union ArrayPointer { union
43 MOJO_COMPILE_ASSERT(sizeof(ArrayPointer<char>) == 8, bad_sizeof_ArrayPointer);
Darray_internal.h82 typedef ArrayPointer<T> StorageType;
/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.cpp6210 ArrayPointer enumerator
6329 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()