Home
last modified time | relevance | path

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

/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/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/chromium_org/ppapi/c/
Dppb_opengles2.h190 void (*DeleteProgram)(PP_Resource context, GLuint program); member
649 void (*DeleteProgram)(PP_Resource context, GLuint program); member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h1519 struct DeleteProgram { struct
1520 typedef DeleteProgram ValueType; argument
1521 static const CommandId kCmdId = kDeleteProgram; argument
1545 COMPILE_ASSERT(sizeof(DeleteProgram) == 8, Sizeof_DeleteProgram_is_not_8); argument
Dgles2_cmd_format_test_autogen.h515 TEST_F(GLES2FormatTest, DeleteProgram) { in TEST_F() argument
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1510 class DeleteProgram : public Operation class
1520 DeleteProgram::DeleteProgram (SharedPtr<Program> program, bool useSync, bool serverSync) in DeleteProgram() function in deqp::egl::GLES2ThreadTest::DeleteProgram
/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/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h348 void GLES2Implementation::DeleteProgram(GLuint program) { in DeleteProgram() function
Dgles2_interface_stub_impl_autogen.h134 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { in DeleteProgram() function
Dgles2_trace_implementation_impl_autogen.h221 void GLES2TraceImplementation::DeleteProgram(GLuint program) { in DeleteProgram() function
Dgles2_implementation_unittest_autogen.h279 TEST_F(GLES2ImplementationTest, DeleteProgram) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h329 void DeleteProgram(GLuint program) { in DeleteProgram() function
/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/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc318 void DeleteProgram(PP_Resource context_id, GLuint program) { in DeleteProgram() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc325 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