HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 176 - 200 of 739) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/
scrollbar.edc 36 run_program(PROGRAM:"hide");
63 run_program(PROGRAM:"show");
65 run_program(PROGRAM:"hide");
167 program {
173 program {
180 program {
186 program {
213 run_program(PROGRAM:"hide");
240 run_program(PROGRAM:"show");
242 run_program(PROGRAM:"hide")
    [all...]
  /frameworks/base/libs/hwui/
GammaFontRenderer.h 23 #include "Program.h"
41 virtual void setupProgram(ProgramDescription& description, Program* program) const = 0;
89 void setupProgram(ProgramDescription& description, Program* program) const;
138 void setupProgram(ProgramDescription& description, Program* program) const {
177 void setupProgram(ProgramDescription& description, Program* program) const {
Dither.cpp 83 // Program management
86 void Dither::setupProgram(Program* program, GLuint* textureUnit) {
92 glUniform1i(program->getUniform("ditherSampler"), textureSlot);
  /external/bison/djgpp/
subpipe.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/>. */
180 char *program; local
187 program = strrchr(arguments[0], '/');
188 if (program)
189 program++;
191 program = arguments[0];
228 status = spawnvp(P_WAIT, program, arguments);
234 error(EXIT_FAILURE, 0, _("subsidiary program '%s' interrupted"), program)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 2 void glAttachShader ( GLuint program, GLuint shader )
3 void glBindAttribLocation ( GLuint program, GLuint index, const char *name )
31 void glDeleteProgram ( GLuint program )
38 void glDetachShader ( GLuint program, GLuint shader )
56 void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
57 void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
58 void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
59 GLint glGetAttribLocation ( GLuint program, const char *name )
66 void glGetProgramiv ( GLuint program, GLenum pname, GLint *params )
67 void glGetProgramInfoLog ( GLuint program, GLsizei bufsize, GLsizei *length, char *infolog
    [all...]
  /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...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 13 program
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 12 program
94 parser.program
  /external/ceres-solver/internal/ceres/
dense_jacobian_writer.h 39 #include "ceres/program.h"
50 Program* program)
51 : program_(program) {
105 Program* program_;
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_dynamic_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
build_ogg_static_debug.bat 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 113 const Program* program = m_layerRenderer->headsUpDisplayProgram(); local
114 ASSERT(program && program->initialized());
117 m_layerRenderer->useShader(program->program());
118 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
124 1.0f, program->vertexShader().matrixLocation(),
125 program->fragmentShader().alphaLocation());
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 1 /* void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode ) */
5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) {
33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
klm_prot.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
119 program KLM_PROG {
mount.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
34 * Protocol description for the mount program
101 program MOUNTPROG {
sm_inter.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
40 program SM_PROG {
71 int my_prog; /* rpc program # of the requesting process */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
119 program KLM_PROG {
mount.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
34 * Protocol description for the mount program
101 program MOUNTPROG {
sm_inter.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
40 program SM_PROG {
71 int my_prog; /* rpc program # of the requesting process */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
119 program KLM_PROG {
mount.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
34 * Protocol description for the mount program
101 program MOUNTPROG {
sm_inter.x 7 * media and as a part of the software program in whole or part. Users
10 * program developed by the user.
40 program SM_PROG {
71 int my_prog; /* rpc program # of the requesting process */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java 44 // obtain the current program
50 Integer program = (Integer) currentProgramProperty.getValue(); local
52 // now access the required program property
56 program,
64 return String.format("PROGRAM_STATE/PROGRAMS/${program}/%s/%d/%s",

Completed in 427 milliseconds

1 2 3 4 5 6 78 91011>>