HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateImageKHR_t (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
egl_proc.h 59 typedef EGLImageKHR (EGLAPIENTRY *eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
103 eglCreateImageKHR_t set_eglCreateImageKHR(eglCreateImageKHR_t f) { eglCreateImageKHR_t retval = eglCreateImageKHR; eglCreateImageKHR = f; return retval;}
egl_proc.h 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*);
egl_dispatch.cpp 61 ptr = dlsym(gles_android,"eglCreateImageKHR"); disp->set_eglCreateImageKHR((eglCreateImageKHR_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
103 eglCreateImageKHR_t set_eglCreateImageKHR(eglCreateImageKHR_t f) { eglCreateImageKHR_t retval = eglCreateImageKHR; eglCreateImageKHR = f; return retval;}
egl_proc.h 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*);
egl_dispatch.cpp 67 ptr = dlsym(libEGL,"eglCreateImageKHR"); disp->set_eglCreateImageKHR((eglCreateImageKHR_t)ptr);

Completed in 22 milliseconds