Home
last modified time | relevance | path

Searched refs:ProgramCacheGetAttribANGLE (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h198 EGLint ProgramCacheGetAttribANGLE(Thread *thread, egl::Display *dpyPacked, EGLenum attrib);
Dentry_points_egl_ext_autogen.cpp348 EGL_EVENT(ProgramCacheGetAttribANGLE, "dpy = 0x%016" PRIxPTR ", attrib = 0x%X", (uintptr_t)dpy, in EGL_ProgramCacheGetAttribANGLE()
355 ANGLE_EGL_VALIDATE(thread, ProgramCacheGetAttribANGLE, GetDisplayIfValid(dpyPacked), EGLint, in EGL_ProgramCacheGetAttribANGLE()
358 return ProgramCacheGetAttribANGLE(thread, dpyPacked, attrib); in EGL_ProgramCacheGetAttribANGLE()
Degl_ext_stubs.cpp685 EGLint ProgramCacheGetAttribANGLE(Thread *thread, Display *display, EGLenum attrib) in ProgramCacheGetAttribANGLE() function