Searched defs:eglCreateImageKHR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp151 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) { function
/frameworks/native/opengl/libagl/
H A Degl.cpp877 { "eglCreateImageKHR",
878 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
2045 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp154 { "eglCreateImageKHR",
155 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
1424 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
1437 if (cnx->dso && cnx->egl.eglCreateImageKHR) {
1438 result = cnx->egl.eglCreateImageKHR(

Completed in 247 milliseconds