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

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/angle/samples/angle/Simple_Instancing/
Simple_Instancing.c 29 // Handle to a program object
86 // Initialize the shader and program object
121 // Load the shaders and get a linked program object
164 // Use the program object
207 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/
MultiTexture.c 21 // Handle to a program object
72 // Initialize the shader and program object
102 // Load the shaders and get a linked program object
147 // Use the program object
190 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/
ParticleSystem.c 25 // Handle to a program object
82 // Initialize the shader and program object
125 // Load the shaders and get a linked program object
223 // Use the program object
270 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/PostSubBuffer/
PostSubBuffer.c 26 // Handle to a program object
48 // Initialize the shader and program object
68 // Load the shaders and get a linked program object
144 // Use the program object
180 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
Simple_TextureCubemap.c 20 // Handle to a program object
104 // Initialize the shader and program object
128 // Load the shaders and get a linked program object
167 // Use the program object
203 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
TextureWrap.c 21 // Handle to a program object
111 // Initialize the shader and program object
137 // Load the shaders and get a linked program object
180 // Use the program object
231 // Delete program object
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-6.3 22 GL_ARB_draw_buffers - allows a fragment program to write to a number of
39 Vertex/Fragment Program PRINT Instruction
53 * The named texture/program/buffer ID is immediately freed for re-use.
55 * The actual texture object, program or buffers isn't really deleted until
59 Previously, the texture/program/buffer ID wasn't freed until the object
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 296 class Program;
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
561 ImmediateValue(Program *, uint32_t);
562 ImmediateValue(Program *, float);
563 ImmediateValue(Program *, double);
564 // NOTE: not added to program with
698 unsigned exit : 1; // terminate program after insn
875 Program *getProgram() const { return program; }
927 Program *program
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
program.cpp 24 #include "core/program.hpp"
47 // ...and create a program object for them.
49 return new program(*ctx, source);
103 // initialize a program object with them.
105 return new program(*ctx, { devs, devs + count },
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_wm_state.c 30 #include "program/prog_parameter.h"
31 #include "program/prog_statevars.h"
61 if (fp->program.Base.InputsRead & FRAG_BIT_WPOS)
63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
72 if (fp->program.UsesKill || ctx->Color.AlphaEnabled ||
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h 26 #include "program/prog_parameter.h"
136 * Per-program target limits
167 * These are limits from the GL context, but various bits in the program
258 * Parses and processes an option string to an ARB vertex program
267 * Parses and processes an option string to an ARB fragment program
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 37 * This module can be linked into your program with
41 * 1. Before starting the program, set the environment variable
99 * also if the program has been run with HEAPPROFILER, or some other
100 * way to turn on whole-program profiling.
110 * quiescent state in your program, in order to more easily track down
  /external/grub/docs/
mdate-sh 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software Foundation,
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
  /external/llvm/autoconf/m4/
find_std_program.m4 1 dnl Check for a standard program that has a bin, include and lib directory
5 dnl $2 - program name to check
24 dnl Find a program via --with options, in the path, or well known places
27 dnl $1 - program's executable name
30 dnl $4 - alternate (long) name for the program
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 102 /// A vector of the command line arguments used when the target program was
103 /// run to generate profiling data. One entry per program run.
107 /// multiple program runs are accumulated.
112 /// the program if the file is invalid or broken.
119 /// getNumExecutions - Return the number of times the target program was run
  /external/llvm/projects/sample/autoconf/m4/
find_std_program.m4 1 dnl Check for a standard program that has a bin, include and lib directory
5 dnl $2 - program name to check
24 dnl Find a program via --with options, in the path, or well known places
27 dnl $1 - program's executable name
30 dnl $4 - alternate (long) name for the program
  /external/mesa3d/docs/
RELNOTES-6.3 22 GL_ARB_draw_buffers - allows a fragment program to write to a number of
39 Vertex/Fragment Program PRINT Instruction
53 * The named texture/program/buffer ID is immediately freed for re-use.
55 * The actual texture object, program or buffers isn't really deleted until
59 Previously, the texture/program/buffer ID wasn't freed until the object
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 296 class Program;
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
561 ImmediateValue(Program *, uint32_t);
562 ImmediateValue(Program *, float);
563 ImmediateValue(Program *, double);
564 // NOTE: not added to program with
698 unsigned exit : 1; // terminate program after insn
875 Program *getProgram() const { return program; }
927 Program *program
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 24 #include "core/program.hpp"
47 // ...and create a program object for them.
49 return new program(*ctx, source);
103 // initialize a program object with them.
105 return new program(*ctx, { devs, devs + count },
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 30 #include "program/prog_parameter.h"
31 #include "program/prog_statevars.h"
61 if (fp->program.Base.InputsRead & FRAG_BIT_WPOS)
63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
72 if (fp->program.UsesKill || ctx->Color.AlphaEnabled ||
  /external/mesa3d/src/mesa/program/
program_parser.h 26 #include "program/prog_parameter.h"
136 * Per-program target limits
167 * These are limits from the GL context, but various bits in the program
258 * Parses and processes an option string to an ARB vertex program
267 * Parses and processes an option string to an ARB fragment program
  /external/proguard/src/proguard/
OutputWriter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
102 // Go over all program class path entries.
213 new InputReader(configuration).readInput(" Copying resources from program ",
  /external/qemu/distrib/sdl-1.2.15/
README.wscons 27 When starting an SDL program on a wscons console, the driver uses the
32 bash$ SDL_WSCONSDEV=/dev/ttyC1 ./some-sdl-program
34 This is especially useful when starting an SDL program from a remote
36 want to use keyboard input, you should avoid having some other program
85 The latest XMame (0.101 at this writing) is a very large program.
  /external/qemu/
uboot_image.h 8 * This program is free software; you can redistribute it and/or
13 * This program is distributed in the hope that it will be useful,
19 * with this program; if not, see <http://www.gnu.org/licenses/>.
85 * the Standalone Program.
119 #define IH_TYPE_STANDALONE 1 /* Standalone Program */
  /external/zlib/src/win32/
README-WIN32.txt 38 minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
41 minigzip_d.exe A zlib1.dll bound test program (using zdll.lib)
48 zdll.exp a compiled program to the zlib1.dll binary
55 the program's runtime directory (where the .exe resides)
60 attempting to diagnose program misbehavior or a crash. Many additional

Completed in 1453 milliseconds

<<101102103104105106107108109110>>