HomeSort by relevance Sort by last modified time
    Searched refs:EGLenum (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /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;
EglValidate.h 31 static bool supportedApi(EGLenum api);
  /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();
Config.h 46 EGLenum mColorBufferType; // Color buffer type
47 EGLenum mConfigCaveat; // Any caveats for the configuration
66 EGLenum mTransparentType; // Type of transparency supported
  /external/chromium_org/third_party/mesa/src/src/egl/main/
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,
eglsurface.h 56 EGLenum TextureFormat;
57 EGLenum TextureTarget;
60 EGLenum RenderBuffer;
61 EGLenum VGAlphaFormat;
62 EGLenum VGColorspace;
66 EGLenum MultisampleResolve;
67 EGLenum SwapBehavior;
  /external/mesa3d/src/egl/main/
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,
eglsurface.h 56 EGLenum TextureFormat;
57 EGLenum TextureTarget;
60 EGLenum RenderBuffer;
61 EGLenum VGAlphaFormat;
62 EGLenum VGColorspace;
66 EGLenum MultisampleResolve;
67 EGLenum SwapBehavior;
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.h 41 EGLenum color_buffer_type_;
43 EGLenum config_caveat_;
79 EGLenum transparent_type_;
  /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);
egl_g3d_image.h 36 EGLenum target, EGLClientBuffer buffer,
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_sync.h 36 EGLenum type, const EGLint *attrib_list);
47 EGLenum mode);
egl_g3d_image.h 36 EGLenum target, EGLClientBuffer buffer,
  /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/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);
  /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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/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...]
  /sdk/emulator/opengl/host/libs/Translator/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...]
  /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);
  /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...]

Completed in 883 milliseconds

1 2 3 4 5 6