Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DComputePipelineGL.cpp32 DeleteProgram(ToBackend(GetDevice())->gl); in DestroyImpl()
DPipelineGL.cpp191 void PipelineGL::DeleteProgram(const OpenGLFunctions& gl) { in DeleteProgram() function in dawn_native::opengl::PipelineGL
192 gl.DeleteProgram(mProgram); in DeleteProgram()
DPipelineGL.h55 void DeleteProgram(const OpenGLFunctions& gl);
DRenderPipelineGL.cpp244 DeleteProgram(gl); in DestroyImpl()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl_private.h41 void (GSTGLAPI *DeleteProgram) (GLuint program);
Dgstglsl.c633 vtable->DeleteProgram = gl->DeleteProgram; in _gst_glsl_funcs_fill()
649 vtable->DeleteProgram = gl->DeleteObject; in _gst_glsl_funcs_fill()
Dgstglshader.c50 void (GSTGLAPI * DeleteProgram) (GLuint program);
107 priv->vtable.DeleteProgram (priv->program_handle); in _cleanup_shader()
/third_party/skia/src/gpu/gl/
DGrGLProgram.cpp89 GL_CALL(DeleteProgram(fProgramID)); in ~GrGLProgram()
DGrGLAssembleWebGLInterfaceAutogen.cpp84 GET_PROC(DeleteProgram); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp77 GET_PROC(DeleteProgram); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp80 GET_PROC(DeleteProgram); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp409 GL_CALL(DeleteProgram(fCopyPrograms[i].fProgram)); in ~GrGLGpu()
415 GL_CALL(DeleteProgram(fMipmapPrograms[i].fProgram)); in ~GrGLGpu()
441 GL_CALL(DeleteProgram(fCopyPrograms[i].fProgram)); in disconnect()
446 GL_CALL(DeleteProgram(fMipmapPrograms[i].fProgram)); in disconnect()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dshaders.h61 GST_GL_EXT_FUNCTION (void, DeleteProgram,
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3_loader.h456 PFNGLDELETEPROGRAMPROC DeleteProgram; member
515 #define glDeleteProgram imgl3wProcs.gl.DeleteProgram
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.lifetime.txt38 - After calling CreateProgram, then UseProgram, then DeleteProgram
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.lifetime.txt42 - After calling CreateProgram, then UseProgram, then DeleteProgram
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp1509 class DeleteProgram : public Operation class
1512 DeleteProgram (SharedPtr<Program> program, bool useSync, bool serverSync);
1519 DeleteProgram::DeleteProgram (SharedPtr<Program> program, bool useSync, bool serverSync) in DeleteProgram() function in deqp::egl::GLES2ThreadTest::DeleteProgram
1526 void DeleteProgram::exec (tcu::ThreadUtil::Thread& t) in exec()
2739 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DeleteProgram(m_threads[threadNdx]->contex… in addRandomOperation()
3213 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_co… in addBufferOperations()
3317 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_co… in addTextureOperations()
3466 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_co… in addImageOperations()
3595 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_co… in addProgramOperations()
3597 …m_threads[1]->addOperation(new GLES2ThreadTest::DeleteProgram(program, m_config.useFenceSync, m_co… in addProgramOperations()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp45 GR_GL_CALL(gpu->glInterface(), DeleteProgram(programID)); in cleanup_program()
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json529 "CullFace", "DeleteBuffers", "DeleteProgram",
/third_party/openGLES/xml/
Dglxproto.reserved.txt470 DeleteProgram
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt441 DeleteProgram
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp975 { "glDeleteProgram", _O(DeleteProgram) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp207 return gl::DeleteProgram(program); in glDeleteProgram()
1577 this->glDeleteProgram = gl::DeleteProgram; in LibGLESv2exports()
Dentry_points.h58 void GL_APIENTRY DeleteProgram(GLuint program);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_program_binary.txt124 Add the following paragraphs above the description of DeleteProgram, p. 86:

12