Home
last modified time | relevance | path

Searched refs:mask (Results 1 - 13 of 13) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
H A Dpoll.h52 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 Dinotify.h13 uint32_t mask, cookie, len; member
H A Dfanotify.h15 unsigned long long mask member
/interface/sdk_c/third_party/openGLES/GLES2/
H A Dgl2.h379 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 Dgl2ext.h871 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 Dresolv.h43 uint32_t mask; member
/interface/sdk_c/third_party/openGLES/GLES3/
H A Dgl31.h379 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 Dgl3.h379 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 Dgl32.h379 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 Dnameser.h48 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 Dnative_gesture.h835 * @param mask Indicates the gesture masking mode.
840 ArkUI_NodeHandle node, ArkUI_GestureRecognizer* recognizer, ArkUI_GesturePriority mode, ArkUI_GestureMask mask);
H A Dnative_type.h1373 * @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 Dvulkan_core.h13549 uint32_t mask:8; member
16099 uint32_t mask:8; member
16128 uint32_t mask:8; member

Completed in 94 milliseconds