/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl_proc.h | 36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum); 37 typedef EGLenum (* eglQueryAPI_t) (); 40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EG… 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, cons… 61 typedef EGLSyncKHR (* eglCreateSyncKHR_t) (EGLDisplay, EGLenum, const EGLint*); 64 typedef EGLBoolean (* eglSignalSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLenum);
|
D | egl.cpp | 380 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI() 385 EGLenum eglQueryAPI() in eglQueryAPI() 400 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() 587 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR() 599 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR() 614 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) in eglSignalSyncKHR()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, E… 87 …(EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClient… 141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l… 144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 147 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLi… 150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum… 220 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint … 224 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode); 227 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co… 231 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode); [all …]
|
D | egl.h | 45 typedef unsigned int EGLenum; typedef 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize) 4 GL_ENTRY(EGLint, rcGetGLString, EGLenum name, void *buffer, EGLint bufferSize) 27 GL_ENTRY(uint32_t, rcCreateClientImage, uint32_t context, EGLenum target, GLuint buffer) 33 GL_ENTRY(void, rcCreateSyncKHR, EGLenum type, EGLint* attribs, uint32_t num_attribs, uint64_t* glsy… 36 GL_ENTRY(uint32_t, rcCreateClientImagePuid, uint32_t context, EGLenum target, GLuint buffer, uint64…
|
D | renderControl_client_proc.h | 14 typedef EGLint (renderControl_APIENTRY *rcQueryEGLString_client_proc_t) (void * ctx, EGLenum, void*… 15 typedef EGLint (renderControl_APIENTRY *rcGetGLString_client_proc_t) (void * ctx, EGLenum, void*, E… 38 …renderControl_APIENTRY *rcCreateClientImage_client_proc_t) (void * ctx, uint32_t, EGLenum, GLuint); 41 typedef void (renderControl_APIENTRY *rcCreateSyncKHR_client_proc_t) (void * ctx, EGLenum, EGLint*,…
|
D | renderControl_entry.cpp | 10 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize); 11 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize); 34 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer); 37 …void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signale… 64 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString() 70 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString() 208 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer) in rcCreateClientImage() 226 void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled… in rcCreateSyncKHR()
|
D | renderControl.types | 7 EGLenum 32 0x%08x
|
D | README | 16 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize); 138 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer)
|
D | renderControl_enc.cpp | 106 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString_enc() 151 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString_enc() 988 uint32_t rcCreateClientImage_enc(void *self , uint32_t context, EGLenum target, GLuint buffer) in rcCreateClientImage_enc() 1096 void rcCreateSyncKHR_enc(void *self , EGLenum type, EGLint* attribs, uint32_t num_attribs, int dest… in rcCreateSyncKHR_enc()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | EGLImage.h | 32 EGLenum target;
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 421 static uint64_t createNativeSync(EGLenum type, in createNativeSync() 1110 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI() 1117 EGLenum eglQueryAPI() in eglQueryAPI() 1161 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() 1771 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR() 1869 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR()
|