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

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test8 Usage: glcpp [options...]
/external/clang/test/CodeGen/
H A D2006-09-18-fwrite-cast-crash.c7 static void Usage(signed char *ltmp_611_6) { function
/external/tpm2/
H A DTPMCmds.c29 // Usage()
34 Usage( function
39 fprintf_s(stderr, "Usage:\n");
64 Usage(argv[0]);
70 Usage(argv[0]);
75 Usage(argv[0]);
/external/vboot_reference/cgpt/
H A Dcmd_create.c13 static void Usage(void) function
60 Usage();
77 Usage();
82 Usage();
H A Dcmd_legacy.c13 static void Usage(void) function
51 Usage();
68 Usage();
73 Usage();
H A Dcmd_boot.c13 static void Usage(void) function
68 Usage();
85 Usage();
H A Dcmd_repair.c13 static void Usage(void) function
51 Usage();
68 Usage();
H A Dcmd_prioritize.c16 static void Usage(void) function
86 Usage();
103 Usage();
109 Usage();
H A Dcmd_show.c15 static void Usage(void) function
95 Usage();
112 Usage();
118 Usage();
H A Dcgpt.c42 void Usage(void) { function
68 Usage();
94 Usage();
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DVertexAttribute.java19 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
22 /** A single vertex attribute defined by its {@link Usage}, its number of components and its shader alias. The Usage is needed for
29 /** the attribute {@link Usage} **/
63 this(usage, numComponents, usage == Usage.ColorPacked ? GL20.GL_UNSIGNED_BYTE : GL20.GL_FLOAT,
64 usage == Usage.ColorPacked, alias, index);
82 return new VertexAttribute(Usage.Position, 3, ShaderProgram.POSITION_ATTRIBUTE);
86 return new VertexAttribute(Usage.TextureCoordinates, 2, ShaderProgram.TEXCOORD_ATTRIBUTE + unit, unit);
90 return new VertexAttribute(Usage.Normal, 3, ShaderProgram.NORMAL_ATTRIBUTE);
94 return new VertexAttribute(Usage
[all...]
/external/vboot_reference/scripts/keygeneration/
H A Dmake_pair.sh13 Usage: $0 <algoid> <out_keypair>
H A Dmake_keyblock.sh14 Usage: $0 <in_public_key> <in_signing_key> <flags> <out_keyblock>
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
H A DMeshBuilderTest.java12 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
57 meshBuilder.begin(Usage.Position | Usage.Normal | Usage.ColorPacked | Usage.TextureCoordinates, GL20.GL_TRIANGLES);
67 MeshPartBuilder mpb = modelBuilder.part("box", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates
68 | Usage.ColorPacked, material);
73 mpb = modelBuilder.part("sphere", GL20.GL_TRIANGLES, Usage
[all...]
H A DMaterialTest.java25 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
67 model = builder.createBox(1, 1, 1, new Material(), Usage.Position | Usage.Normal | Usage.TextureCoordinates);
75 MeshPartBuilder mpb = builder.part("back", GL20.GL_TRIANGLES, Usage.Position | Usage.TextureCoordinates, new Material(
/external/valgrind/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results7 Usage: $0 result_file_1 result_file_2
/external/vboot_reference/scripts/image_signing/
H A Dswap_rootfs.sh13 Usage: $PROG dst_image src_image
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h22 enum Usage { enum in class:GrGLBufferImpl
35 Usage fUsage;
/external/vboot_reference/tests/futility/
H A Dtest_main.sh17 grep Usage "$TMP"
58 ${FUTILITY} muggle | grep Usage:
59 ./buggle futility | grep Usage:
60 ./boo | grep Usage:
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DImmediateModeRenderer20.java23 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
70 normalOffset = mesh.getVertexAttribute(Usage.Normal) != null ? mesh.getVertexAttribute(Usage.Normal).offset / 4 : 0;
71 colorOffset = mesh.getVertexAttribute(Usage.ColorPacked) != null ? mesh.getVertexAttribute(Usage.ColorPacked).offset / 4
73 texCoordOffset = mesh.getVertexAttribute(Usage.TextureCoordinates) != null ? mesh
74 .getVertexAttribute(Usage.TextureCoordinates).offset / 4 : 0;
84 attribs.add(new VertexAttribute(Usage.Position, 3, ShaderProgram.POSITION_ATTRIBUTE));
85 if (hasNormals) attribs.add(new VertexAttribute(Usage.Normal, 3, ShaderProgram.NORMAL_ATTRIBUTE));
86 if (hasColor) attribs.add(new VertexAttribute(Usage
[all...]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DFloatTextureTest.java26 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
142 quad = new Mesh(true, 4, 6, new VertexAttribute(Usage.Position, 3, "a_position"), new VertexAttribute(Usage.ColorUnpacked, 4,
143 "a_color"), new VertexAttribute(Usage.TextureCoordinates, 2, "a_texCoords"));
152 screenQuad = new Mesh(true, 4, 6, new VertexAttribute(Usage.Position, 3, "a_position"), new VertexAttribute(Usage.ColorUnpacked, 4,
153 "a_color"), new VertexAttribute(Usage.TextureCoordinates, 2, "a_texCoords"));
/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc90 Usage(int argc, const char *argv[]) { function
92 fprintf(stderr, "Usage: %s [options...] -p <product> -v <version> <minidump> "
102 fprintf(stderr, "-h:\t Usage\n");
103 fprintf(stderr, "-?:\t Usage\n");
129 Usage(argc, argv);
137 Usage(argc, argv);
/external/autotest/client/deps/lansim/src/
H A Drun_unittests26 Usage: ${0##*/} [OPTION]...
/external/fio/os/windows/
H A Ddobuild.cmd14 echo Usage: dobuild x86
15 echo Usage: dobuild x64
/external/strace/
H A Dstrace-log-merge6 Usage: ${0##*/} STRACE_LOG

Completed in 1825 milliseconds

1234567891011>>