HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 326 - 350 of 450) sorted by null

<<1112131415161718

  /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...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 19 #include "libGLESv2/Program.h"
188 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
757 void Context::deleteProgram(GLuint program)
759 mResourceManager->deleteProgram(program);
832 Program *Context::getProgram(GLuint handle)
914 void Context::useProgram(GLuint program)
917 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
919 if (priorProgram != program)
921 Program *newProgram = mResourceManager->getProgram(program);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 231 bool foldAll(Program *);
253 ConstantFolding::foldAll(Program *prog)
    [all...]
nv50_ir_print.cpp 631 Program::print()
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 231 bool foldAll(Program *);
253 ConstantFolding::foldAll(Program *prog)
    [all...]
nv50_ir_print.cpp 631 Program::print()
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 77 static const char Program[] = "Program";
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c     [all...]
r500_fragprog_emit.c 637 for(struct rc_instruction * inst = compiler->Base.Program.Instructions.Next;
638 inst != &compiler->Base.Program.Instructions && !compiler->Base.Error;
666 * when most of the fragment program logic is leading to a KIL */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c 49 #include "program/program.h"
50 #include "program/prog_parameter.h"
206 * Attach shader to a shader program.
209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader)
215 shProg = _mesa_lookup_shader_program_err(ctx, program, "glAttachShader");
227 /* The shader is already attched to this program. The
301 * texture objects (and buffer objects, etc). Shader/program
341 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader)
347 shProg = _mesa_lookup_shader_program_err(ctx, program, "glDetachShader")
1673 GLuint program = 0; local
    [all...]
texstate.c 502 vprog = ctx->Shader.CurrentVertexProgram->_LinkedShaders[MESA_SHADER_VERTEX]->Program;
512 fprog = ctx->Shader.CurrentFragmentProgram->_LinkedShaders[MESA_SHADER_FRAGMENT]->Program;
543 * by a fragment program/program. When multiple flags are set, we'll
554 /* fixed-function fragment program */
569 * for texturing. If we're using vert/frag program we're guaranteed
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c     [all...]
r500_fragprog_emit.c 637 for(struct rc_instruction * inst = compiler->Base.Program.Instructions.Next;
638 inst != &compiler->Base.Program.Instructions && !compiler->Base.Error;
666 * when most of the fragment program logic is leading to a KIL */
  /external/mesa3d/src/mesa/main/
shaderapi.c 49 #include "program/program.h"
50 #include "program/prog_parameter.h"
206 * Attach shader to a shader program.
209 attach_shader(struct gl_context *ctx, GLuint program, GLuint shader)
215 shProg = _mesa_lookup_shader_program_err(ctx, program, "glAttachShader");
227 /* The shader is already attched to this program. The
301 * texture objects (and buffer objects, etc). Shader/program
341 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader)
347 shProg = _mesa_lookup_shader_program_err(ctx, program, "glDetachShader")
1673 GLuint program = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 51 Program: "Program",
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c 38 #include "program/prog_print.h"
39 #include "program/prog_parameter.h"
54 * Compute the VUE map for vertex shader program.
179 /* Either we are using fixed function or an ARB vertex program. In
199 const GLuint *program; local
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
272 /* get the program
    [all...]
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 81 'GoogleDesktopSetup.msi - Installation and setup program\r\n'
133 '(e.g., C:\Program Files\Lotus\Notes) after Google Desktop \r\n'
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 1 //===- ExtractFunction.cpp - Extract a function from Program --------------===//
84 /// deleteInstructionFromProgram - This method clones the current Program and
92 Module *Clone = CloneModule(Program);
112 // Remove the instruction from the program.
134 /// performFinalCleanups - This method clones the current Program and performs
163 /// program or if the loop extractor crashes.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 38 #include "program/prog_print.h"
39 #include "program/prog_parameter.h"
54 * Compute the VUE map for vertex shader program.
179 /* Either we are using fixed function or an ARB vertex program. In
199 const GLuint *program; local
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
272 /* get the program
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 33 import android.filterfw.core.Program;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 27 import android.renderscript.Program.TextureType;
  /frameworks/rs/
rs_hal.h 39 class Program;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 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
205 #define ProgramFileID "Program"
503 u8 Program[NUM_MIDICHANNELS];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 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
205 #define ProgramFileID "Program"
503 u8 Program[NUM_MIDICHANNELS];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 95 rem check for ant in Program Files

Completed in 912 milliseconds

<<1112131415161718