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.cpp887 { "eglCreateImageKHR",
888 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
2055 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp143 { "eglCreateImageKHR",
144 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
1400 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function
1413 if (cnx->dso && cnx->egl.eglCreateImageKHR) {
1414 result = cnx->egl.eglCreateImageKHR(

Completed in 81 milliseconds