Home
last modified time | relevance | path

Searched refs:capture_mode (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler.h66 if (UNLIKELY(AllocationContextTracker::capture_mode() != in HeapProfilerScopedTaskExecutionTracker()
75 if (UNLIKELY(AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedTaskExecutionTracker()
91 if (UNLIKELY(AllocationContextTracker::capture_mode() == in HeapProfilerScopedStackFrame()
100 if (UNLIKELY(AllocationContextTracker::capture_mode() == in ~HeapProfilerScopedStackFrame()
116 AllocationContextTracker::capture_mode() != in HeapProfilerScopedIgnore()
125 AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedIgnore()
Dheap_profiler_event_filter.cc20 return AllocationContextTracker::capture_mode() == in IsPseudoStackEnabled()
22 AllocationContextTracker::capture_mode() == in IsPseudoStackEnabled()
Dheap_profiler_allocation_context_tracker.h63 inline static CaptureMode capture_mode() { in capture_mode() function
Dheap_profiler_allocation_context_tracker.cc104 if (name && capture_mode() != CaptureMode::DISABLED) { in SetCurrentThreadName()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp940 void prepare(glw::GLenum capture_mode);
943 void bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id);
944 void bindBOForDraw(glw::GLuint program_id, glw::GLenum capture_mode, glw::GLuint bo_id);
Dgl3cTransformFeedbackTests.cpp4281 void gl3cts::TransformFeedback::DrawXFB::prepare(glw::GLenum capture_mode) in prepare() argument
4289 s_xfb_varyings, s_xfb_varyings_count, capture_mode); in prepare()
4298 s_fragment_shader, NULL, 0, capture_mode); in prepare()
4375 void gl3cts::TransformFeedback::DrawXFB::bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id) in bindBOForXFB() argument
4380 switch (capture_mode) in bindBOForXFB()
4399 …gl3cts::TransformFeedback::DrawXFB::bindBOForDraw(glw::GLuint program_id, glw::GLenum capture_mode, in bindBOForDraw() argument
4414 glw::GLvoid* color_offset = (capture_mode == GL_INTERLEAVED_ATTRIBS) ? in bindBOForDraw()
4419 static_cast<glw::GLuint>((capture_mode == GL_INTERLEAVED_ATTRIBS) ? in bindBOForDraw()