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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 341 if (r300->screen->caps.is_r500) {
388 if (r300->screen->caps.is_r500) {
565 if (r300->screen->caps.family == CHIP_FAMILY_RV530) {
578 struct r300_capabilities* caps = &r300->screen->caps; local
608 1 << (caps->high_second_pipe ? 3 : 1));
659 struct r300_capabilities *caps = &r300->screen->caps; local
668 if (caps->family == CHIP_FAMILY_RV530) {
744 if (r300->screen->caps.is_r500)
    [all...]
r300_fs.c 263 if (r300->screen->caps.is_r500) {
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
325 (r300->screen->caps.is_r400 ? 2 : 0) +
344 } else if (r300->screen->caps.is_r400) {
360 if (r300->screen->caps.is_r400) {
401 if (r300->screen->caps.is_r400) {
451 compiler.Base.is_r500 = r300->screen->caps.is_r500;
452 compiler.Base.is_r400 = r300->screen->caps.is_r400;
495 if (!r300->screen->caps.is_r500 ||
r300_texture_desc.c 123 boolean is_rs690 = (screen->caps.family == CHIP_FAMILY_RS600 ||
124 screen->caps.family == CHIP_FAMILY_RS690 ||
125 screen->caps.family == CHIP_FAMILY_RS740);
222 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350;
361 if (screen->caps.family == CHIP_FAMILY_RV530) {
376 zcompsize = screen->caps.z_compress == R300_ZCOMP_8X8 &&
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
407 if (hiz_numdw <= screen->caps.hiz_ram * pipes) {
422 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350;
r300_hyperz.c 121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500)
160 if (r300->screen->caps.is_r500) {
212 if (r300->screen->caps.is_r500) {
r300_vs.c 90 if (r300->screen->caps.has_tcl) {
219 compiler.Base.is_r500 = r300->screen->caps.is_r500;
226 compiler.Base.max_alu_insts = r300->screen->caps.is_r500 ? 1024 : 256;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 204 int caps = MediaEngine::VIDEO_RECV; local
206 caps |= MediaEngine::AUDIO_SEND;
209 caps |= MediaEngine::AUDIO_RECV;
212 caps |= MediaEngine::VIDEO_SEND;
214 return caps;
526 WAVEINCAPS caps; local
527 if (waveInGetDevCaps(i, &caps, sizeof(caps)) == MMSYSERR_NOERROR &&
528 caps.wChannels > 0) {
529 devs->push_back(Device(talk_base::ToUtf8(caps.szPname)
536 WAVEOUTCAPS caps; local
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 91 private final EnumSet<Caps> caps = EnumSet.noneOf(Caps.class); field in class:LwjglRenderer
137 public EnumSet<Caps> getCaps() {
138 return caps;
145 caps.add(Caps.OpenGL20);
147 caps.add(Caps.OpenGL21);
149 caps.add(Caps.OpenGL30);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 263 if (r300->screen->caps.is_r500) {
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
325 (r300->screen->caps.is_r400 ? 2 : 0) +
344 } else if (r300->screen->caps.is_r400) {
360 if (r300->screen->caps.is_r400) {
401 if (r300->screen->caps.is_r400) {
451 compiler.Base.is_r500 = r300->screen->caps.is_r500;
452 compiler.Base.is_r400 = r300->screen->caps.is_r400;
495 if (!r300->screen->caps.is_r500 ||
r300_texture_desc.c 123 boolean is_rs690 = (screen->caps.family == CHIP_FAMILY_RS600 ||
124 screen->caps.family == CHIP_FAMILY_RS690 ||
125 screen->caps.family == CHIP_FAMILY_RS740);
222 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350;
361 if (screen->caps.family == CHIP_FAMILY_RV530) {
376 zcompsize = screen->caps.z_compress == R300_ZCOMP_8X8 &&
387 zcomp_numdw <= screen->caps.zmask_ram * pipes) {
407 if (hiz_numdw <= screen->caps.hiz_ram * pipes) {
422 boolean rv350_mode = screen->caps.family >= CHIP_FAMILY_R350;
r300_hyperz.c 121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500)
160 if (r300->screen->caps.is_r500) {
212 if (r300->screen->caps.is_r500) {
r300_vs.c 90 if (r300->screen->caps.has_tcl) {
219 compiler.Base.is_r500 = r300->screen->caps.is_r500;
226 compiler.Base.max_alu_insts = r300->screen->caps.is_r500 ? 1024 : 256;
  /external/chromium_org/chrome/test/install_test/
install_test.py 100 def StartChrome(self, caps={}, options=None):
103 If both caps and options have the same settings, the settings from options
107 caps: Capabilities that will be passed to ChromeDriver.
110 self._driver = Chrome(self._service.service_url, caps, options)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.cpp 77 } else if (gpu->caps()->bufferLockSupport()) {
95 GrAssert(gpu->caps()->bufferLockSupport());
GrGLCaps.h 112 GrGLCaps(const GrGLCaps& caps);
114 GrGLCaps& operator = (const GrGLCaps& caps);
117 * Resets the caps such that nothing is supported.
202 * Prints the caps info using GrPrintf.
  /external/qemu/audio/
winaudio.c 232 WAVEOUTCAPS caps; local
234 result = waveOutGetDevCaps((UINT) s->waveout, &caps, sizeof(caps));
238 printf("Audio out device: %s\n", caps.szPname);
483 WAVEINCAPS caps; local
485 result = waveInGetDevCaps((UINT) s->wavein, &caps, sizeof(caps));
489 printf("Audio in device: %s\n", caps.szPname);
  /external/qemu/
gen-charmap.py 25 /* keycode base caps fn caps+fn number */
111 caps = quote(m.group(1))
129 result.append( (keycode,base,caps,fn,caps_fn,number) )
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 77 } else if (gpu->caps()->bufferLockSupport()) {
95 GrAssert(gpu->caps()->bufferLockSupport());
GrGLCaps.h 112 GrGLCaps(const GrGLCaps& caps);
114 GrGLCaps& operator = (const GrGLCaps& caps);
117 * Resets the caps such that nothing is supported.
202 * Prints the caps info using GrPrintf.
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 131 static int makeTextContentType(Capitalize caps, boolean autoText) {
133 switch (caps) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 62 const FrameBufferCaps &caps = fb->getCaps(); local
205 const FrameBufferCaps &caps = fb->getCaps(); local
  /external/kernel-headers/original/linux/mmc/
host.h 85 unsigned long caps; /* Host capabilities */ member in struct:mmc_host
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 69 unsigned int caps; member in struct:_sm_selem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 69 unsigned int caps; member in struct:_sm_selem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 69 unsigned int caps; member in struct:_sm_selem
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 37 import com.jme3.renderer.Caps;
98 Collection<Caps> caps = renderer.getCaps(); local
99 if (numSamples > 1 && caps.contains(Caps.FrameBufferMultisample) && caps.contains(Caps.OpenGL31)) {

Completed in 941 milliseconds

1 2 3 4 5 67 8 91011>>