/frameworks/native/opengl/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 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 215 EGLAPI EGLBoolean EGLAPIENTRY 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...] |
/external/chromium_org/gpu/gles2_conform_support/egl/ |
config.h | 41 EGLenum color_buffer_type_; 43 EGLenum config_caveat_; 79 EGLenum transparent_type_;
|
egl.cc | 249 EGLBoolean eglBindAPI(EGLenum api) { 253 EGLenum eglQueryAPI() { 266 EGLenum buftype,
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
renderControl_entry.cpp | 11 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize); 12 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize); 55 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize) 61 EGLint rcGetGLString(EGLenum name, void* buffer, EGLint bufferSize)
|
renderControl_enc.h | 27 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize); 28 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize);
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl.cpp | 129 EGLBoolean eglBindAPI(EGLenum api) 134 EGLenum eglQueryAPI() 149 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 239 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) 249 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) 264 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
|
/external/chromium_org/third_party/angle/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...] |
egl.h | 45 typedef unsigned int EGLenum; 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Config.h | 46 EGLenum mColorBufferType; // Color buffer type 47 EGLenum mConfigCaveat; // Any caveats for the configuration 66 EGLenum mTransparentType; // Type of transparency supported
|
main.cpp | 105 void setCurrentAPI(EGLenum API) 112 EGLenum getCurrentAPI()
|
Surface.cpp | 49 Surface::Surface(Display *display, const Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureType) 393 EGLenum Surface::getTextureFormat() const 398 EGLenum Surface::getTextureTarget() const 413 EGLenum Surface::getFormat() const
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.h | 99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list); 102 typedef _EGLImage *(*CreateImageKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list); 106 typedef _EGLSync *(*CreateSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum type, const EGLint *attrib_list); 109 typedef EGLBoolean (*SignalSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLenum mode);
|
eglsync.c | 69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_image.h | 36 EGLenum target, EGLClientBuffer buffer,
|
egl_g3d.h | 79 EGLenum client_buffer_type;
|
/external/mesa3d/src/egl/main/ |
eglapi.h | 99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list); 102 typedef _EGLImage *(*CreateImageKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list); 106 typedef _EGLSync *(*CreateSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum type, const EGLint *attrib_list); 109 typedef EGLBoolean (*SignalSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLenum mode);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_image.h | 36 EGLenum target, EGLClientBuffer buffer,
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglValidate.h | 31 static bool supportedApi(EGLenum api);
|
EglConfig.cpp | 22 EGLenum caveat, 36 EGLenum transparent_type, 340 if(dummy.m_conformant != (EGLenum)EGL_DONT_CARE &&
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl.cpp | 416 EGLBoolean eglBindAPI(EGLenum api) 421 EGLenum eglQueryAPI() 436 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 623 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) 635 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) 650 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
|
/cts/tests/tests/openglperf/jni/ |
OpenGlPerfNativeJni.cpp | 27 EGLenum type, const EGLint *attrib_list);
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 45 typedef unsigned int EGLenum; 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 45 typedef unsigned int EGLenum; 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/khronos/EGL/ |
egl.h | 45 typedef unsigned int EGLenum; 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
egl.h | 45 typedef unsigned int EGLenum; 277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api); 278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void); 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|