Searched defs:Program (Results 1 - 17 of 17) sorted by last modified time

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.cpp7 // Program.cpp: Implements the gl::Program class. Implements GL program objects
10 #include "libGLESv2/Program.h"
20 unsigned int Program::mCurrentSerial = 1;
48 Program::Program(ResourceManager *manager, GLuint handle) : mResourceManager(manager), mHandle(handle), mSerial(issueSerial()) function in class:gl::Program
68 Program::~Program()
83 bool Program::attachShader(Shader *shader)
110 bool Program
[all...]
H A DProgram.h7 // Program.h: Defines the gl::Program class. Implements GL program objects
56 class Program class in namespace:gl
59 Program(ResourceManager *manager, GLuint handle);
61 ~Program();
134 DISALLOW_COPY_AND_ASSIGN(Program);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.h84 typedef ProgramBinding<VertexShaderPosTexTransform, FragmentShaderTexAlpha> Program; typedef in class:WebCore::LayerTilerChromium
118 const LayerTilerChromium::Program*);
H A DRenderSurfaceChromium.h68 typedef ProgramBinding<VertexShaderPosTex, FragmentShaderRGBATexAlpha> Program; typedef in class:WebCore::RenderSurfaceChromium
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCCanvasLayerImpl.h43 typedef ProgramBinding<VertexShaderPosTex, FragmentShaderRGBATexFlipAlpha> Program; typedef in class:WebCore::CCCanvasLayerImpl
H A DCCHeadsUpDisplay.h63 typedef ProgramBinding<VertexShaderPosTex, FragmentShaderBGRATexAlpha> Program; typedef in class:WebCore::CCHeadsUpDisplay
H A DCCPluginLayerImpl.h43 typedef ProgramBinding<VertexShaderPosTex, FragmentShaderRGBATexFlipAlpha> Program; typedef in class:WebCore::CCPluginLayerImpl
/external/llvm/include/llvm/Support/
H A DProgram.h1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Program class.
29 /// class is used to specify the location of the Program.
32 class Program { class in namespace:llvm::sys
37 Program(const Program& other);
38 Program& operator=(const Program& other);
44 Program();
45 ~Program();
[all...]
/external/llvm/tools/bugpoint/
H A DBugDriver.h50 Module *Program; // The raw program, linked together member in class:llvm::BugDriver
109 /// miscompiles Program as input. It tries to reduce the testcase to
138 Module *getProgram() const { return Program; }
143 Module *OldProgram = Program;
144 Program = M;
169 /// executeProgram - This method runs "Program", capturing the output of the
172 std::string executeProgram(const Module *Program,
184 std::string executeProgramSafely(const Module *Program,
201 bool diffProgram(const Module *Program,
213 /// deleteInstructionFromProgram - This method clones the current Program an
[all...]
H A DExecutionDriver.cpp289 /// executeProgram - This method runs "Program", capturing the output of the
293 std::string BugDriver::executeProgram(const Module *Program, argument
313 if (writeProgramToFile(BitcodeFile, Program)) {
353 "*** Program execution timed out! This mechanism is designed to handle\n"
374 std::string BugDriver::executeProgramSafely(const Module *Program, argument
377 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error);
412 compileProgram(Program, &Error);
416 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error);
436 bool BugDriver::diffProgram(const Module *Program, argument
442 sys::Path Output(executeProgram(Program, "", BitcodeFil
[all...]
H A DOptimizerDriver.cpp30 #include "llvm/Support/Program.h"
48 /// writeProgramToFile - This writes the current "Program" to the named bitcode
69 /// EmitProgressBitcode - This function is used to output the current Program
102 /// runPasses - Run the specified passes on Program, outputting a bitcode file
110 bool BugDriver::runPasses(Module *Program, argument
143 WriteBitcodeToFile(Program, InFile.os());
151 sys::Path tool = sys::Program::FindProgramByName("opt");
199 prog = sys::Program::FindProgramByName("valgrind");
207 int result = sys::Program::ExecuteAndWait(prog, Args.data(), 0,
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp215 /// @param Program This is either an absolute path, relative path, or simple a
220 static std::string FindProgram(const std::string &Program, error_code &ec) { argument
236 Program.c_str(),
321 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
331 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
481 // Program is loading user32.dll, in the applications we are testing,
/external/llvm/utils/not/
H A Dnot.cpp11 #include "llvm/Support/Program.h"
16 sys::Path Program = sys::Program::FindProgramByName(argv[1]); local
19 int Result = sys::Program::ExecuteAndWait(Program, argv + 1, 0, 0, 0, 0,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp324 const char Program[] = local
326 EXPECT_TRUE(matches(Program,
329 EXPECT_TRUE(matches(Program,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs7 internal class Program class in namespace:Antlr3.Runtime.Test.Composition

Completed in 342 milliseconds