Home
last modified time | relevance | path

Searched refs:EVENT (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dtrace.h16 #define ANGLE_TRACE_EVENT_BEGIN0(CATEGORY, EVENT) \
17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
18 #define ANGLE_TRACE_EVENT_END0(CATEGORY, EVENT) \
19 TRACE_EVENT_END0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
20 #define ANGLE_TRACE_EVENT_INSTANT0(CATEGORY, EVENT) \
21 TRACE_EVENT_INSTANT0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
22 #define ANGLE_TRACE_EVENT0(CATEGORY, EVENT) TRACE_EVENT0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
23 #define ANGLE_TRACE_EVENT1(CATEGORY, EVENT, NAME, PARAM) \
24 TRACE_EVENT1(ANGLEPlatformCurrent(), CATEGORY, EVENT, NAM
[all...]
H A Dentry_points_utils.h99 #define EGL_EVENT(EP, FMT, ...) EVENT(nullptr, EGL##EP, FMT, ##__VA_ARGS__)
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp36 EVENT(context, GLBeginConditionalRender, "context = %d, id = %u, mode = %s", CID(context), id, in GL_BeginConditionalRender()
60 EVENT(context, GLBeginTransformFeedback, "context = %d, primitiveMode = %s", CID(context), in GL_BeginTransformFeedback()
86 EVENT(context, GLBindBufferBase, "context = %d, target = %s, index = %u, buffer = %u", in GL_BindBufferBase()
113 EVENT(context, GLBindBufferRange, in GL_BindBufferRange()
143 EVENT(context, GLBindFragDataLocation, in GL_BindFragDataLocation()
170 EVENT(context, GLBindFramebuffer, "context = %d, target = %s, framebuffer = %u", CID(context), in GL_BindFramebuffer()
195 EVENT(context, GLBindRenderbuffer, "context = %d, target = %s, renderbuffer = %u", CID(context), in GL_BindRenderbuffer()
220 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
253 EVENT(context, GLBlitFramebuffer, in GL_BlitFramebuffer()
284 EVENT(contex in GL_CheckFramebufferStatus()
[all...]
H A Dentry_points_gl_1_autogen.cpp36 EVENT(context, GLAccum, "context = %d, op = %s, value = %f", CID(context), in GL_Accum()
59 EVENT(context, GLAlphaFunc, "context = %d, func = %s, ref = %f", CID(context), in GL_AlphaFunc()
84 EVENT(context, GLBegin, "context = %d, mode = %s", CID(context), in GL_Begin()
113 EVENT(context, GLBitmap, in GL_Bitmap()
140 EVENT(context, GLBlendFunc, "context = %d, sfactor = %s, dfactor = %s", CID(context), in GL_BlendFunc()
165 EVENT(context, GLCallList, "context = %d, list = %u", CID(context), list); in GL_CallList()
187 EVENT(context, GLCallLists, "context = %d, n = %d, type = %s, lists = 0x%016" PRIxPTR "", in GL_CallLists()
211 EVENT(context, GLClear, "context = %d, mask = %s", CID(context), in GL_Clear()
234 EVENT(context, GLClearAccum, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_ClearAccum()
258 EVENT(contex in GL_ClearColor()
[all...]
H A Dentry_points_gl_2_autogen.cpp36 EVENT(context, GLAttachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_AttachShader()
62 EVENT(context, GLBindAttribLocation, in GL_BindAttribLocation()
89 EVENT(context, GLBlendEquationSeparate, "context = %d, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparate()
115 EVENT(context, GLCompileShader, "context = %d, shader = %u", CID(context), shader); in GL_CompileShader()
139 EVENT(context, GLCreateProgram, "context = %d", CID(context)); in GL_CreateProgram()
168 EVENT(context, GLCreateShader, "context = %d, type = %s", CID(context), in GL_CreateShader()
200 EVENT(context, GLDeleteProgram, "context = %d, program = %u", CID(context), program); in GL_DeleteProgram()
224 EVENT(context, GLDeleteShader, "context = %d, shader = %u", CID(context), shader); in GL_DeleteShader()
248 EVENT(context, GLDetachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_DetachShader()
274 EVENT(contex in GL_DisableVertexAttribArray()
[all...]
H A Dentry_points_gl_4_autogen.cpp36 EVENT(context, GLBeginQueryIndexed, "context = %d, target = %s, index = %u, id = %u", in GL_BeginQueryIndexed()
62 EVENT(context, GLBindTransformFeedback, "context = %d, target = %s, id = %u", CID(context), in GL_BindTransformFeedback()
88 EVENT(context, GLBlendEquationSeparatei, "context = %d, buf = %u, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparatei()
114 EVENT(context, GLBlendEquationi, "context = %d, buf = %u, mode = %s", CID(context), buf, in GL_BlendEquationi()
139 EVENT(context, GLBlendFuncSeparatei, in GL_BlendFuncSeparatei()
169 EVENT(context, GLBlendFunci, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunci()
194 EVENT(context, GLDeleteTransformFeedbacks, "context = %d, n = %d, ids = 0x%016" PRIxPTR "", in GL_DeleteTransformFeedbacks()
220 EVENT(context, GLDrawArraysIndirect, "context = %d, mode = %s, indirect = 0x%016" PRIxPTR "", in GL_DrawArraysIndirect()
246 EVENT(context, GLDrawElementsIndirect, in GL_DrawElementsIndirect()
275 EVENT(contex in GL_DrawTransformFeedback()
[all...]
H A Dentry_points_wgl.cpp54 #define WGL_EVENT(EP, FMT, ...) EVENT(nullptr, WGL##EP, FMT, __VA_ARGS__)
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp28 EVENT(context, GLAlphaFunc, "context = %d, func = %s, ref = %f", CID(context), in GL_AlphaFunc()
53 EVENT(context, GLAlphaFuncx, "context = %d, func = %s, ref = 0x%X", CID(context), in GL_AlphaFuncx()
78 EVENT(context, GLClearColorx, in GL_ClearColorx()
103 EVENT(context, GLClearDepthx, "context = %d, depth = 0x%X", CID(context), depth); in GL_ClearDepthx()
125 EVENT(context, GLClientActiveTexture, "context = %d, texture = %s", CID(context), in GL_ClientActiveTexture()
149 EVENT(context, GLClipPlanef, "context = %d, p = %s, eqn = 0x%016" PRIxPTR "", CID(context), in GL_ClipPlanef()
172 EVENT(context, GLClipPlanex, "context = %d, plane = %s, equation = 0x%016" PRIxPTR "", in GL_ClipPlanex()
196 EVENT(context, GLColor4f, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_Color4f()
220 EVENT(context, GLColor4ub, "context = %d, red = %d, green = %d, blue = %d, alpha = %d", in GL_Color4ub()
244 EVENT(contex in GL_Color4x()
[all...]
H A Dentry_points_gles_3_0_autogen.cpp28 EVENT(context, GLBeginQuery, "context = %d, target = %s, id = %u", CID(context), in GL_BeginQuery()
54 EVENT(context, GLBeginTransformFeedback, "context = %d, primitiveMode = %s", CID(context), in GL_BeginTransformFeedback()
80 EVENT(context, GLBindBufferBase, "context = %d, target = %s, index = %u, buffer = %u", in GL_BindBufferBase()
107 EVENT(context, GLBindBufferRange, in GL_BindBufferRange()
137 EVENT(context, GLBindSampler, "context = %d, unit = %u, sampler = %u", CID(context), unit, in GL_BindSampler()
162 EVENT(context, GLBindTransformFeedback, "context = %d, target = %s, id = %u", CID(context), in GL_BindTransformFeedback()
188 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
221 EVENT(context, GLBlitFramebuffer, in GL_BlitFramebuffer()
252 EVENT(context, GLClearBufferfi, in GL_ClearBufferfi()
277 EVENT(contex in GL_ClearBufferfv()
[all...]
H A Dentry_points_gles_2_0_autogen.cpp28 EVENT(context, GLActiveTexture, "context = %d, texture = %s", CID(context), in GL_ActiveTexture()
52 EVENT(context, GLAttachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_AttachShader()
78 EVENT(context, GLBindAttribLocation, in GL_BindAttribLocation()
105 EVENT(context, GLBindBuffer, "context = %d, target = %s, buffer = %u", CID(context), in GL_BindBuffer()
131 EVENT(context, GLBindFramebuffer, "context = %d, target = %s, framebuffer = %u", CID(context), in GL_BindFramebuffer()
156 EVENT(context, GLBindRenderbuffer, "context = %d, target = %s, renderbuffer = %u", CID(context), in GL_BindRenderbuffer()
181 EVENT(context, GLBindTexture, "context = %d, target = %s, texture = %u", CID(context), in GL_BindTexture()
207 EVENT(context, GLBlendColor, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_BlendColor()
231 EVENT(context, GLBlendEquation, "context = %d, mode = %s", CID(context), in GL_BlendEquation()
255 EVENT(contex in GL_BlendEquationSeparate()
[all...]
H A Dentry_points_gles_3_1_autogen.cpp28 EVENT(context, GLActiveShaderProgram, "context = %d, pipeline = %u, program = %u", CID(context), in GL_ActiveShaderProgram()
61 EVENT(context, GLBindImageTexture, in GL_BindImageTexture()
92 EVENT(context, GLBindProgramPipeline, "context = %d, pipeline = %u", CID(context), pipeline); in GL_BindProgramPipeline()
119 EVENT(context, GLBindVertexBuffer, in GL_BindVertexBuffer()
146 EVENT(context, GLCreateShaderProgramv, in GL_CreateShaderProgramv()
182 EVENT(context, GLDeleteProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_DeleteProgramPipelines()
208 EVENT(context, GLDispatchCompute, in GL_DispatchCompute()
234 EVENT(context, GLDispatchComputeIndirect, "context = %d, indirect = %llu", CID(context), in GL_DispatchComputeIndirect()
258 EVENT(context, GLDrawArraysIndirect, "context = %d, mode = %s, indirect = 0x%016" PRIxPTR "", in GL_DrawArraysIndirect()
284 EVENT(contex in GL_DrawElementsIndirect()
[all...]
H A Dentry_points_gles_ext_autogen.cpp47 EVENT(context, GLDrawArraysInstancedBaseInstanceANGLE, in GL_DrawArraysInstancedBaseInstanceANGLE()
83 EVENT(context, GLDrawElementsInstancedBaseVertexBaseInstanceANGLE, in GL_DrawElementsInstancedBaseVertexBaseInstanceANGLE()
123 EVENT(context, GLMultiDrawArraysInstancedBaseInstanceANGLE, in GL_MultiDrawArraysInstancedBaseInstanceANGLE()
163 EVENT(context, GLMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE, in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE()
212 EVENT(context, GLCopyTexture3DANGLE, in GL_CopyTexture3DANGLE()
268 EVENT(context, GLCopySubTexture3DANGLE, in GL_CopySubTexture3DANGLE()
323 EVENT(context, GLBlitFramebufferANGLE, in GL_BlitFramebufferANGLE()
359 EVENT(context, GLRenderbufferStorageMultisampleANGLE, in GL_RenderbufferStorageMultisampleANGLE()
389 EVENT(context, GLGetTexImageANGLE, in GL_GetTexImageANGLE()
419 EVENT(contex in GL_GetCompressedTexImageANGLE()
[all...]
H A Dentry_points_gles_3_2_autogen.cpp28 EVENT(context, GLBlendBarrier, "context = %d", CID(context)); in GL_BlendBarrier()
50 EVENT(context, GLBlendEquationSeparatei, "context = %d, buf = %u, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparatei()
76 EVENT(context, GLBlendEquationi, "context = %d, buf = %u, mode = %s", CID(context), buf, in GL_BlendEquationi()
101 EVENT(context, GLBlendFuncSeparatei, in GL_BlendFuncSeparatei()
131 EVENT(context, GLBlendFunci, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunci()
156 EVENT(context, GLColorMaski, "context = %d, index = %u, r = %s, g = %s, b = %s, a = %s", in GL_ColorMaski()
195 EVENT(context, GLCopyImageSubData, in GL_CopyImageSubData()
231 EVENT(context, GLDebugMessageCallback, in GL_DebugMessageCallback()
262 EVENT(context, GLDebugMessageControl, in GL_DebugMessageControl()
298 EVENT(contex in GL_DebugMessageInsert()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.h237 // ANGLE_LOG(EVENT) becomes the token COMPACT_ANGLE_LOG_EVENT. There's some funny
266 # define EVENT(context, entryPoint, message, ...) \ macro
279 # define EVENT(context, entryPoint, message, ...) \
293 # define EVENT(message, ...) (void(0))
H A Ddebug.cpp49 {"EVENT", "INFO", "WARN", "ERR", "FATAL"}};
162 ANGLE_LOG(EVENT) << std::string(&buffer[0], len); in begin()
173 // INFO() and EVENT() do not require additional function(line) info. in LogMessage()
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1243 #define EVENT(t_, c_) (t_ << 16 | c_) in handle_event_evdev() macro
1244 switch (EVENT(e.type, e.code)) { in handle_event_evdev()
1245 case EVENT(EV_REL, REL_X): in handle_event_evdev()
1248 case EVENT(EV_REL, REL_Y): in handle_event_evdev()
1251 case EVENT(EV_ABS, ABS_MT_SLOT): in handle_event_evdev()
1256 case EVENT(EV_ABS, ABS_MT_TRACKING_ID): in handle_event_evdev()
1260 case EVENT(EV_ABS, ABS_X): in handle_event_evdev()
1264 case EVENT(EV_ABS, ABS_Y): in handle_event_evdev()
1268 case EVENT(EV_AB in handle_event_evdev()
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm18 ; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp285 ECase(EVENT); in enumeration()
549 ECase(EVENT); in enumeration()
573 ECase(EVENT); in enumeration()
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dtexturator-to-unit-test-5xx.lua55 if tostring(pkt[0].EVENT) ~= "BLIT" then
H A Dparse-submits.lua191 if tostring(pkt[0].EVENT) ~= "BLIT" then
309 elseif primtype == "EVENT:BLIT" then
332 if m == "RM6_RESOLVE" and primtype == "EVENT:BLIT" then
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dquery9.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
66 GET_DATA_SIZE_CASET(EVENT, BOOL); in nine_query_result_size()
/third_party/protobuf/editors/
H A Dproto.vim22 " A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h279 EVENT, enumerator
H A DAMDGPULibFunc.cpp392 P.ArgType = AMDGPULibFunc::EVENT; break;
747 case AMDGPULibFunc::EVENT: return "9ocl_event";
899 case AMDGPULibFunc::EVENT:
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm16 ; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

Completed in 60 milliseconds

12