Home
last modified time | relevance | path

Searched defs:logSection (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp1019 tcu::ScopedLogSection logSection(m_testCtx.getLog(), "Iter0", "glDrawArrays()"); in iterate() local
1037 …tcu::ScopedLogSection logSection(m_testCtx.getLog(), "Iter1", "glDrawElements(), indices in client… in iterate() local
1061 …tcu::ScopedLogSection logSection(m_testCtx.getLog(), "Iter2", "glDrawElements(), indices in buffer… in iterate() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp446 … tcu::ScopedLogSection logSection(m_testCtx.getLog(), "Iter0", "Indices in client-side array"); in iterate() local
452 … tcu::ScopedLogSection logSection(m_testCtx.getLog(), "Iter1", "Indices in element array buffer"); in iterate() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp267 tcu::ScopedLogSection logSection(m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), in executeForConfig() local
H A DteglNativeColorMappingTests.cpp477 tcu::ScopedLogSection logSection(m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), in executeForConfig() local
H A DteglNativeCoordMappingTests.cpp522 tcu::ScopedLogSection logSection(m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), in executeForConfig() local
H A DteglGetFrameTimestampsTests.cpp517 tcu::ScopedLogSection logSection(m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), in executeForConfig() local
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_oca_defs_specific.h90 } logSection; member
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DTestDataPathsActivity.java495 private void logSection(String name) { in logSection() method in TestDataPathsActivity