Searched defs:eglCreateImageKHR (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp879 { "eglCreateImageKHR",
880 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
2068 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp147 { "eglCreateImageKHR",
148 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
1503 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
1516 if (cnx->dso && cnx->egl.eglCreateImageKHR) {
1517 result = cnx->egl.eglCreateImageKHR(
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp159 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) { function

Completed in 179 milliseconds