Home
last modified time | relevance | path

Searched refs:t_glBindVertexArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/util/capture/
H A Dtrace_gles_loader_autogen.h276 #define glBindVertexArray t_glBindVertexArray
1134 ANGLE_TRACE_LOADER_EXPORT extern PFNGLBINDVERTEXARRAYPROC t_glBindVertexArray;
H A Dtrace_gles_loader_autogen.cpp271 ANGLE_TRACE_LOADER_EXPORT PFNGLBINDVERTEXARRAYPROC t_glBindVertexArray; variable
1246 t_glBindVertexArray = reinterpret_cast<PFNGLBINDVERTEXARRAYPROC>(loadProc("glBindVertexArray")); in LoadTraceGLES()