Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h930 GLIndexubv, enumerator
Dentry_points_enum_autogen.cpp1845 case EntryPoint::GLIndexubv: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp6865 EVENT(context, GLIndexubv, "context = %d, c = 0x%016" PRIxPTR "", CID(context), (uintptr_t)c); in GL_Indexubv()
6874 angle::EntryPoint::GLIndexubv) && in GL_Indexubv()
6875 ValidateIndexubv(context, angle::EntryPoint::GLIndexubv, c))); in GL_Indexubv()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp4651 return CallCapture(angle::EntryPoint::GLIndexubv, std::move(paramBuffer)); in CaptureIndexubv()