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

<<61626364656667686970>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 8 * This program is free software; you can redistribute it and/or modify it
13 * This program is distributed in the hope that it will be useful, but
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i8k.h 6 * This program is free software; you can redistribute it and/or modify it
11 * This program is distributed in the hope that it will be useful, but
if_tun.h 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,
toshiba.h 8 * This program is free software; you can redistribute it and/or modify it
13 * This program is distributed in the hope that it will be useful, but
  /sdk/emulator/qtools/
bb_dump.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
check_trace.cpp 16 void Usage(const char *program)
18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
dump_regions.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 139 throw new RuntimeException("failed creating program");
190 throw new RuntimeException("failed creating program");
220 int program = GLES20.glCreateProgram(); local
222 if (program == 0) {
223 Log.e(TAG, "Could not create program");
225 GLES20.glAttachShader(program, vertexShader);
227 GLES20.glAttachShader(program, pixelShader);
229 GLES20.glLinkProgram(program);
231 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
233 Log.e(TAG, "Could not link program: ")
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 280 int program = ActivateShader(vs, fs, transform); local
282 GLint y_scale = glGetUniformLocationARB(program, "y_widthScaleFactor");
283 GLint uv_scale = glGetUniformLocationARB(program, "uv_widthScaleFactor");
288 GLint texTrans = glGetUniformLocationARB(program, "texTransform");
296 int sTexLoc = glGetUniformLocationARB(program, "s_texture");
307 int yTexLoc = glGetUniformLocationARB(program, "y_texture");
312 int uTexLoc = glGetUniformLocationARB(program, "u_texture");
317 int vTexLoc = glGetUniformLocationARB(program, "v_texture");
320 int yuvAdjLoc = glGetUniformLocationARB(program, "yuv_adj");
323 int ccMatLoc = glGetUniformLocationARB(program, "cc_matrix")
331 int program = ActivateShader(VERTEX_SHADER_POS_TEX_TRANSFORM, local
    [all...]
  /external/proguard/src/proguard/
Initializer.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.,
55 * Initializes the classes in the given program class pool and library class
64 // classes whose hierarchies are referenced by the program classes.
73 // Initialize the superclass hierarchies for program classes.
88 // Initialize the class references of program class members and
103 // program classes, without introspection.
171 // Collect the library classes that are referenced by program
192 // Copy the library classes that are referenced directly by program
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 189 int program = buildProgram(sSimpleVS, sSimpleFS); local
191 int attribPosition = glGetAttribLocation(program, "position");
194 int attribTexCoords = glGetAttribLocation(program, "texCoords");
197 int uniformTexture = glGetUniformLocation(program, "texture");
203 glUseProgram(program);
287 int program = glCreateProgram(); local
288 glAttachShader(program, vertexShader);
291 glAttachShader(program, fragmentShader);
294 glLinkProgram(program);
298 glGetProgramiv(program, GL_LINK_STATUS, status, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
68 RPC_PROGUNAVAIL=8, /* program not available */
69 RPC_PROGVERSMISMATCH=9, /* program version mismatched */
86 RPC_PROGNOTREGISTERED=15, /* remote program is not registered */
230 #define CLGET_PROG 14 /* Get program number */
231 #define CLSET_PROG 15 /* Set program number */
251 * RPCTEST is a test program which is accessible on every rpc
290 * u_long prog; -- program number
317 * clntudp_create(raddr, program, version, wait, sockp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
68 RPC_PROGUNAVAIL=8, /* program not available */
69 RPC_PROGVERSMISMATCH=9, /* program version mismatched */
86 RPC_PROGNOTREGISTERED=15, /* remote program is not registered */
230 #define CLGET_PROG 14 /* Get program number */
231 #define CLSET_PROG 15 /* Set program number */
251 * RPCTEST is a test program which is accessible on every rpc
290 * u_long prog; -- program number
317 * clntudp_create(raddr, program, version, wait, sockp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
68 RPC_PROGUNAVAIL=8, /* program not available */
69 RPC_PROGVERSMISMATCH=9, /* program version mismatched */
86 RPC_PROGNOTREGISTERED=15, /* remote program is not registered */
230 #define CLGET_PROG 14 /* Get program number */
231 #define CLSET_PROG 15 /* Set program number */
251 * RPCTEST is a test program which is accessible on every rpc
290 * u_long prog; -- program number
317 * clntudp_create(raddr, program, version, wait, sockp
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_program.c 38 #include "program/prog_parameter.h"
39 #include "program/prog_print.h"
40 #include "program/programopt.h"
60 * Delete a vertex program variant. Note the caller must unlink
103 * Delete a fragment program variant. Note the caller must unlink
120 * Free all variants of a fragment program.
138 * Delete a geometry program variant. Note the caller must unlink
152 * Free all variants of a geometry program.
173 * \param outputMapping to map vertex program output registers (VERT_RESULT_x)
208 /* Compute mapping of vertex program outputs to slots
1271 struct gl_program *program = (struct gl_program *) data; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 38 #include "program/prog_parameter.h"
39 #include "program/prog_print.h"
40 #include "program/programopt.h"
60 * Delete a vertex program variant. Note the caller must unlink
103 * Delete a fragment program variant. Note the caller must unlink
120 * Free all variants of a fragment program.
138 * Delete a geometry program variant. Note the caller must unlink
152 * Free all variants of a geometry program.
173 * \param outputMapping to map vertex program output registers (VERT_RESULT_x)
208 /* Compute mapping of vertex program outputs to slots
1271 struct gl_program *program = (struct gl_program *) data; local
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
AttachShaderTest.java 41 *Test: Attach an two valid shaders to a program
56 * Test: Attach an invalid vertex shader to the program handle
71 * Test: Attach two shaders of the same type to the program
87 * Test: No shader is attached to a program, glGetAttachedShaders returns
118 to a program
  /external/ceres-solver/internal/ceres/
dense_jacobian_writer.h 39 #include "ceres/program.h"
50 Program* program)
51 : program_(program) {
105 Program* program_;
schur_ordering.h 44 class Program;
60 int ComputeSchurOrdering(const Program& program,
69 Graph<ParameterBlock*>* CreateHessianGraph(const Program& program);
  /external/chromium_org/courgette/
adjustment_method_unittest.cc 58 // Returns a string that is the serialized version of |program|.
59 // Deletes |program|.
60 std::string Serialize(courgette::AssemblyProgram *program) const {
63 const courgette::Status encode_status = Encode(program, &encoded);
66 DeleteAssemblyProgram(program);
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup.cc 5 // This command-line program converts an effective-TLD data file in UTF-8 from
7 // program generates an intermediate file which is then used by gperf to
9 // spent on program initialization to generate the map of this data.
11 // Running this program finds "effective_tld_names.dat" in the expected location
14 // Any errors or warnings from this program are recorded in tld_cleanup.log.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
named-evals.html 57 <tt>"(program):f0.js"</tt> through <tt>"(program):f12.js"</tt>. The entries were named
59 named <tt>"(program)"</tt> for source that does not properly use, or use at all,
63 <tt>"(program):f0.js"</tt> script. Then click this button:
68 call stack control should the name of the script, <tt>"(program):f0.js"</tt>,
  /external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/
Simple_Texture2D.c 22 // Handle to a program object
76 // Initialize the shader and program object
100 // Load the shaders and get a linked program object
140 // Use the program object
175 // Delete program object
  /external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/
Simple_VertexShader.c 21 // Handle to a program object
43 // Initialize the shader and program object
63 // Load the shaders and get a linked program object
134 // Use the program object
170 // Delete program object
  /external/chromium_org/third_party/tcmalloc/vendor/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
77 * also if the program has been run with HEAPPROFILER, or some other
78 * way to turn on whole-program profiling.
88 * quiescent state in your program, in order to more easily track down

Completed in 973 milliseconds

<<61626364656667686970>>