Home
last modified time | relevance | path

Searched defs:cap (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/mesa/main/
Denable.c101 GLenum cap, GLboolean state) in client_state()
167 GLenum cap, GLuint index, GLboolean state) in client_state_i()
200 _mesa_EnableClientState( GLenum cap ) in _mesa_EnableClientState()
208 _mesa_EnableVertexArrayEXT( GLuint vaobj, GLenum cap ) in _mesa_EnableVertexArrayEXT()
239 _mesa_EnableClientStateiEXT( GLenum cap, GLuint index ) in _mesa_EnableClientStateiEXT()
254 _mesa_DisableClientState( GLenum cap ) in _mesa_DisableClientState()
261 _mesa_DisableVertexArrayEXT( GLuint vaobj, GLenum cap ) in _mesa_DisableVertexArrayEXT()
291 _mesa_DisableClientStateiEXT( GLenum cap, GLuint index ) in _mesa_DisableClientStateiEXT()
394 _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) in _mesa_set_enable()
1333 _mesa_Enable( GLenum cap ) in _mesa_Enable()
[all …]
/third_party/ffmpeg/libswresample/x86/
Daudio_convert_init.c25 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const… argument
26 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, fl… argument
27 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, float, cap) argument
46 #define MULTI_CAPS_FUNC(flag, cap) \ in PROTO4() argument
/third_party/ltp/lib/
Dtst_capability.c26 static void do_cap_drop(uint32_t *set, uint32_t mask, const struct tst_cap *cap) in do_cap_drop()
35 const struct tst_cap *cap) in do_cap_req()
46 void tst_cap_action(struct tst_cap *cap) in tst_cap_action()
84 struct tst_cap *cap; in tst_cap_setup() local
/third_party/rust/crates/regex/tests/
Dapi.rs95 let cap = re.captures(t!("abc")).unwrap(); in capture_index() localVariable
106 let cap = re.captures(t!("abc")).unwrap(); in capture_index_panic_usize() localVariable
115 let cap = re.captures(t!("abc")).unwrap(); in capture_index_panic_name() localVariable
134 let cap = re.captures(t!("abc")).unwrap(); in capture_misc() localVariable
159 let cap = re.captures(t!("a5")).unwrap(); in sub_capture_matches() localVariable
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl07.c41 static inline void check_cap_raise(unsigned int cap, char *message, int fail_flag) in check_cap_raise()
67 static inline void check_cap_is_set(unsigned int cap, char *message, int val) in check_cap_is_set()
80 static inline void check_cap_lower(unsigned int cap, char *message) in check_cap_lower()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_REQBUFS.c36 struct v4l2_capability cap; in do_VIDIOC_REQBUFS_capture_mmap() local
105 struct v4l2_capability cap; in do_VIDIOC_REQBUFS_capture_userptr() local
170 struct v4l2_capability cap; in do_VIDIOC_REQBUFS_output_mmap() local
239 struct v4l2_capability cap; in do_VIDIOC_REQBUFS_output_userptr() local
Dtest_VIDIOC_QUERYBUF.c251 struct v4l2_capability cap; in test_VIDIOC_QUERYBUF_capture_mmap() local
289 struct v4l2_capability cap; in test_VIDIOC_QUERYBUF_capture_userptr() local
340 struct v4l2_capability cap; in test_VIDIOC_QUERYBUF_output_mmap() local
380 struct v4l2_capability cap; in test_VIDIOC_QUERYBUF_output_userptr() local
/third_party/rust/crates/regex/src/
Dexpand.rs99 cap: Ref<'a>, field
149 let cap = in find_cap_ref() localVariable
172 let cap = match str::from_utf8(&rep[start..i]) { in find_cap_ref_braced() localVariable
/third_party/ffmpeg/libavcodec/
Dv4l2_m2m.c39 static inline int v4l2_splane_video(struct v4l2_capability *cap) in v4l2_splane_video()
51 static inline int v4l2_mplane_video(struct v4l2_capability *cap) in v4l2_mplane_video()
65 struct v4l2_capability cap; in v4l2_prepare_contexts() local
/third_party/flutter/skia/modules/pathkit/tests/
Deffects.spec.js96 cap: PathKit.StrokeCap.BUTT, property
105 cap:PathKit.StrokeCap.SQUARE, property
/third_party/skia/modules/pathkit/tests/
Deffects.spec.js96 cap: PathKit.StrokeCap.BUTT, property
105 cap:PathKit.StrokeCap.SQUARE, property
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_reader_test.cc52 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
84 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
127 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
239 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
/third_party/openssl/crypto/pkcs7/
Dpk7_attr.c20 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, in PKCS7_add_attrib_smimecap()
37 ASN1_TYPE *cap; in STACK_OF() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.cpp55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
/third_party/spirv-tools/source/opt/
Dfeature_manager.cpp54 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
67 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfeature_manager.cpp55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
/third_party/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c68 cap_t cap = cap_get_proc(); in print_my_caps() local
87 cap_t cap = cap_from_text("=eip"); in drop_root() local
102 cap_t cap; in perms_test() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve()
51 size_type cap = capacity(); in assign() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve()
51 size_type cap = capacity(); in assign() local
/third_party/flutter/skia/src/effects/
DSkOpPathEffect.cpp91 sk_sp<SkPathEffect> SkStrokePathEffect::Make(SkScalar width, SkPaint::Join join, SkPaint::Cap cap, in Make()
99 SkStrokePE::SkStrokePE(SkScalar width, SkPaint::Join join, SkPaint::Cap cap, SkScalar miter) in SkStrokePE()
120 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc() local
/third_party/spirv-tools/test/val/
Dval_extension_spv_khr_subgroup_rotate_test.cpp41 for (auto& cap : c.caps) { in operator <<() local
64 for (auto& cap : c.caps) { in AssemblyForCase() local
/third_party/skia/gm/
Dquadpaths.cpp38 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
107 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
168 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
237 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
/third_party/flutter/skia/gm/
Dquadpaths.cpp38 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
107 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
168 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
237 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
/third_party/openssl/crypto/
Ds390xcap.c82 struct OPENSSL_s390xcap_st cap; in OPENSSL_cpuid_setup() local
183 static int parse_env(struct OPENSSL_s390xcap_st *cap) in parse_env()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_extension_spv_khr_integer_dot_product.cpp50 for (const auto& cap : c.caps) { in operator <<() local
71 for (auto& cap : c.caps) { in AssemblyForCase() local
113 for (auto& cap : c.caps) { in AssemblyForCase() local

12345678910>>...13