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

<<919293949596979899100>>

  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 250 int program = GLES20.glCreateProgram(); local
251 if (program != 0) {
252 GLES20.glAttachShader(program, vertexShader);
254 GLES20.glAttachShader(program, pixelShader);
256 GLES20.glLinkProgram(program);
258 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
260 Log.e(TAG, "Could not link program: ");
261 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
262 GLES20.glDeleteProgram(program);
263 program = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 27 * NVIDIA fragment program parser.
44 #include "program.h"
140 * Remember, we can't modify the target program object until we've
141 * _successfully_ parsed the program text.
145 const GLubyte *start; /* start of program string */
148 struct gl_fragment_program *program; /* current program */ member in struct:parse_state
180 if (parseState->ctx->Program.ErrorString[0] == 0) {
757 * Parse a program local parameter register "p[##]"
771 /* a numbered program parameter register *
    [all...]
prog_cache.h 59 struct gl_program *program);
65 struct gl_shader_program *program);
  /external/mesa3d/src/mesa/program/
nvfragparse.c 27 * NVIDIA fragment program parser.
44 #include "program.h"
140 * Remember, we can't modify the target program object until we've
141 * _successfully_ parsed the program text.
145 const GLubyte *start; /* start of program string */
148 struct gl_fragment_program *program; /* current program */ member in struct:parse_state
180 if (parseState->ctx->Program.ErrorString[0] == 0) {
757 * Parse a program local parameter register "p[##]"
771 /* a numbered program parameter register *
    [all...]
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 262 int program = GLES20.glCreateProgram(); local
263 if (program != 0) {
264 GLES20.glAttachShader(program, vertexShader);
266 GLES20.glAttachShader(program, pixelShader);
268 GLES20.glLinkProgram(program);
270 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
272 Log.e(TAG, "Could not link program: ");
273 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
274 GLES20.glDeleteProgram(program);
275 program = 0
    [all...]
  /packages/apps/Launcher2/res/values-af/
strings.xml 29 <string name="activity_not_found" msgid="217823393239365967">"Program is nie geïnstalleer nie."</string>
53 <string name="title_select_application" msgid="1793455815754848652">"Kies program"</string>
73 <string name="cab_menu_delete_app" msgid="4089398025537640349">"Deïnstalleer program"</string>
75 <string name="cab_app_selection_text" msgid="6378522164293415735">"1 program gekies"</string>
80 <string name="permdesc_install_shortcut" msgid="8634424803272077038">"Stel \'n program in staat om kortpaaie by te voeg sonder gebruikerhandeling."</string>
82 <string name="permdesc_uninstall_shortcut" msgid="274355570620220977">"Laat die program toe om kortpaaie te sonder gebruikerhandeling te verwyder."</string>
84 <string name="permdesc_read_settings" msgid="5788109303585403679">"Laat die program toe om die instellings en kortpaaie in Tuis te lees."</string>
86 <string name="permdesc_write_settings" msgid="8530105489115785531">"Laat die program toe om die instellings en kortpaaie in Tuis te verander."</string>
100 <string name="all_apps_cling_add_item" msgid="5665035103260318891">"Om \'n program by jou Tuisskerm te voeg, raak en hou dit."</string>
102 <string name="folder_cling_move_item" msgid="270598675060435169">"Om \'n program te skuif, raak en hou dit."</string
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
standards.info 45 * Design Advice:: General program design.
46 * Program Behavior:: Program behavior for all programs
102 to document them as much as possible. That way, your program will be
105 The GNU Hello program serves as an example of how to follow the GNU
106 coding standards for a trivial program.
136 If you have a vague recollection of the internals of a Unix program,
143 memory use; if you go for speed instead, your program will be very
146 recently than the Unix program. Eliminate use of temporary files. Do
155 dynamic allocation instead. Make sure your program handles NULs an
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
standards.info 45 * Design Advice:: General program design.
46 * Program Behavior:: Program behavior for all programs
102 to document them as much as possible. That way, your program will be
105 The GNU Hello program serves as an example of how to follow the GNU
106 coding standards for a trivial program.
136 If you have a vague recollection of the internals of a Unix program,
143 memory use; if you go for speed instead, your program will be very
146 recently than the Unix program. Eliminate use of temporary files. Do
155 dynamic allocation instead. Make sure your program handles NULs an
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
standards.info 45 * Design Advice:: General program design.
46 * Program Behavior:: Program behavior for all programs
102 to document them as much as possible. That way, your program will be
105 The GNU Hello program serves as an example of how to follow the GNU
106 coding standards for a trivial program.
136 If you have a vague recollection of the internals of a Unix program,
143 memory use; if you go for speed instead, your program will be very
146 recently than the Unix program. Eliminate use of temporary files. Do
155 dynamic allocation instead. Make sure your program handles NULs an
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
standards.info 45 * Design Advice:: General program design.
46 * Program Behavior:: Program behavior for all programs
102 to document them as much as possible. That way, your program will be
105 The GNU Hello program serves as an example of how to follow the GNU
106 coding standards for a trivial program.
136 If you have a vague recollection of the internals of a Unix program,
143 memory use; if you go for speed instead, your program will be very
146 recently than the Unix program. Eliminate use of temporary files. Do
155 dynamic allocation instead. Make sure your program handles NULs an
    [all...]
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 49 * on dlclose(), and when they are called (at program exit), the
50 * calling library may have been dlclose()'d, causing the program to
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 20 parser.program()
63 ## parser.program()
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 12 program
94 parser.program
  /external/bzip2/
mk251.c 9 This file is part of bzip2/libbzip2, a program and library for
18 This program is released under the terms of the license contained
  /external/checkpolicy/
checkpolicy.8 14 is a program that checks and compiles a SELinux security policy configuration
56 The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
  /external/chromium/base/
command_line.h 45 // Construct a new command line with |program| as argv[0].
46 explicit CommandLine(const FilePath& program);
91 // Returns the program part of the command line string (the first item).
138 // If |include_program| is true, include |other|'s program as well.
148 // The program name is assumed to be the first item in the string.
153 // Disallow public default construction; a program name must be specified.
164 // The name of the program.
167 // The argv array, with the program name in argv_[0].
  /external/chromium_org/chrome/browser/password_manager/
password_manager_metrics_util.h 31 // to vary over the program's runtime.
37 // to vary over the program's runtime.
  /external/chromium_org/chrome/common/
switch_utils_unittest.cc 14 FILE_PATH_LITERAL("program"),
38 L"program"
  /external/chromium_org/third_party/mesa/src/docs/
bugs.html 38 <li>Provide a simple GLUT-based test program if possible
49 If your bug report is vague or your test program doesn't compile
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 32 BuildUtil(Program *);
34 inline void setProgram(Program *);
35 inline Program *getProgram() const { return prog; }
169 void init(Program *);
174 Program *prog;
191 void BuildUtil::setProgram(Program *program)
193 prog = program;
nv50_ir_target_nv50.h 39 virtual CodeEmitter *getCodeEmitter(Program::Type);
41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 39 virtual CodeEmitter *getCodeEmitter(Program::Type);
41 virtual bool runLegalizePass(Program *, CGStage stage) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 44 for (inst = c->Program.Instructions.Next;
45 inst != &c->Program.Instructions;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_point.c 35 #include "program/program.h"
  /external/chromium_org/tools/android/common/
daemon.cc 44 void ShowHelp(const char* program,
49 program, kNoSpawnDaemon, extra_title, kNoSpawnDaemon,

Completed in 1609 milliseconds

<<919293949596979899100>>