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

<<51525354555657585960>>

  /external/valgrind/main/drd/
drd_semaphore.h 6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful, but
17 along with this program; if not, write to the Free Software
  /external/valgrind/main/none/tests/ppc32/
power6_bcmp.c 5 This program is free software; you can redistribute it and/or
10 This program is distributed in the hope that it will be useful, but
16 along with this program; if not, write to the Free Software
  /external/valgrind/unittest/
opt_tests.cc 5 This program is free software; you can redistribute it and/or
10 This program is distributed in the hope that it will be useful, but
16 along with this program; if not, write to the Free Software
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_gui.sgml 26 <para>wpa_gui is a QT graphical frontend program for interacting
56 <listitem><para>Start program in the system tray only (if the window
82 <para>This program is licensed under the BSD license (the one with
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 27 import android.filterfw.core.Program;
57 protected Program getNativeProgram(FilterContext context) {
62 protected Program getShaderProgram(FilterContext context) {
BlendFilter.java 26 import android.filterfw.core.Program;
57 protected Program getNativeProgram(FilterContext context) {
62 protected Program getShaderProgram(FilterContext context) {
BrightnessFilter.java 27 import android.filterfw.core.Program;
50 protected Program getNativeProgram(FilterContext context) {
55 protected Program getShaderProgram(FilterContext context) {
ContrastFilter.java 27 import android.filterfw.core.Program;
55 protected Program getNativeProgram(FilterContext context) {
60 protected Program getShaderProgram(FilterContext context) {
Invert.java 26 import android.filterfw.core.Program;
51 protected Program getNativeProgram(FilterContext context) {
56 protected Program getShaderProgram(FilterContext context) {
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 113 GLuint program = glCreateProgram(); local
114 if (program) {
115 glAttachShader(program, vertexShader);
117 glAttachShader(program, pixelShader);
119 glLinkProgram(program);
121 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
124 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
128 glGetProgramInfoLog(program, bufLength, NULL, buf);
129 fprintf(stderr, "Could not link program:\n%s\n", buf);
133 glDeleteProgram(program);
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFHeader.hxx 46 PRINT_LINT("Program Header Offset", getProgramHeaderTableOffset());
50 PRINT_LINT("Program Header Size", getProgramHeaderEntrySize());
51 PRINT_LINT("Program Header Num", getProgramHeaderNum());
  /frameworks/rs/driver/
rsdShaderCache.cpp 123 //ALOGV("SC using program %i", mEntries[ct]->program);
124 glUseProgram(mEntries[ct]->program);
139 e->program = glCreateProgram();
140 if (e->program) {
141 GLuint pgm = e->program;
224 //ALOGV("SC made program %i", e->program);
225 glUseProgram(e->program);
247 glDeleteProgram(mEntries[ct]->program);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
dirname.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,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
malloc.c 7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program; if not, write to the Free Software Foundation,
mbsinit.c 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, see <http://www.gnu.org/licenses/>. */
tempname.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,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 4 This program is free software; you can redistribute it and/or modify
9 This program is distributed in the hope that it will be useful,
15 along with this program; if not, write to the Free Software
utils.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,
16 along with this program; if not, write to the Free Software
  /ndk/sources/third_party/googletest/googletest/test/
gtest_help_test_.cc 32 // This program is meant to be run by gtest_help_test.py. Do not run
37 // When a help flag is specified, this program should skip the tests
39 // causing this program to exit with a non-zero code.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug.hpp 35 // ************** check if program is running under debugger ************** //
41 // ************** cause program to break execution ************** //
89 // ************** cause program to break execution in ************** //
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
prompt.py 4 # This program is free software; you can redistribute it and/or modify
9 # This program is distributed in the hope that it will be useful,
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
prompt.py 4 # This program is free software; you can redistribute it and/or modify
9 # This program is distributed in the hope that it will be useful,
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
alisp.h 11 * This program is distributed in the hope that it will be useful,
26 snd_input_t *in; /* program code */
27 snd_output_t *out; /* program output */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 15 * This program is free software; you can redistribute it and/or modify
20 * This program is distributed in the hope that it will be useful,
26 * along with this program; if not, write to the Free Software
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yppasswd.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
37 program YPPASSWDPROG {

Completed in 1146 milliseconds

<<51525354555657585960>>