Home
last modified time | relevance | path

Searched refs:EGLAPI (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h131 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay (void);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
134 EGLAPI EGLint EGLAPIENTRY eglGetError (void);
142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
203 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void);
205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);
206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
[all …]
H A Deglext.h131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
649 EGLAPI EGLBoolean EGLAPIENTRY eglCompositorBindTexWindowEXT (EGLint external_win_id);
1178 EGLAPI EGLBoolean EGLAPIENTRY eglStreamFlushNV (EGLDisplay dpy, EGLStreamKHR stream);
1288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync);
1289 EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync);
1291 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
1304 EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV (void);
[all …]
H A Deglext_angle.h121 EGLAPI EGLBoolean EGLAPIENTRY eglCreateStreamProducerD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR s…
122 EGLAPI EGLBoolean EGLAPIENTRY eglStreamPostD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, voi…
151 EGLAPI EGLDeviceEXT EGLAPIENTRY eglCreateDeviceANGLE(EGLint device_type, void *native_device, const…
152 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseDeviceANGLE(EGLDeviceEXT device);
168 EGLAPI EGLint EGLAPIENTRY eglProgramCacheGetAttribANGLE(EGLDisplay dpy, EGLenum attrib);
169 EGLAPI void EGLAPIENTRY eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *…
170 EGLAPI void EGLAPIENTRY eglProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysiz…
171 EGLAPI EGLint EGLAPIENTRY eglProgramCacheResizeANGLE(EGLDisplay dpy, EGLint limit, EGLenum mode);
204 EGLAPI const char *EGLAPIENTRY eglQueryStringiANGLE(EGLDisplay dpy, EGLint name, EGLint index);
205 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribANGLE(EGLDisplay dpy, EGLint attribute, EGLAttri…
H A Deglplatform.h49 #ifndef EGLAPI
50 #define EGLAPI KHRONOS_APICALL macro
/aosp12/frameworks/native/opengl/libs/
H A Degl_impl.h32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
33 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index);
34 EGLAPI GLint egl_get_num_extensions_for_current_context();
35 EGLAPI egl_connection_t* egl_get_connection();
H A Dhooks.h81 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
91 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() { in getGlThreadSpecific()
/aosp12/frameworks/native/opengl/libs/EGL/
H A DGLES_layers.md114 EGLAPI EGLBoolean EGLAPIENTRY glesLayer_eglChooseConfig (
128 EGLAPI EGLFuncPointer EGLAPIENTRY eglGPA(const char* funcName) {
139 EGLAPI void EGLAPIENTRY glesLayer_InitializeLayer(
145 EGLAPI EGLFuncPointer EGLAPIENTRY glesLayer_GetLayerProcAddress(
158 __attribute((visibility("default"))) EGLAPI void AndroidGLESLayer_Initialize(
162 __attribute((visibility("default"))) EGLAPI void* AndroidGLESLayer_GetProcAddres(
175 EGLAPI EGLBoolean EGLAPIENTRY glesLayer_eglChooseConfig (
189 EGLAPI EGLFuncPointer EGLAPIENTRY eglGPA(const char* funcName) {
200 EGLAPI void EGLAPIENTRY glesLayer_InitializeLayer(
209 EGLAPI EGLFuncPointer EGLAPIENTRY glesLayer_GetLayerProcAddress(
[all …]
H A Degl_cache.h33 class EGLAPI egl_cache_t {
H A Degl_display.h44 class EGLAPI egl_display_t { // marked as EGLAPI for testing purposes
H A DeglApi.cpp159 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame()
282 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name) { in eglQueryStringImplementationANDROID()
H A Degl_platform_entries.cpp873 void EGLAPI eglBeginFrameImpl(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrameImpl()
1413 EGLAPI const char* eglQueryStringImplementationANDROIDImpl(EGLDisplay dpy, EGLint name) { in eglQueryStringImplementationANDROIDImpl()
/aosp12/frameworks/native/opengl/tests/lib/include/
H A DEGLUtils.h32 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
/aosp12/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp33 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp38 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp59 EGLAPI EGLBoolean eglGpuPerfHintQCOM(EGLDisplay dpy, EGLContext ctx,
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp60 EGLAPI EGLBoolean eglGpuPerfHintQCOM(EGLDisplay dpy, EGLContext ctx,
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp61 EGLAPI EGLBoolean eglGpuPerfHintQCOM(EGLDisplay dpy, EGLContext ctx,