/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 228 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/ |
D | TokenRewriteStream.cs | 257 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/ |
D | ppb_opengles2.h | 96 void (*DeleteProgram)(PP_Resource context, GLuint program); member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1639 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
|
D | gles2_cmd_format_test_autogen.h | 654 TEST_F(GLES2FormatTest, DeleteProgram) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 287 void GLES2Implementation::DeleteProgram(GLuint program) { in DeleteProgram() function
|
D | gles2_trace_implementation_impl_autogen.h | 186 void GLES2TraceImplementation::DeleteProgram(GLuint program) { in DeleteProgram() function
|
D | gles2_interface_stub_impl_autogen.h | 109 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { in DeleteProgram() function
|
D | gles2_implementation_unittest_autogen.h | 273 TEST_F(GLES2ImplementationTest, DeleteProgram) { in TEST_F() argument
|
D | gles2_cmd_helper_autogen.h | 311 void DeleteProgram(GLuint program) { in DeleteProgram() function
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 5845 procedure TTokenRewriteStream.DeleteProgram(const ProgramName: String); procedure 5850 procedure TTokenRewriteStream.DeleteProgram; procedure
|
/external/mesa3d/src/mesa/main/ |
D | dd.h | 393 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog); member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dd.h | 393 void (*DeleteProgram)(struct gl_context *ctx, struct gl_program *prog); member
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 281 void DeleteProgram(PP_Resource context_id, GLuint program) { in DeleteProgram() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 3002 KEYWORD1 void KEYWORD2 NAME(DeleteProgram)(GLuint program) in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 4711 GLAPI void APIENTRY GLAPI_PREFIX(DeleteProgram)(GLuint program) in GLAPI_PREFIX() argument
|