Home
last modified time | relevance | path

Searched refs:deleteProgramPipeline (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.hpp213 static glw::GLvoid deleteProgramPipeline(const glw::Functions* gl, glw::GLuint id);
DglcKHRDebugTests.cpp688 { GL_PROGRAM_PIPELINE, createProgramPipeline, deleteProgramPipeline, "ProgramPipeline" }, in iterate()
1170 GLvoid LabelsTest::deleteProgramPipeline(const Functions* gl, GLuint id) in deleteProgramPipeline() function in glcts::KHRDebug::LabelsTest
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h383 void deleteProgramPipeline(ProgramPipelineID pipeline);
DContext.cpp1001 void Context::deleteProgramPipeline(ProgramPipelineID pipelineID) in deleteProgramPipeline() function in gl::Context
8261 deleteProgramPipeline(pipelines[i]); in deleteProgramPipelines()