/external/chromium_org/third_party/angle/src/libEGL/ |
Surface.h | 38 Surface(Display *display, const egl::Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget); 60 virtual EGLenum getTextureFormat() const; 61 virtual EGLenum getTextureTarget() const; 62 virtual EGLenum getFormat() const; 92 // EGLenum multisampleResolve; // Multisample resolve behavior 94 EGLenum mRenderBuffer; // Render buffer 95 EGLenum mSwapBehavior; // Buffer swap behavior 96 EGLenum mTextureFormat; // Format of texture: RGB, RGBA, or no texture 97 EGLenum mTextureTarget; // Type of texture: 2D or no textur [all...] |
main.h | 21 EGLenum API; 30 void setCurrentAPI(EGLenum API); 31 EGLenum getCurrentAPI();
|
/frameworks/native/opengl/libs/EGL/ |
egl_entries.in | 37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum) 38 EGL_ENTRY(EGLenum, eglQueryAPI, void) 41 EGL_ENTRY(EGLSurface, eglCreatePbufferFromClientBuffer, EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint *) 51 EGL_ENTRY(EGLImageKHR, eglCreateImageKHR, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint *) 56 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *) 59 EGL_ENTRY(EGLBoolean, eglSignalSyncKHR, EGLDisplay, EGLSyncKHR, EGLenum) 66 // EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint) 67 // EGL_ENTRY(EGLBoolean, eglQueryStreamKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint *) 68 // EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR *) 73 // EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR* [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl_proc.h | 36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum); 37 typedef EGLenum (* eglQueryAPI_t) (); 40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*); 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*); 61 typedef EGLSyncKHR (* eglCreateSyncKHR_t) (EGLDisplay, EGLenum, const EGLint*); 64 typedef EGLBoolean (* eglSignalSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLenum);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
egl_proc.h | 36 typedef EGLBoolean (EGLAPIENTRY *eglBindAPI_t) (EGLenum); 37 typedef EGLenum (* eglQueryAPI_t) (); 40 typedef EGLSurface (EGLAPIENTRY *eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*); 59 typedef EGLImageKHR (EGLAPIENTRY *eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*); 61 typedef EGLSyncKHR (EGLAPIENTRY *eglCreateSyncKHR_t) (EGLDisplay, EGLenum, const EGLint*); 64 typedef EGLBoolean (EGLAPIENTRY *eglSignalSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLenum);
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl_proc.h | 36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum); 37 typedef EGLenum (* eglQueryAPI_t) (); 40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*); 59 typedef EGLImageKHR (* eglCreateImageKHR_t) (EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLint*); 61 typedef EGLSyncKHR (* eglCreateSyncKHR_t) (EGLDisplay, EGLenum, const EGLint*); 64 typedef EGLBoolean (* eglSignalSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLenum);
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
EGL14.spec | 14 EGLBoolean eglBindAPI ( EGLenum api ) 15 EGLenum eglQueryAPI ( void ) 18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglThreadInfo.h | 32 void setApi(EGLenum api){m_api = api;} 33 EGLenum getApi(){return m_api;} 40 EGLenum m_api;
|
EglConfig.h | 42 EGLenum caveat, 56 EGLenum transparent_type, 80 const EGLenum m_caveat; 98 const EGLenum m_transparent_type; 102 const EGLenum m_conformant;
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglsurface.h | 56 EGLenum TextureFormat; 57 EGLenum TextureTarget; 60 EGLenum RenderBuffer; 61 EGLenum VGAlphaFormat; 62 EGLenum VGColorspace; 66 EGLenum MultisampleResolve; 67 EGLenum SwapBehavior;
|
eglcurrent.h | 64 _eglIsApiValid(EGLenum api) 75 _eglConvertApiToIndex(EGLenum api) 85 static INLINE EGLenum 105 _eglGetAPIContext(EGLenum api);
|
eglsync.h | 45 EGLenum Type; 46 EGLenum SyncStatus; 47 EGLenum SyncCondition; 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
|
/external/mesa3d/src/egl/main/ |
eglsurface.h | 56 EGLenum TextureFormat; 57 EGLenum TextureTarget; 60 EGLenum RenderBuffer; 61 EGLenum VGAlphaFormat; 62 EGLenum VGColorspace; 66 EGLenum MultisampleResolve; 67 EGLenum SwapBehavior;
|
eglcurrent.h | 64 _eglIsApiValid(EGLenum api) 75 _eglConvertApiToIndex(EGLenum api) 85 static INLINE EGLenum 105 _eglGetAPIContext(EGLenum api);
|
eglsync.h | 45 EGLenum Type; 46 EGLenum SyncStatus; 47 EGLenum SyncCondition; 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
renderControl.types | 6 EGLenum 32 0x%08x false
|
renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize) 4 GL_ENTRY(EGLint, rcGetGLString, EGLenum name, void *buffer, EGLint bufferSize)
|
renderControl_client_proc.h | 14 typedef EGLint (renderControl_APIENTRY *rcQueryEGLString_client_proc_t) (void * ctx, EGLenum, void*, EGLint); 15 typedef EGLint (renderControl_APIENTRY *rcGetGLString_client_proc_t) (void * ctx, EGLenum, void*, EGLint);
|
/sdk/emulator/opengl/host/libs/renderControl_dec/ |
renderControl.types | 6 EGLenum 32 0x%08x false
|
renderControl.in | 3 GL_ENTRY(EGLint, rcQueryEGLString, EGLenum name, void *buffer, EGLint bufferSize) 4 GL_ENTRY(EGLint, rcGetGLString, EGLenum name, void *buffer, EGLint bufferSize)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.h | 36 EGLenum type, const EGLint *attrib_list); 47 EGLenum mode);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.h | 36 EGLenum type, const EGLint *attrib_list); 47 EGLenum mode);
|
/development/ndk/platforms/android-9/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 149 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 207 EGLBoolean eglSignalSyncNV (EGLSyncNV sync, EGLenum mode); 210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 214 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode) [all...] |
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 147 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 211 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 215 EGLBoolean eglSignalSyncNV (EGLSyncNV sync, EGLenum mode); 218 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 222 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode) [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 149 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 207 EGLBoolean eglSignalSyncNV (EGLSyncNV sync, EGLenum mode); 210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 214 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode) [all...] |