OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerStr
(Results
1 - 4
of
4
) sorted by null
/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)
gluCallLogWrapper.inl
[
all
...]
/external/deqp/framework/egl/
egluCallLogWrapper.cpp
80
inline PointerFmt<T>
getPointerStr
(const T* arr, deUint32 size)
egluCallLogWrapper.inl
34
m_log << TestLog::Message << "// configs = " <<
getPointerStr
(configs, (num_config && returnValue) ? deMin32(config_size, *num_config) : 0) << TestLog::EndMessage;
Completed in 57 milliseconds