Home
last modified time | relevance | path

Searched refs:GLLoadName (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h990 GLLoadName, enumerator
Dentry_points_enum_autogen.cpp1965 case EntryPoint::GLLoadName: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp2774 EVENT(context, GLLoadName, "context = %d, name = %u", CID(context), name); in GL_LoadName()
2783 angle::EntryPoint::GLLoadName) && in GL_LoadName()
2784 ValidateLoadName(context, angle::EntryPoint::GLLoadName, name))); in GL_LoadName()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp1872 return CallCapture(angle::EntryPoint::GLLoadName, std::move(paramBuffer)); in CaptureLoadName()