Home
last modified time | relevance | path

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

12345678

/external/mesa3d/src/mesa/main/
Denable.c55 client_state(struct gl_context *ctx, GLenum cap, GLboolean state) in client_state()
178 _mesa_EnableClientState( GLenum cap ) in _mesa_EnableClientState()
194 _mesa_DisableClientState( GLenum cap ) in _mesa_DisableClientState()
266 _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) in _mesa_set_enable()
1088 _mesa_Enable( GLenum cap ) in _mesa_Enable()
1102 _mesa_Disable( GLenum cap ) in _mesa_Disable()
1116 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, in _mesa_set_enablei()
1151 _mesa_DisableIndexed( GLenum cap, GLuint index ) in _mesa_DisableIndexed()
1160 _mesa_EnableIndexed( GLenum cap, GLuint index ) in _mesa_EnableIndexed()
1169 _mesa_IsEnabledIndexed( GLenum cap, GLuint index ) in _mesa_IsEnabledIndexed()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Denable.c55 client_state(struct gl_context *ctx, GLenum cap, GLboolean state) in client_state()
178 _mesa_EnableClientState( GLenum cap ) in _mesa_EnableClientState()
194 _mesa_DisableClientState( GLenum cap ) in _mesa_DisableClientState()
266 _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) in _mesa_set_enable()
1088 _mesa_Enable( GLenum cap ) in _mesa_Enable()
1102 _mesa_Disable( GLenum cap ) in _mesa_Disable()
1116 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, in _mesa_set_enablei()
1151 _mesa_DisableIndexed( GLenum cap, GLuint index ) in _mesa_DisableIndexed()
1160 _mesa_EnableIndexed( GLenum cap, GLuint index ) in _mesa_EnableIndexed()
1169 _mesa_IsEnabledIndexed( GLenum cap, GLuint index ) in _mesa_IsEnabledIndexed()
[all …]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusLineCaps.h168 GpAdjustableArrowCap* cap = NULL; variable
177 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in SetHeight() local
184 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in GetHeight() local
194 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in SetWidth() local
201 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in GetWidth() local
211 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in SetMiddleInset() local
218 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in GetMiddleInset() local
228 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in SetFillState() local
235 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; in IsFilled() local
/external/qemu/audio/
Daudio_pt_int.c24 void *opaque, const char *drv, const char *cap) in audio_pt_init()
91 int audio_pt_fini (struct audio_pt *p, const char *cap) in audio_pt_fini()
109 int audio_pt_lock (struct audio_pt *p, const char *cap) in audio_pt_lock()
121 int audio_pt_unlock (struct audio_pt *p, const char *cap) in audio_pt_unlock()
133 int audio_pt_wait (struct audio_pt *p, const char *cap) in audio_pt_wait()
145 int audio_pt_unlock_and_signal (struct audio_pt *p, const char *cap) in audio_pt_unlock_and_signal()
162 int audio_pt_join (struct audio_pt *p, void **arg, const char *cap) in audio_pt_join()
Daudio.c426 void AUD_vlog (const char *cap, const char *fmt, va_list ap) in AUD_vlog()
447 void AUD_log (const char *cap, const char *fmt, ...) in AUD_log()
815 CaptureVoiceOut *cap; in audio_pcm_capture_find_specific() local
826 static void audio_notify_capture (CaptureVoiceOut *cap, audcnotification_e cmd) in audio_notify_capture()
838 static void audio_capture_maybe_changed (CaptureVoiceOut *cap, int enabled) in audio_capture_maybe_changed()
848 static void audio_recalc_and_notify_capture (CaptureVoiceOut *cap) in audio_recalc_and_notify_capture()
870 CaptureVoiceOut *cap = sc->cap; in audio_detach_capture() local
894 CaptureVoiceOut *cap; in audio_attach_capture() local
1181 static void audio_pcm_print_info (const char *cap, struct audio_pcm_info *info) in audio_pcm_print_info()
1617 CaptureVoiceOut *cap; in audio_run_capture() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_caps.h45 #define UTIL_CHECK_CAP(cap) \ argument
48 #define UTIL_CHECK_INT(cap, higher) \ argument
52 #define UTIL_CHECK_FLOAT(cap, higher) \ argument
58 #define UTIL_CHECK_SHADER(shader, cap, higher) \ argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_caps.h45 #define UTIL_CHECK_CAP(cap) \ argument
48 #define UTIL_CHECK_INT(cap, higher) \ argument
52 #define UTIL_CHECK_FLOAT(cap, higher) \ argument
58 #define UTIL_CHECK_SHADER(shader, cap, higher) \ argument
/external/chromium_org/gpu/command_buffer/client/
Dclient_context_state_impl_autogen.h27 bool ClientContextState::SetCapabilityState(GLenum cap, in SetCapabilityState()
90 bool ClientContextState::GetEnabled(GLenum cap, bool* enabled) const { in GetEnabled()
/external/libcxx/test/utilities/function.objects/func.memfn/
Dmember_function_const.pass.cpp34 const A* cap = &a; in test0() local
50 const A* cap = &a; in test1() local
66 const A* cap = &a; in test2() local
Dmember_function_volatile.pass.cpp34 volatile A* cap = &a; in test0() local
50 volatile A* cap = &a; in test1() local
66 volatile A* cap = &a; in test2() local
Dmember_function_const_volatile.pass.cpp34 const volatile A* cap = &a; in test0() local
50 const volatile A* cap = &a; in test1() local
66 const volatile A* cap = &a; in test2() local
Dmember_data.fail.cpp33 const A* cap = ap; in test() local
Dmember_data.pass.cpp33 const A* cap = ap; in test() local
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-3184.js53 String.prototype.cap = function() { method in String
57 String.prototype.cap = String.prototype.cap.wrap( method in String
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideocapturer.cc79 static bool CapabilityToFormat(const webrtc::VideoCaptureCapability& cap, in CapabilityToFormat()
100 webrtc::VideoCaptureCapability* cap) { in FormatToCapability()
184 webrtc::VideoCaptureCapability cap; in Init() local
267 webrtc::VideoCaptureCapability cap; in Start() local
/external/openssl/crypto/pkcs7/
Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) in PKCS7_add_attrib_smimecap()
84 ASN1_TYPE *cap; in STACK_OF() local
/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; in hostapd_eid_vht_capabilities() local
130 u32 cap, own_cap, sym_caps; in hostapd_get_vht_capab() local
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc116 struct v4l2_capability cap; in GetDeviceName() local
188 struct v4l2_capability cap; in CreateCapabilityMap() local
287 VideoCaptureCapability cap; in FillCapabilities() local
/external/tinyxml/
Dtinystr.cpp41 void TiXmlString::reserve (size_type cap) in reserve()
55 size_type cap = capacity(); in assign() local
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve()
51 size_type cap = capacity(); in assign() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve()
51 size_type cap = capacity(); in assign() local
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLPath.cpp67 inline GrGLenum cap_to_gl_cap(SkPaint::Cap cap) { in cap_to_gl_cap()
125 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); in InitPathObject() local
/external/skia/src/gpu/gl/
DGrGLPath.cpp71 inline GrGLenum cap_to_gl_cap(SkPaint::Cap cap) { in cap_to_gl_cap()
123 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); in GrGLPath() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsTypes.cpp106 bool parseLineCap(const String& s, LineCap& cap) in parseLineCap()
123 String lineCapName(LineCap cap) in lineCapName()
/external/chromium_org/third_party/skia/gm/
Dlinepaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
103 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local
173 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath()
247 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) { in onDraw() local

12345678