Searched defs:DeleteProgram (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs228 public virtual void DeleteProgram() { method in class:Antlr.Runtime.TokenRewriteStream
229 DeleteProgram(DEFAULT_PROGRAM_NAME);
233 public virtual void DeleteProgram(string programName) { method in class:Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs257 public virtual void DeleteProgram() method in class:Antlr.Runtime.TokenRewriteStream
259 DeleteProgram( DEFAULT_PROGRAM_NAME );
263 public virtual void DeleteProgram( string programName ) method in class:Antlr.Runtime.TokenRewriteStream
/external/mesa3d/src/mesa/main/
H A Ddd.h393 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog); member in struct:dd_function_table
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1282 procedure DeleteProgram; overload;
1285 procedure DeleteProgram(const ProgramName: String); overload;
2670 procedure DeleteProgram; overload; virtual;
2671 procedure DeleteProgram(const ProgramName: String); overload; virtual;
5845 procedure TTokenRewriteStream.DeleteProgram(const ProgramName: String);
5850 procedure TTokenRewriteStream.DeleteProgram;
5852 DeleteProgram(DEFAULT_PROGRAM_NAME);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1509 class DeleteProgram : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1512 DeleteProgram (SharedPtr<Program> program, bool useSync, bool serverSync);
1519 DeleteProgram::DeleteProgram (SharedPtr<Program> program, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::DeleteProgram
1520 : Operation ("DeleteProgram", useSync, serverSync)
1526 void DeleteProgram::exec (tcu::ThreadUtil::Thread& t)
2739 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DeleteProgram(m_threads[threadNdx]->context->resourceManager->popProgram(destroyableProgramNdx), m_config.useFenceSync, m_config.serverSync));
3213 m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_config.serverSync));
3317 m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_config.serverSync));
3466 m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(progra
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp590 PFNDELETEPROGRAMPROC DeleteProgram; member in namespace:gl
1473 DeleteProgram = (PFNDELETEPROGRAMPROC)IntGetProcAddress("glDeleteProgram");
1474 DeleteProgram(program);
2578 DeleteProgram = Switch_DeleteProgram;

Completed in 550 milliseconds