Searched refs:cap (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Denable.h41 _mesa_set_enable( struct gl_context* ctx, GLenum cap, GLboolean state );
44 _mesa_Disable( GLenum cap );
47 _mesa_Enable( GLenum cap );
50 _mesa_IsEnabled( GLenum cap );
53 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, GLuint index, GLboolean state);
56 _mesa_DisableIndexed( GLenum cap, GLuint index );
59 _mesa_EnableIndexed( GLenum cap, GLuint index );
62 _mesa_IsEnabledIndexed( GLenum cap, GLuint index );
65 _mesa_EnableClientState( GLenum cap );
68 _mesa_DisableClientState( GLenum cap );
[all...]
/external/mesa3d/src/mesa/main/
H A Denable.h41 _mesa_set_enable( struct gl_context* ctx, GLenum cap, GLboolean state );
44 _mesa_Disable( GLenum cap );
47 _mesa_Enable( GLenum cap );
50 _mesa_IsEnabled( GLenum cap );
53 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, GLuint index, GLboolean state);
56 _mesa_DisableIndexed( GLenum cap, GLuint index );
59 _mesa_EnableIndexed( GLenum cap, GLuint index );
62 _mesa_IsEnabledIndexed( GLenum cap, GLuint index );
65 _mesa_EnableClientState( GLenum cap );
68 _mesa_DisableClientState( GLenum cap );
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_caps.h45 #define UTIL_CHECK_CAP(cap) \
46 UTIL_CAPS_CHECK_CAP, PIPE_CAP_##cap
48 #define UTIL_CHECK_INT(cap, higher) \
49 UTIL_CAPS_CHECK_INT, PIPE_CAP_##cap, (unsigned)(higher)
52 #define UTIL_CHECK_FLOAT(cap, higher) \
53 UTIL_CAPS_CHECK_FLOAT, PIPE_CAPF_##cap, (unsigned)(int)(higher)
58 #define UTIL_CHECK_SHADER(shader, cap, higher) \
59 UTIL_CAPS_CHECK_SHADER, (PIPE_SHADER_##shader << 24) | PIPE_SHADER_CAP_##cap, (unsigned)(higher)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_caps.h45 #define UTIL_CHECK_CAP(cap) \
46 UTIL_CAPS_CHECK_CAP, PIPE_CAP_##cap
48 #define UTIL_CHECK_INT(cap, higher) \
49 UTIL_CAPS_CHECK_INT, PIPE_CAP_##cap, (unsigned)(higher)
52 #define UTIL_CHECK_FLOAT(cap, higher) \
53 UTIL_CAPS_CHECK_FLOAT, PIPE_CAPF_##cap, (unsigned)(int)(higher)
58 #define UTIL_CHECK_SHADER(shader, cap, higher) \
59 UTIL_CAPS_CHECK_SHADER, (PIPE_SHADER_##shader << 24) | PIPE_SHADER_CAP_##cap, (unsigned)(higher)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/external/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_data.fail.cpp33 const A* cap = ap; local
34 assert(f(cap) == f(ap));
35 f(cap) = 7;
H A Dmember_function_const.pass.cpp34 const A* cap = &a; local
35 assert(f(cap) == 'a');
50 const A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 const A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
H A Dmember_function_const_volatile.pass.cpp34 const volatile A* cap = &a; local
35 assert(f(cap) == 'a');
50 const volatile A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 const volatile A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
H A Dmember_function_volatile.pass.cpp34 volatile A* cap = &a; local
35 assert(f(cap) == 'a');
50 volatile A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 volatile A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
H A Dmember_data.pass.cpp33 const A* cap = ap; local
34 assert(f(cap) == f(ap));
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state.h23 bool GetEnabled(GLenum cap, bool* enabled) const;
28 bool SetCapabilityState(GLenum cap, bool enabled, bool* changed);
/external/qemu/audio/
H A Daudio_pt_int.c24 void *opaque, const char *drv, const char *cap)
34 logerr (p, errno, "%s(%s): sigfillset failed", cap, AUDIO_FUNC);
61 cap, AUDIO_FUNC);
77 logerr (p, err2, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
83 logerr (p, err2, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC);
87 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc);
91 int audio_pt_fini (struct audio_pt *p, const char *cap) argument
97 logerr (p, err, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
103 logerr (p, err, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC);
109 int audio_pt_lock (struct audio_pt *p, const char *cap) argument
23 audio_pt_init(struct audio_pt *p, void *(*func) (void *), void *opaque, const char *drv, const char *cap) argument
121 audio_pt_unlock(struct audio_pt *p, const char *cap) argument
133 audio_pt_wait(struct audio_pt *p, const char *cap) argument
145 audio_pt_unlock_and_signal(struct audio_pt *p, const char *cap) argument
162 audio_pt_join(struct audio_pt *p, void **arg, const char *cap) argument
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dduplex.js36 var cap = this.getDuplexCapability_();
37 if (!cap) {
42 cap.option.forEach(function(option) {
51 var cap = this.getDuplexCapability_();
52 var defaultOptions = cap.option.filter(function(option) {
H A Dlandscape.js59 var cap = this.getPageOrientationCapability_();
60 if (!cap)
64 cap.option.forEach(function(option) {
82 var cap = this.getPageOrientationCapability_();
83 var defaultOptions = cap.option.filter(function(option) {
116 var cap = this.getPageOrientationCapability_();
117 if (!cap)
119 return cap.option.some(function(option) {
H A Dcopies.js49 var cap = this.getCopiesCapability_();
50 return cap.hasOwnProperty('default') ? cap.default : '1';
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Ddevice_info_linux.cc116 struct v4l2_capability cap; local
117 if (ioctl(fd, VIDIOC_QUERYCAP, &cap) < 0)
130 memcpy(cameraName, cap.card, sizeof(cap.card));
142 if (cap.bus_info[0] != 0) // may not available in all drivers
145 if (deviceUniqueIdUTF8Length >= strlen((const char*) cap.bus_info))
148 memcpy(deviceUniqueIdUTF8, cap.bus_info,
149 strlen((const char*) cap.bus_info));
188 struct v4l2_capability cap; local
189 if (ioctl(fd, VIDIOC_QUERYCAP, &cap)
287 VideoCaptureCapability cap; local
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js53 String.prototype.cap = function() {
57 String.prototype.cap = String.prototype.cap.wrap(
62 return value.cap();
81 assertEquals("Test1 test1", "test1 test1".cap());
82 assertEquals("Test2 Test2", "test2 test2".cap(true));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusLineCaps.h168 GpAdjustableArrowCap* cap = NULL; local
171 height, width, isFilled, &cap);
172 SetNativeCap(cap);
177 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
179 cap, height));
184 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
187 cap, &height));
194 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
196 cap, width));
201 GpAdjustableArrowCap* cap local
211 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
218 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
228 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
235 GpAdjustableArrowCap* cap = (GpAdjustableArrowCap*) nativeCap; local
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) argument
39 if (cap > capacity())
42 tmp.init(length(), cap); local
51 size_type cap = capacity(); local
52 if (len > cap || cap > 3*(len + 8))
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) argument
39 if (cap > capacity())
42 tmp.init(length(), cap); local
51 size_type cap = capacity(); local
52 if (len > cap || cap > 3*(len + 8))
/external/tinyxml/
H A Dtinystr.cpp41 void TiXmlString::reserve (size_type cap) argument
43 if (cap > capacity())
46 tmp.init(length(), cap); local
55 size_type cap = capacity(); local
56 if (len > cap || cap > 3*(len + 8))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.cpp106 bool parseLineCap(const String& s, LineCap& cap) argument
109 cap = ButtCap;
113 cap = RoundCap;
117 cap = SquareCap;
123 String lineCapName(LineCap cap) argument
125 ASSERT(cap >= 0);
126 ASSERT(cap < 3);
128 return names[cap];
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool

Completed in 1380 milliseconds

1234567891011>>