HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 351 - 375 of 601) sorted by null

<<11121314151617181920>>

  /external/iputils/
traceroute6.c 355 cap_t caps = cap_init(); local
356 if (cap_set_proc(caps)) {
360 cap_free(caps);
  /external/skia/gm/
beziereffects.cpp 166 *context->caps()));
309 *context->caps(), SkMatrix::I(), false));
546 *context->caps(), SkMatrix::I(), false));
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 448 VIDEO_STREAM_CONFIG_CAPS caps; local
473 reinterpret_cast<BYTE*> (&caps));
513 reinterpret_cast<BYTE*> (&caps));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 340 String caps = null; local
493 caps = "";
518 caps, rssi, freq, (long) 0, seen);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 657 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override;
817 void GrRectBlurEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
819 GrGLRectBlurEffect::GenKey(*this, caps, b);
    [all...]
SkMagnifierImageFilter.cpp 179 void GrMagnifierEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
181 GrGLMagnifierEffect::GenKey(*this, caps, b);
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 617 if (bss->caps & WLAN_CAPABILITY_SPECTRUM_MGMT)
619 if (bss->caps & WLAN_CAPABILITY_QOS)
621 if (bss->caps & WLAN_CAPABILITY_APSD)
623 if (bss->caps & WLAN_CAPABILITY_RADIO_MEASUREMENT)
625 if (bss->caps & WLAN_CAPABILITY_DELAYED_BLOCK_ACK)
627 if (bss->caps & WLAN_CAPABILITY_IMM_BLOCK_ACK)
    [all...]
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 323 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
325 GLSLProcessor::GenKey(*this, caps, b);
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 292 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
294 GrGLRadialGradient::GenKey(*this, caps, b);
SkGradientShaderPriv.h 431 const GrGLSLCaps* caps,
  /external/skia/src/gpu/batches/
GrAALinearizingConvexPathRenderer.cpp 278 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
281 that->bounds(), caps)) {
GrAAConvexPathRenderer.cpp 643 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
644 GLSLProcessor::GenKey(*this, caps, b);
    [all...]
GrAAHairLinePathRenderer.cpp 730 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
734 that->bounds(), caps)) {
827 target->caps(),
836 target->caps(),
    [all...]
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 162 void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
164 GrGLMatrixConvolutionEffect::GenKey(*this, caps, b);
  /external/skia/tests/
PaintTest.cpp 223 const SkPaint::Cap caps[] = { local
255 FOR_SETUP(l, caps, setStrokeCap)
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 431 static int makeTextContentType(Capitalize caps, boolean autoText) {
433 switch (caps) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java 59 String[] bssids, int[] frequencies, String[] caps, int[] levels,
66 bssids[index], caps[index], levels[index], frequencies[index], timeStamp,
82 String[] bssids, int[] frequencies, String[] caps, int[] levels,
90 bssids[index], caps[index], levels[index], frequencies[index], timeStamp,
829 String[] caps = {"[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]", local
1432 String[] caps = {"[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]", local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asoc.h 279 struct snd_soc_tplg_stream_caps caps[2]; member in struct:snd_soc_tplg_pcm
  /external/kernel-headers/original/uapi/sound/
asoc.h 393 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */ member in struct:snd_soc_tplg_pcm
  /external/libopus/celt/
celt.c 189 cap[i] = (m->cache.caps[m->nbEBands*(2*LM+C-1)+i]+64)*C*N>>2;
  /external/opencv3/3rdparty/libjasper/
jpc_cs.h 183 uint_fast16_t caps; member in struct:__anon20860
  /external/skia/src/gpu/
GrDrawContext.cpp 498 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
542 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
702 GrShaderCaps* shaderCaps = fContext->caps()->shaderCaps();
746 canDrawArgs.fShaderCaps = fDrawingManager->getContext()->caps()->shaderCaps();
GrPipelineBuilder.h 180 bool willXPNeedDstTexture(const GrCaps& caps,
GrResourceCache.h 52 GrResourceCache(const GrCaps* caps);
GrResourceProvider.cpp 195 if (this->caps()->oversizedStencilSupport()) {

Completed in 792 milliseconds

<<11121314151617181920>>