Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp68 EGL_EVENT(CreateNativeClientBufferANDROID, "attrib_list = 0x%016" PRIxPTR "", in EGL_CreateNativeClientBufferANDROID()
74 ANGLE_EGL_SCOPED_CONTEXT_LOCK(CreateNativeClientBufferANDROID, thread); in EGL_CreateNativeClientBufferANDROID()
77 ANGLE_EGL_VALIDATE(thread, CreateNativeClientBufferANDROID, nullptr, in EGL_CreateNativeClientBufferANDROID()
85 returnValue = CreateNativeClientBufferANDROID(thread, attrib_listPacked); in EGL_CreateNativeClientBufferANDROID()
88 ANGLE_CAPTURE_EGL(CreateNativeClientBufferANDROID, true, thread, attrib_listPacked, in EGL_CreateNativeClientBufferANDROID()
H A Degl_ext_stubs_autogen.h47 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread,
H A Degl_ext_stubs.cpp85 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID() function
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.h272 void CreateNativeClientBufferANDROID(const EGLint *attrib_list, uintptr_t clientBuffer);
H A Dtrace_fixture.cpp694 void CreateNativeClientBufferANDROID(const EGLint *attrib_list, uintptr_t clientBuffer) in CreateNativeClientBufferANDROID() function
H A Dtrace_interpreter_autogen.cpp6287 ParseParameters<decltype(CreateNativeClientBufferANDROID)>(paramTokens, strings); in ParseCallCapture()
6640 DispatchCallCapture(CreateNativeClientBufferANDROID, captures); in ReplayCustomFunctionCall()