HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 226 - 250 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iputils/
traceroute6.c 355 cap_t caps = cap_init(); local
356 if (cap_set_proc(caps)) {
360 cap_free(caps);
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.cpp 306 if (!attemptLock && fGpu->caps()->bufferLockSupport()) {
354 if (fGpu->caps()->bufferLockSupport() &&
GrDrawTarget.cpp 417 if (this->caps()->dstReadInShaderSupport() || !this->getDrawState().willEffectReadDstColor()) {
521 GrAssert(this->caps()->pathStencilingSupport());
533 if (!this->caps()->hwAALineSupport() ||
545 return this->caps()->dualSourceBlendingSupport() ||
    [all...]
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.h 48 const GrDrawTargetCaps* caps() const { return fCaps.get(); } function in class:GrDrawTarget
    [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 306 if (!attemptLock && fGpu->caps()->bufferLockSupport()) {
354 if (fGpu->caps()->bufferLockSupport() &&
GrDrawTarget.cpp 417 if (this->caps()->dstReadInShaderSupport() || !this->getDrawState().willEffectReadDstColor()) {
521 GrAssert(this->caps()->pathStencilingSupport());
533 if (!this->caps()->hwAALineSupport() ||
545 return this->caps()->dualSourceBlendingSupport() ||
    [all...]
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.h 48 const GrDrawTargetCaps* caps() const { return fCaps.get(); } function in class:GrDrawTarget
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 297 vpx_codec_caps_t caps; /**< Decoder capabilities */ member in struct:vpx_codec_iface
  /external/qemu/android/camera/
camera-capture-linux.c 98 struct v4l2_capability caps; member in struct:LinuxCameraDevice
516 if (_xioctl(cd->handle, VIDIOC_QUERYCAP, &cd->caps) < 0) {
533 if (!(cd->caps.capabilities & V4L2_CAP_VIDEO_CAPTURE)) {
896 if (!(cd->caps.capabilities & V4L2_CAP_READWRITE)) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 62 if ((desc.caps & DLCAPS_SURFACE) && (desc.type & DLTF_VIDEO))
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 252 dst->caps = src->caps;
425 int caps_diff = old->caps ^ new->caps;
scan.c     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 70 const FrameBufferCaps &caps = fb->getCaps(); local
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 77 private final EnumSet<Caps> caps = EnumSet.noneOf(Caps.class); field in class:OGLESShaderRenderer
149 public EnumSet<Caps> getCaps() {
150 return caps;
191 caps.add(Caps.GLSL100);
195 if (!caps.contains(Caps.GLSL100)) {
197 caps.add(Caps.GLSL100)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 51 unsigned caps; member in struct:x86_function
151 return p->caps;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c     [all...]
  /external/chromium_org/third_party/opus/src/celt/
rate.c 143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 51 unsigned caps; member in struct:x86_function
151 return p->caps;
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 210 static const GrGLenum* GetTexParamSwizzle(GrPixelConfig config, const GrGLCaps& caps);
GrGpuGL.h 61 const GrGLCaps& glCaps() const { return *fGLContext.info().caps(); }
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 210 static const GrGLenum* GetTexParamSwizzle(GrPixelConfig config, const GrGLCaps& caps);
GrGpuGL.h 61 const GrGLCaps& glCaps() const { return *fGLContext.info().caps(); }

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>