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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /external/llvm/utils/
check-each-file 9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appears to need a dummy __main function; adding one
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.java 1 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
4 int program,
17 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
20 int program,
29 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
32 int program,
40 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
43 int program,
glGetActiveUniform.java 1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
4 int program,
17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
20 int program,
28 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
31 int program,
39 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
42 int program,
  /external/mesa3d/src/pixelflinger2/
shader.cpp 40 #include "src/mesa/program/prog_parameter.h"
41 #include "src/mesa/program/prog_uniform.h"
213 gl_shader_program * program = hieralloc_zero(NULL, struct gl_shader_program); local
214 if (!program)
216 program->Attributes = hieralloc_zero(program, gl_program_parameter_list);
217 if (!program->Attributes) {
218 hieralloc_free(program);
221 program->Varying = hieralloc_zero(program, gl_program_parameter_list)
232 gl_shader_program * program = GGLShaderProgramCreate(); local
368 const gl_shader_program * program; member in struct:SymbolLookupContext
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 204 // runs active vertex shader using currently set program; no error checking
210 // rasters a vertex processed triangle using active program; scizors to frame surface
213 // rasters a vertex processed trapezoid using active program; scizors to frame surface
233 // creates empty program
236 // attaches a shader to program
237 void (* ShaderAttach)(const GGLInterface_t * iface, gl_shader_program_t * program,
240 // detaches a shader from program
241 void (* ShaderDetach)(const GGLInterface_t * iface, gl_shader_program_t * program,
244 // duplicates shaders to program, and links varyings / attributes
245 GLboolean (* ShaderProgramLink)(gl_shader_program_t * program, const char ** infoLog)
    [all...]
  /external/llvm/autoconf/m4/
sanity_check.m4 1 dnl Check a program for version sanity. The test runs a program, passes it an
3 dnl output with a regular expression. If the output is non-empty, the program
5 dnl $1 - Name or full path of the program to run
11 AC_MSG_CHECKING([sanity for program ]$1)
20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.])
22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])
  /external/llvm/projects/sample/autoconf/m4/
sanity_check.m4 1 dnl Check a program for version sanity. The test runs a program, passes it an
3 dnl output with a regular expression. If the output is non-empty, the program
5 dnl $1 - Name or full path of the program to run
11 AC_MSG_CHECKING([sanity for program ]$1)
20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.])
22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramPort.java 40 return "Program " + super.toString();
49 Program program = (Program)fieldValue; local
50 program.setHostValue(mVarName, mValue);
55 "Access to program field '" + mField.getName() + "' was denied!");
57 throw new RuntimeException("Non Program field '" + mField.getName()
  /external/llvm/include/llvm/Support/
Program.h 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Program class.
29 /// class is used to specify the location of the Program.
32 class Program {
37 Program(const Program& other);
38 Program& operator=(const Program& other);
44 Program();
45 ~Program();
    [all...]
  /frameworks/base/libs/usb/tests/AccessoryChat/
README.txt 6 accessorychat - A C command-line program that communicates with AccessoryChat.
7 This program behaves as if it were a USB accessory.
9 command line program, which will work if run as root on an
  /external/bison/m4/
c-working.m4 5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
16 # along with this program; if not, write to the Free Software
28 [AC_MSG_FAILURE([cannot compile a simple C program])])
  /external/clang/test/Parser/
parser_overflow.c     [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 3 netcap \- a program to see capabilities
7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
9 Some directories in the /proc file system are readonly by root. The program will try to access and report what it can. But if nothing comes out, try changing to the root user and re-run this program.
  /external/llvm/test/Scripts/
ignore 3 # Program: ignore
  /external/valgrind/main/cachegrind/tests/
chdir.c 3 // Before the bug was fixed, if a program changed working directory, things
  /development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java 52 int program = GLES20.glCreateProgram(); local
53 if (program != 0) {
54 GLES20.glAttachShader(program, vertexShader);
56 GLES20.glAttachShader(program, pixelShader);
58 GLES20.glLinkProgram(program);
60 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus,
63 String info = GLES20.glGetProgramInfoLog(program);
64 GLES20.glDeleteProgram(program);
65 program = 0;
66 throw new RuntimeException("Could not link program: " + info)
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 5 program = os.path.basename(sys.argv[0])
6 print >>sys.stderr, '%s: %s: %s' % (program, kind, message)
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 119 bool isProgram(GLuint program);
120 bool isProgramInitialized(GLuint program);
121 void addProgramData(GLuint program);
122 void initProgramData(GLuint program, GLuint numIndexes);
123 void attachShader(GLuint program, GLuint shader);
124 void detachShader(GLuint program, GLuint shader);
125 void deleteProgramData(GLuint program);
126 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
127 GLenum getProgramUniformType(GLuint program, GLint location);
128 void setupLocationShiftWAR(GLuint program);
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 119 bool isProgram(GLuint program);
120 bool isProgramInitialized(GLuint program);
121 void addProgramData(GLuint program);
122 void initProgramData(GLuint program, GLuint numIndexes);
123 void attachShader(GLuint program, GLuint shader);
124 void detachShader(GLuint program, GLuint shader);
125 void deleteProgramData(GLuint program);
126 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
127 GLenum getProgramUniformType(GLuint program, GLint location);
128 void setupLocationShiftWAR(GLuint program);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
64 under the terms of this General Public License. The "Program", below,
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law
    [all...]
  /external/quake/quake/src/
gnu.txt 10 The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.
16 For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
22 Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
27 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a por (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TexShader.cpp 41 TexShader::TexShader(GraphicsContext3D* context, unsigned program)
42 : Shader(context, program)
44 m_matrixLocation = context->getUniformLocation(program, "matrix");
45 m_texMatrixLocation = context->getUniformLocation(program, "texMatrix");
46 m_alphaLocation = context->getUniformLocation(program, "globalAlpha");
47 m_positionLocation = context->getAttribLocation(program, "position");
48 m_samplerLocation = context->getUniformLocation(program, "sampler");
53 unsigned program = loadProgram(context, local
56 if (!program)
58 return new TexShader(context, program);
    [all...]

Completed in 907 milliseconds

12 3 4 5 6 7 8 91011>>