Home
last modified time | relevance | path

Searched refs:GLBeginQuery (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dentry_points_enum_autogen.h256 GLBeginQuery, enumerator
H A Dutilities.cpp1462 case EntryPoint::GLBeginQuery: in IsQueryEntryPoint()
H A Dentry_points_enum_autogen.cpp497 case EntryPoint::GLBeginQuery: in GetEntryPointName()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp30 EVENT(context, GLBeginQuery, "context = %d, target = %s, id = %u", CID(context), in GL_BeginQuery()
42 angle::EntryPoint::GLBeginQuery) && in GL_BeginQuery()
43 ValidateBeginQuery(context, angle::EntryPoint::GLBeginQuery, targetPacked, in GL_BeginQuery()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp32 return CallCapture(angle::EntryPoint::GLBeginQuery, std::move(paramBuffer)); in CaptureBeginQuery()
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp58 case angle::EntryPoint::GLBeginQuery: in ReplayTraceFunctionCall()
H A Dtrace_interpreter_autogen.cpp826 return CallCapture(EntryPoint::GLBeginQuery, std::move(params)); in ParseCallCapture()