/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
H A D | poll.h | 52 const struct timespec* timeout, const sigset_t* mask)
61 return __ppoll_chk(fds, fd_amount, timeout, mask, bos_fds);
64 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(ppoll)(fds, fd_amount, timeout, mask);
|
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | inotify.h | 13 uint32_t mask, cookie, len;
member
|
H A D | fanotify.h | 15 unsigned long long mask
member
|
/interface/sdk_c/third_party/openGLES/GLES2/ |
H A D | gl2.h | 379 typedef void (GL_APIENTRYP PFNGLCLEARPROC) (GLbitfield mask);
463 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
464 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
465 typedef void (GL_APIENTRYP PFNGLSTENCILMASKPROC) (GLuint mask);
466 typedef void (GL_APIENTRYP PFNGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask);
522 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
606 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
607 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
608 GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask);
609 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);
[all...] |
H A D | gl2ext.h | 871 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
873 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1464 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERLAYERSEXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1465 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERLAYEREXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter);
1467 GL_APICALL void GL_APIENTRY glBlitFramebufferLayersEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1468 GL_APICALL void GL_APIENTRY glBlitFramebufferLayerEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter);
2754 typedef void (GL_APIENTRYP PFNGLCOVERAGEMASKNVPROC) (GLboolean mask);
2757 GL_APICALL void GL_APIENTRY glCoverageMaskNV (GLboolean mask);
2896 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
2898 GL_APICALL void GL_APIENTRY glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenu [all...] |
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | resolv.h | 43 uint32_t mask;
member
|
/interface/sdk_c/third_party/openGLES/GLES3/ |
H A D | gl31.h | 379 typedef void (GL_APIENTRYP PFNGLCLEARPROC) (GLbitfield mask);
463 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
464 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
465 typedef void (GL_APIENTRYP PFNGLSTENCILMASKPROC) (GLuint mask);
466 typedef void (GL_APIENTRYP PFNGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask);
522 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
606 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
607 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
608 GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask);
609 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);
[all...] |
H A D | gl3.h | 379 typedef void (GL_APIENTRYP PFNGLCLEARPROC) (GLbitfield mask);
463 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
464 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
465 typedef void (GL_APIENTRYP PFNGLSTENCILMASKPROC) (GLuint mask);
466 typedef void (GL_APIENTRYP PFNGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask);
522 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
606 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
607 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
608 GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask);
609 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);
[all...] |
H A D | gl32.h | 379 typedef void (GL_APIENTRYP PFNGLCLEARPROC) (GLbitfield mask);
463 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCPROC) (GLenum func, GLint ref, GLuint mask);
464 typedef void (GL_APIENTRYP PFNGLSTENCILFUNCSEPARATEPROC) (GLenum face, GLenum func, GLint ref, GLuint mask);
465 typedef void (GL_APIENTRYP PFNGLSTENCILMASKPROC) (GLuint mask);
466 typedef void (GL_APIENTRYP PFNGLSTENCILMASKSEPARATEPROC) (GLenum face, GLuint mask);
522 GL_APICALL void GL_APIENTRY glClear (GLbitfield mask);
606 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
607 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask);
608 GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask);
609 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask);
[all...] |
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/ |
H A D | nameser.h | 48 struct _ns_flagdata { int mask, shift; };
member 57 (((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift)
|
/interface/sdk_c/arkui/ace_engine/native/ |
H A D | native_gesture.h | 835 * @param mask Indicates the gesture masking mode. 840 ArkUI_NodeHandle node, ArkUI_GestureRecognizer* recognizer, ArkUI_GesturePriority mode, ArkUI_GestureMask mask);
|
H A D | native_type.h | 1373 * @brief Enumerates the mask types. 1538 * @brief Defines a mask area. 1543 /** X coordinate of the mask area. */ 1545 /** Y coordinate of the mask area. */ 1547 /** Width of the mask area. */ 1549 /** Height of the mask area. */ 2679 * @brief Sets whether to display the mask style of the dot navigation indicator. 2682 * @param mask Whether to display the mask style. True means to display. 2685 void OH_ArkUI_SwiperIndicator_SetMask(ArkUI_SwiperIndicator* indicator, int32_t mask); [all...] |
/interface/sdk_c/third_party/vulkan-headers/vulkan/ |
H A D | vulkan_core.h | 13549 uint32_t mask:8;
member 16099 uint32_t mask:8;
member 16128 uint32_t mask:8;
member
|