HomeSort by relevance Sort by last modified time
    Searched defs:eglCreateImageKHR (Results 1 - 12 of 12) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 239 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list)
241 return getDispatch()->eglCreateImageKHR(dpy, ctx, target, buffer, attrib_list);
egl_dispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
103 eglCreateImageKHR_t set_eglCreateImageKHR(eglCreateImageKHR_t f) { eglCreateImageKHR_t retval = eglCreateImageKHR; eglCreateImageKHR = f; return retval;}
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 623 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list)
627 return getDispatch()->eglCreateImageKHR(dpy, aglContext, target, buffer, attrib_list);
egl_dispatch.h 58 eglCreateImageKHR_t eglCreateImageKHR;
103 eglCreateImageKHR_t set_eglCreateImageKHR(eglCreateImageKHR_t f) { eglCreateImageKHR_t retval = eglCreateImageKHR; eglCreateImageKHR = f; return retval;}
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 111 { "eglCreateImageKHR",
112 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 75 EGLImageKHR eglCreateImageKHR(EGLDisplay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
80 {"eglCreateImageKHR" ,(__eglMustCastToProperFunctionPointerType)eglCreateImageKHR},
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 860 { "eglCreateImageKHR",
861 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 503 eglCreateImageKHR(473, 2036),
    [all...]

Completed in 669 milliseconds