Home
last modified time | relevance | path

Searched defs:DeleteProgram (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs228 public virtual void DeleteProgram() { in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
233 public virtual void DeleteProgram(string programName) { in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs257 public virtual void DeleteProgram() in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
263 public virtual void DeleteProgram( string programName ) in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
/external/chromium_org/ppapi/c/
Dppb_opengles2.h96 void (*DeleteProgram)(PP_Resource context, GLuint program); member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h1639 struct DeleteProgram { struct
1640 typedef DeleteProgram ValueType; argument
1641 static const CommandId kCmdId = kDeleteProgram; argument
1642 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
1666 COMPILE_ASSERT(sizeof(DeleteProgram) == 8, argument
Dgles2_cmd_format_test_autogen.h654 TEST_F(GLES2FormatTest, DeleteProgram) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h287 void GLES2Implementation::DeleteProgram(GLuint program) { in DeleteProgram() function
Dgles2_trace_implementation_impl_autogen.h186 void GLES2TraceImplementation::DeleteProgram(GLuint program) { in DeleteProgram() function
Dgles2_interface_stub_impl_autogen.h109 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { in DeleteProgram() function
Dgles2_implementation_unittest_autogen.h273 TEST_F(GLES2ImplementationTest, DeleteProgram) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h311 void DeleteProgram(GLuint program) { in DeleteProgram() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5845 procedure TTokenRewriteStream.DeleteProgram(const ProgramName: String); procedure
5850 procedure TTokenRewriteStream.DeleteProgram; procedure
/external/mesa3d/src/mesa/main/
Ddd.h393 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog); member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddd.h393 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog); member
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc281 void DeleteProgram(PP_Resource context_id, GLuint program) { in DeleteProgram() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h3002 KEYWORD1 void KEYWORD2 NAME(DeleteProgram)(GLuint program) in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h4711 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program) in GLAPI_PREFIX() argument