HomeSort by relevance Sort by last modified time
    Searched full:program (Results 2551 - 2575 of 23867) sorted by null

<<101102103104105106107108109110>>

  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 39 #include "program/program.h"
40 #include "program/prog_cache.h"
41 #include "program/prog_instruction.h"
42 #include "program/prog_parameter.h"
43 #include "program/prog_print.h"
138 * Returns a fragment program which implements the current pixel transfer ops.
269 "generating pixel transfer program");
290 * Update st->pixel_xfer.program in response to new pixel-transfer state.
314 st->pixel_xfer.program = (struct st_fragment_program *) fp
    [all...]
  /frameworks/base/docs/html/tools/help/
MonkeyRunner.jd 34 program.
54 Displays a dialog with a list of choices to the process running the current program.
113 Pauses the current program for the specified number of seconds.
162 program. The dialog is modal, so the program pauses until the user clicks the dialog's
208 Displays a dialog with a list of choices to the process running the current program. The
209 dialog is modal, so the program pauses until the user clicks one of the dialog's
303 Displays a dialog that accepts input and returns it to the program. The dialog is
304 modal, so the program pauses until the user clicks one of the dialog's buttons.
377 Pauses the current program for the specified number of seconds
    [all...]
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 237 int program = glCreateProgram(); local
238 glAttachShader(program, vertexShader);
241 glAttachShader(program, fragmentShader);
244 glLinkProgram(program);
248 glGetProgramiv(program, GL_LINK_STATUS, status, 0);
250 String error = glGetProgramInfoLog(program);
251 Log.d(TAG, "Error while linking program:\n" + error);
254 glDeleteProgram(program);
258 return program;
384 // Add program to OpenGL environmen
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 739 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
740 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
743 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
744 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /libcore/luni/src/main/java/java/lang/
Runtime.java 120 * the array containing the program to execute as well as any
121 * arguments to the program.
125 * if the requested program can not be executed.
138 * the array containing the program to execute as well as any
139 * arguments to the program.
146 * if the requested program can not be executed.
158 * the array containing the program to execute as well as any
159 * arguments to the program.
164 * the directory in which to execute the program. If {@code null},
169 * if the requested program can not be executed
    [all...]
  /external/chromium/sdch/open-vcdiff/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h 765 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
766 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
768 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
769 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/elfutils/config/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/genext2fs/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/grub/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/libffi/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/libogg/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/libusb/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/libusb-compat/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/libvorbis/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/llvm/autoconf/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/marisa-trie/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 765 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
766 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
768 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
769 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/protobuf/gtest/build-aux/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/protobuf/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/stressapptest/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
51 # Try to run requested program, and just exit if it succeeds.
58 # we should proceed has if the program had been absent, or
68 $0 [OPTION]... PROGRAM [ARGUMENT]...
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/valgrind/main/exp-bbv/docs/
bbv-manual.xml 18 basic blocks entered during program execution, and a count of how many
27 simulations by only running a small portion of a program
30 means that at various times during execution a program will encounter
33 an approximation of the total program behavior can be obtained
49 Program Behavior" by T. Sherwood, E. Perelman, G. Hamerly, and
65 but this can be any program. By default a file called
70 it with gzip or some other compression program.
101 The first holds the 5 most relevant intervals of the program.
103 extrapolating full-program behavior. The intervals and the weights
143 This file holds program counter addresse
    [all...]

Completed in 1372 milliseconds

<<101102103104105106107108109110>>