Lines Matching refs:EGLBoolean
44 EGLBoolean chooseConfig(EGLint const *attrib_list,
48 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const;
57 EGLBoolean destroyContext(EGLContext context) const;
58 EGLBoolean destroySurface(EGLSurface surface) const;
59 EGLBoolean makeCurrent(EGLSurface surface, EGLContext context) const;
61 EGLBoolean querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const;
62 EGLBoolean swapBuffers(EGLSurface surface) const;
64 EGLBoolean bindTexImage(EGLSurface surface, EGLint buffer) const;
65 EGLBoolean releaseTexImage(EGLSurface surface, EGLint buffer) const;
66 EGLBoolean surfaceAttrib(EGLSurface surface, EGLint attribute, EGLint value) const;
67 EGLBoolean swapInterval(EGLint interval) const;
75 EGLBoolean destroyImageKHR(EGLImageKHR image) const;
78 EGLBoolean destroySyncKHR(EGLSyncKHR sync) const;
80 EGLBoolean getSyncAttribKHR(EGLSyncKHR sync, EGLint attribute, EGLint *value) const;
84 EGLBoolean swapBuffersWithDamageKHR(EGLSurface surface,
88 EGLBoolean presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const;
92 EGLBoolean getCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) const;
93 EGLBoolean getCompositorTimingANDROID(EGLSurface surface,
97 EGLBoolean getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const;
98 EGLBoolean getFrameTimestampSupportedANDROID(EGLSurface surface, EGLint timestamp) const;
99 EGLBoolean getFrameTimestampsANDROID(EGLSurface surface,