HomeSort by relevance Sort by last modified time
    Searched full:outputs (Results 26 - 50 of 2573) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
video_encoder.h 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability
17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
matroxfb.h 25 /* connect these outputs to this framebuffer */
27 /* which outputs are connected to this framebuffer */
29 /* which outputs are available for this framebuffer */
31 /* which outputs exist on this framebuffer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability
17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
matroxfb.h 25 /* connect these outputs to this framebuffer */
27 /* which outputs are connected to this framebuffer */
29 /* which outputs are available for this framebuffer */
31 /* which outputs exist on this framebuffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability
17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
matroxfb.h 25 /* connect these outputs to this framebuffer */
27 /* which outputs are connected to this framebuffer */
29 /* which outputs are available for this framebuffer */
31 /* which outputs exist on this framebuffer */
  /external/chromium/net/base/
net_resources.grd 3 <outputs>
9 </outputs>
  /external/chromium_org/net/base/
net_resources.grd 3 <outputs>
9 </outputs>
  /external/chromium_org/tools/gyp/test/mac/action-envvars/action/
action.gyp 12 'outputs': [
23 'outputs': [
  /external/icu4c/layout/
layout.vcxproj 381 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
384 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
387 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
390 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extens (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs.c 108 struct r300_shader_semantics* outputs = &vs->outputs; local
111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
120 c->code->outputs[outputs->pos] = reg++;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 108 struct r300_shader_semantics* outputs = &vs->outputs; local
111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
120 c->code->outputs[outputs->pos] = reg++;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSToolFile.py 27 outputs, extensions):
35 outputs: outputs of the rule.
42 'Outputs': ';'.join(outputs),
  /external/icu4c/layoutex/
layoutex.vcxproj 255 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
258 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
261 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs>
264 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extens (…)
    [all...]
  /external/chromium_org/chrome/browser/devtools/frontend/
devtools_discovery_page_resources.grd 3 <outputs>
14 </outputs>
  /external/chromium_org/chrome/browser/resources/
options_resources.grd 3 <outputs>
8 </outputs>
translate_internals_resources.grd 3 <outputs>
10 </outputs>
  /external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/
executable.gyp 20 'outputs': [
33 'outputs': [
  /external/chromium_org/tools/gyp/test/restat/src/
restat.gyp 17 'outputs': [
40 'outputs': [
  /external/skia/gm/tests/
rebaseline.sh 3 # Rebaseline the outputs/*/output-expected/ subdirectories used by the
15 EXPECTED_FILES=$(find outputs/*/output-expected -type f | grep -v /\.svn/)
22 ACTUAL_FILES=$(find outputs/*/output-actual -type f | grep -v /\.svn/)
33 rm -rf outputs/*/output-actual
34 FILES=$(svn stat outputs/* | grep ^\? | awk '{print $2}')
38 FILES=$(svn stat outputs/*/output-expected | grep ^\? | awk '{print $2}')
45 FILES=$(svn stat outputs/*/output-expected | grep ^\! | awk '{print $2}')
49 FILES=$(svn stat outputs/* | grep ^\! | awk '{print $2}')
  /external/chromium_org/tools/gyp/test/actions-multiple/src/
actions.gyp 33 'outputs': [
48 'outputs': [
63 'outputs': [
78 'outputs': [
104 'outputs': [
120 'outputs': [
136 'outputs': [
152 'outputs': [
174 'outputs': [
189 'outputs':
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLOutputStream.java 7 * Stream that outputs encoding based on definite length.
  /external/chromium/build/
output_dll_copy.rules 10 Outputs="$(OutDir)\$(InputFileName)"
  /external/chromium_org/build/
output_dll_copy.rules 10 Outputs="$(OutDir)\$(InputFileName)"
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/
Blit.vs 17 // Outputs the homogenous position as-is.
18 // Outputs a tex coord with (0,0) in the upper-left corner of the screen and (1,1) in the bottom right.
32 // Outputs the homogenous position as-is.
33 // Outputs a tex coord with (0,1) in the upper-left corner of the screen and (1,0) in the bottom right.

Completed in 673 milliseconds

12 3 4 5 6 7 8 91011>>