Home
last modified time | relevance | path

Searched refs:getFunctions (Results 151 – 175 of 1340) sorted by relevance

12345678910>>...54

/dports/www/owncloud/owncloud/lib/private/App/CodeChecker/
H A DAbstractCheck.php122 public function getFunctions() { function in OC\\App\\CodeChecker\\AbstractCheck
123 return \array_merge($this->getLocalFunctions(), $this->check->getFunctions());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityTests.cpp74 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
357 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createProgram()
535 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createFramebufferAndVertexArrayObject()
593 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in test()
627 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in cleanProgram()
645 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in cleanFramebufferAndVertexArrayObject()
H A Dgl4cBufferStorageTests.cpp390 const Functions& gl = context.getRenderContext().getFunctions(); in getDirectStateAccessSupport()
508 const Functions& gl = m_context.getRenderContext().getFunctions(); in InitData()
529 const Functions& gl = m_context.getRenderContext().getFunctions(); in InitStorage()
543 const Functions& gl = m_context.getRenderContext().getFunctions(); in Release()
555 const Functions& gl = m_context.getRenderContext().getFunctions(); in Bind()
566 const Functions& gl = m_context.getRenderContext().getFunctions(); in BindBase()
579 const Functions& gl = m_context.getRenderContext().getFunctions(); in BindRange()
592 const Functions& gl = m_context.getRenderContext().getFunctions(); in MapRange()
608 const Functions& gl = m_context.getRenderContext().getFunctions(); in UnMap()
994 const Functions& gl = m_context.getRenderContext().getFunctions(); in Init()
[all …]
H A Dgl3cCommonBugsTests.cpp72 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
106 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
212 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
278 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1036 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1175 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
1236 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1399 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
1467 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1633 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
[all …]
H A Dgl4cMultiBindTests.cpp424 const Functions& gl = m_context->getRenderContext().getFunctions(); in InitData()
455 const Functions& gl = m_context->getRenderContext().getFunctions(); in Bind()
471 const Functions& gl = m_context->getRenderContext().getFunctions(); in BindBase()
578 const Functions& gl = m_context.getRenderContext().getFunctions(); in Release()
680 const Functions& gl = m_context.getRenderContext().getFunctions(); in Init()
708 const Functions& gl = m_context.getRenderContext().getFunctions(); in Release()
731 const Functions& gl = m_context.getRenderContext().getFunctions(); in Use()
856 const Functions& gl = m_context.getRenderContext().getFunctions(); in Init()
1405 const Functions& gl = context.getRenderContext().getFunctions(); in checkBinding()
1430 const Functions& gl = context.getRenderContext().getFunctions(); in checkTextureBinding()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp206 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
318 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCompute()
1336 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
1451 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCommand()
1491 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCommand()
1511 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCommand()
1556 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runCommand()
1602 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runSingleRead()
1643 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genStorage()
2471 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
[all …]
H A Des31fShaderTextureSizeTests.cpp162 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
237 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture); in deinit()
243 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vbo); in deinit()
396 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createTexture()
416 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deleteTexture()
429 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runShader()
H A Des31fNegativeTestShared.cpp56 : glu::CallLogWrapper (renderCtx.getFunctions(), log) in NegativeTestContext()
80 m_renderCtx.getFunctions().getIntegerv(pname, &retval); in getInteger()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Ddl.c97 xmlSecCryptoGetFunctionsCallback * getFunctions = NULL; in XMLSEC_PTR_TO_FUNC_IMPL() local
140 getFunctions = XMLSEC_PTR_TO_FUNC(xmlSecCryptoGetFunctionsCallback, in XMLSEC_PTR_TO_FUNC_IMPL()
143 if(getFunctions == NULL) { in XMLSEC_PTR_TO_FUNC_IMPL()
158 getFunctions = XMLSEC_PTR_TO_FUNC(xmlSecCryptoGetFunctionsCallback, in XMLSEC_PTR_TO_FUNC_IMPL()
164 if(getFunctions == NULL) { in XMLSEC_PTR_TO_FUNC_IMPL()
171 if(getFunctions == NULL) { in XMLSEC_PTR_TO_FUNC_IMPL()
177 lib->functions = getFunctions(); in XMLSEC_PTR_TO_FUNC_IMPL()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dbuiltincontext.cc28 const auto &search = Builtins::instance()->getFunctions().find(name); in evaluate_function()
29 if (search != Builtins::instance()->getFunctions().end()) { in evaluate_function()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dbuiltincontext.cc28 const auto &search = Builtins::instance()->getFunctions().find(name); in evaluate_function()
29 if (search != Builtins::instance()->getFunctions().end()) { in evaluate_function()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp240 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
276 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
279 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
344 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
493 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
531 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
534 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
558 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
687 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
725 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp126 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
142 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
314 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
333 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
410 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
464 GLU_EXPECT_NO_ERROR(m_context.getRenderContext().getFunctions().getError(), "finish"); in iterate()
H A Des2pShaderControlStatementTests.cpp111 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupRenderState()
348 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupProgram()
376 const glw::Functions& gl = m_renderCtx.getFunctions(); in ~ConditionalCase()
387 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
619 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupProgram()
649 const glw::Functions& gl = m_renderCtx.getFunctions(); in ~LoopCase()
660 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/clue/soap-react/src/
H A DClient.php226 public function getFunctions() function in Clue\\React\\Soap\\Client
284 $functions = $this->getFunctions();
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DGradient.java74 Function subFunction = function.getFunctions().get(functionIndex); in outputShading()
75 assert subFunction.getFunctions().isEmpty(); in outputShading()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp217 const auto& gl = m_context.getRenderContext().getFunctions(); in createTexture()
238 const auto& gl = m_context.getRenderContext().getFunctions(); in deleteTexture()
246 const auto& gl = m_context.getRenderContext().getFunctions(); in fillTexture()
282 const auto& gl = renderContext.getFunctions(); in renderQuad()
329 const auto& gl = m_context.getRenderContext().getFunctions(); in verifyResults()
H A DglcPackedDepthStencilTests.cpp370 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in ~BaseTest()
468 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setDrawReadBuffer()
485 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in restoreDrawReadBuffer()
494 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createTextures()
764 const glw::Functions& gl = renderContext.getFunctions(); in renderToTextures()
1352 const glw::Functions& gl = renderContext.getFunctions(); in checkErrors()
1586 const glw::Functions& gl = renderContext.getFunctions(); in iterate()
1805 const glw::Functions& gl = renderContext.getFunctions(); in iterate()
1966 const glw::Functions& gl = renderContext.getFunctions(); in iterate()
2475 const glw::Functions& gl = renderContext.getFunctions(); in iterate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParamValueIntToFloatConversion.cpp78 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
188 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
258 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp256 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawTestPattern()
398 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
465 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
482 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
566 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
576 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
640 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
859 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
1043 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
1118 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/gettext/gettext/src/Utils/
H A DFunctionsScanner.php17 abstract public function getFunctions(array $constants = []); function in Gettext\\Utils\\FunctionsScanner
41 foreach ($this->getFunctions($options['constants']) as $function) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/gettext/src/Utils/
H A DFunctionsScanner.php17 abstract public function getFunctions(array $constants = []); function in Gettext\\Utils\\FunctionsScanner
41 foreach ($this->getFunctions($options['constants']) as $function) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Utils/
H A DFunctionsScanner.php17 abstract public function getFunctions(array $constants = []); function in Gettext\\Utils\\FunctionsScanner
41 foreach ($this->getFunctions($options['constants']) as $function) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp111 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupRenderState()
352 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupProgram()
380 const glw::Functions& gl = m_renderCtx.getFunctions(); in ~ConditionalCase()
391 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
627 const glw::Functions& gl = m_renderCtx.getFunctions(); in setupProgram()
657 const glw::Functions& gl = m_renderCtx.getFunctions(); in ~LoopCase()
668 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp350 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in shaderSourceSpecialized()
396 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in buildProgramVA()
776 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in doesProgramBuild()
822 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in getShaderSource()
888 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in getInfoLog()
950 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupFramebufferWithTextureAsAttachment()
982 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in checkFramebufferStatus()

12345678910>>...54