Home
last modified time | relevance | path

Searched refs:DeleteProgram (Results 1 – 25 of 76) sorted by relevance

1234

/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
229 DeleteProgram(DEFAULT_PROGRAM_NAME); in DeleteProgram()
233 public virtual void DeleteProgram(string programName) { in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
/external/chromium_org/cc/output/
Dprogram_binding.cc71 context->DeleteProgram(program_); in Cleanup()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs257 public virtual void DeleteProgram() in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
259 DeleteProgram( DEFAULT_PROGRAM_NAME ); in DeleteProgram()
263 public virtual void DeleteProgram( string programName ) in DeleteProgram() method in Antlr.Runtime.TokenRewriteStream
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c242 functions->DeleteProgram = st_delete_program; in st_init_program_functions()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_program.c242 functions->DeleteProgram = st_delete_program; in st_init_program_functions()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp64 GET_PROC(DeleteProgram); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp64 GET_PROC(DeleteProgram); in GrGLCreateANGLEInterface()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c265 functions->DeleteProgram = brwDeleteProgram; in brwInitFragProgFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_program.c265 functions->DeleteProgram = brwDeleteProgram; in brwInitFragProgFuncs()
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp75 GR_GL_GET_PROC(DeleteProgram); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp75 GR_GL_GET_PROC(DeleteProgram); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp96 GET_PROC(DeleteProgram); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp96 GET_PROC(DeleteProgram); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h48 OP(DeleteProgram) /* 291 */ \
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc240 gles2_if_->DeleteProgram(context_->pp_resource(), shader_2d_.program); in ~VideoDecodeDemoInstance()
242 gles2_if_->DeleteProgram( in ~VideoDecodeDemoInstance()
/external/mesa3d/src/mesa/main/
Dshared.c175 ctx->Driver.DeleteProgram(ctx, prog); in delete_program_cb()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshared.c175 ctx->Driver.DeleteProgram(ctx, prog); in delete_program_cb()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp75 GR_GL_GET_PROC(DeleteProgram); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLProgram.cpp67 GL_CALL(DeleteProgram(fProgramID)); in ~GrGLProgram()
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp75 GR_GL_GET_PROC(DeleteProgram); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h44 #define glDeleteProgram GLES2_GET_FUN(DeleteProgram)
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgram.cpp67 GL_CALL(DeleteProgram(fProgramID)); in ~GrGLProgram()
DGrGLShaderBuilder.cpp586 GL_CALL(DeleteProgram(programId)); in finish()
620 GL_CALL(DeleteProgram(programId)); in finish()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp155 WGL_SET_PROC(DeleteProgram); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp155 WGL_SET_PROC(DeleteProgram); in GrGLCreateNativeInterface()

1234