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

<<281282283284285286287288289290>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BlackWhiteFilter.java 27 import android.filterfw.core.Program;
45 private Program mProgram;
144 // Create program if not created already
DocumentaryFilter.java 27 import android.filterfw.core.Program;
39 private Program mProgram;
120 // Create program if not created already
FisheyeFilter.java 28 import android.filterfw.core.Program;
52 private Program mProgram;
115 // Create program if not created already
RedEyeFilter.java 27 import android.filterfw.core.Program;
63 private Program mProgram;
124 // Create program if not created already
RotateFilter.java 29 import android.filterfw.core.Program;
47 private Program mProgram;
95 // Create program if not created already
SharpenFilter.java 27 import android.filterfw.core.Program;
41 private Program mProgram;
112 // Create program if not created already
StraightenFilter.java 29 import android.filterfw.core.Program;
50 private Program mProgram;
96 // Create program if not created already
VignetteFilter.java 27 import android.filterfw.core.Program;
39 private Program mProgram;
134 // Create program if not created already
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 390 // Load the program, which is the basics rules to draw the vertexes and textures.
629 int program = GLES20.glCreateProgram(); local
630 if (program != 0) {
631 GLES20.glAttachShader(program, vertexShader);
633 GLES20.glAttachShader(program, pixelShader);
635 GLES20.glLinkProgram(program);
637 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
639 Log.e(TAG, "Could not link program: ");
640 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
641 GLES20.glDeleteProgram(program);
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 113 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
119 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
124 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 66 public Builder addShaderTexture(Program.TextureType texType, String name) {
72 public Builder addTexture(Program.TextureType texType, String name) {
151 item.program = mProgram;
  /frameworks/rs/
rsProgramFragment.cpp 27 : Program(rsc, shaderText, shaderLength, params, paramLength) {
43 ALOGE("Attempting to set fixed function emulation color on user program");
44 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 8 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed .as is. WITHOUT ANY WARRANTY of any kind,
90 * Reset a processor and load a new base program image.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 8 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed .as is. WITHOUT ANY WARRANTY of any kind,
73 * Reset a processor and load a new base program image.
rms_sh.h 8 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed .as is. WITHOUT ANY WARRANTY of any kind,
64 #define RMS_CODE 0 /* Program space */
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 9 * This program is free software; you can redistribute it and/or modify it
14 * This program is distributed in the hope that it will be useful, but
20 * with this program; if not, write to the Free Software Foundation, Inc.,
  /hardware/ti/wlan/mac80211/ti-utils/
ini.h 8 * This program is free software; you can redistribute it and/or
12 * This program is distributed in the hope that it will be useful, but
18 * along with this program; if not, write to the Free Software
  /ndk/sources/host-tools/make-3.81/config/
lib-ld.m4 5 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
89 # Check to see if the program is GNU ld. I'd rather use --version,
  /ndk/sources/host-tools/make-3.81/
getopt.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,
19 this program; see the file COPYING. If not, write to the Free Software
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 26 * this program makes the table to link function names
42 { PROGRAM, "program", NULL },
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 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
  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.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/>.
getopt_int.h 6 This program is free software: you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */
memchr.c 13 This program is free software: you can redistribute it and/or modify it
18 This program is distributed in the hope that it will be useful,
24 along with this program. If not, see <http://www.gnu.org/licenses/>. */
stdbool.in.h 6 This program is free software; you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software Foundation,

Completed in 1335 milliseconds

<<281282283284285286287288289290>>