| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | ComputePipelineGL.cpp | 32 DeleteProgram(ToBackend(GetDevice())->gl); in DestroyImpl()
|
| D | PipelineGL.cpp | 191 void PipelineGL::DeleteProgram(const OpenGLFunctions& gl) { in DeleteProgram() function in dawn_native::opengl::PipelineGL 192 gl.DeleteProgram(mProgram); in DeleteProgram()
|
| D | PipelineGL.h | 55 void DeleteProgram(const OpenGLFunctions& gl);
|
| D | RenderPipelineGL.cpp | 244 DeleteProgram(gl); in DestroyImpl()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglsl_private.h | 41 void (GSTGLAPI *DeleteProgram) (GLuint program);
|
| D | gstglsl.c | 633 vtable->DeleteProgram = gl->DeleteProgram; in _gst_glsl_funcs_fill() 649 vtable->DeleteProgram = gl->DeleteObject; in _gst_glsl_funcs_fill()
|
| D | gstglshader.c | 50 void (GSTGLAPI * DeleteProgram) (GLuint program); 107 priv->vtable.DeleteProgram (priv->program_handle); in _cleanup_shader()
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLProgram.cpp | 89 GL_CALL(DeleteProgram(fProgramID)); in ~GrGLProgram()
|
| D | GrGLAssembleWebGLInterfaceAutogen.cpp | 84 GET_PROC(DeleteProgram); in GrGLMakeAssembledWebGLInterface()
|
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 77 GET_PROC(DeleteProgram); in GrGLMakeAssembledGLESInterface()
|
| D | GrGLAssembleGLInterfaceAutogen.cpp | 80 GET_PROC(DeleteProgram); in GrGLMakeAssembledGLInterface()
|
| D | GrGLGpu.cpp | 409 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/ |
| D | shaders.h | 61 GST_GL_EXT_FUNCTION (void, DeleteProgram,
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_opengl3_loader.h | 456 PFNGLDELETEPROGRAMPROC DeleteProgram; member 515 #define glDeleteProgram imgl3wProcs.gl.DeleteProgram
|
| /third_party/vk-gl-cts/doc/testspecs/GLES2/ |
| D | functional.lifetime.txt | 38 - After calling CreateProgram, then UseProgram, then DeleteProgram
|
| /third_party/vk-gl-cts/doc/testspecs/GLES3/ |
| D | functional.lifetime.txt | 42 - After calling CreateProgram, then UseProgram, then DeleteProgram
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglGLES2SharingThreadedTests.cpp | 1509 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/ |
| D | GrGLProgramBuilder.cpp | 45 GR_GL_CALL(gpu->glInterface(), DeleteProgram(programID)); in cleanup_program()
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 29 "CullFace", "DeleteBuffers", "DeleteProgram",
|
| /third_party/openGLES/xml/ |
| D | glxproto.reserved.txt | 470 DeleteProgram
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| D | glxproto.reserved.txt | 441 DeleteProgram
|
| /third_party/mesa3d/src/mapi/glapi/tests/ |
| D | check_table.cpp | 975 { "glDeleteProgram", _O(DeleteProgram) },
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | entry_points.cpp | 207 return gl::DeleteProgram(program); in glDeleteProgram() 1577 this->glDeleteProgram = gl::DeleteProgram; in LibGLESv2exports()
|
| D | entry_points.h | 58 void GL_APIENTRY DeleteProgram(GLuint program);
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_get_program_binary.txt | 124 Add the following paragraphs above the description of DeleteProgram, p. 86:
|