Home
last modified time | relevance | path

Searched refs:getFunctions (Results 126 – 150 of 1340) sorted by relevance

12345678910>>...54

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/simplereference/
H A DsglrGLContext.cpp54 const glw::Functions& gl = m_context.getFunctions(); in GLContext()
67 const glw::Functions& gl = m_context.getFunctions(); in ~GLContext()
171 m_context.getFunctions().viewport(x+offset.x(), y+offset.y(), width, height); in viewport()
222 …m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curSc… in bindFramebuffer()
308 …m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage1D()
325 …m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage2D()
340 …m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, wid… in copyTexSubImage1D()
355 …m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y… in copyTexSubImage2D()
370 …m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x,… in copyTexSubImage3D()
492 m_context.getFunctions().scissor(offset.x()+x, offset.y()+y, width, height); in scissor()
[all …]
/dports/devel/pear-PHP_TokenStream/php-token-stream-1.4.11/tests/Token/
H A DClassTest.php110 $this->assertEmpty($ts->getFunctions());
120 $this->assertEmpty($ts->getFunctions());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp114 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in expect_fbo_status()
140 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in begin_fbo_no_attachments()
153 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in begin_fbo_with_multisample_renderbuffer()
179 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in end_fbo()
193 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
512 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
523 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp174 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
175 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
186 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
311 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
446 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
601 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_primitiveBuf); in deinit()
710 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
875 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_posBuffer); in deinit()
997 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
1117 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
[all …]
H A Des31fVertexAttributeBindingStateQueryTests.cpp89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
266 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
343 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
421 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
499 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
580 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
604 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
629 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
657 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
H A Des31fSSBOArrayLengthTests.cpp92 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
169 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_targetBufferID); in deinit()
175 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_outputBufferID); in deinit()
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
H A Des31fShaderHelperInvocationTests.cpp164 const glw::Functions& gl = renderCtx.getFunctions(); in drawRandomPrimitives()
229 const glw::Functions& gl = m_renderCtx.getFunctions(); in FboHelper()
260 const glw::Functions& gl = m_renderCtx.getFunctions(); in bindForRendering()
269 const glw::Functions& gl = m_renderCtx.getFunctions(); in readPixels()
332 const glw::Functions& gl = renderCtx.getFunctions(); in init()
427 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
491 const glw::Functions& gl = renderCtx.getFunctions(); in init()
626 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
H A Des31fFboNoAttachmentTests.cpp69 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferSize()
176 const glw::Functions& gl = renderCtx.getFunctions(); in checkFramebufferRenderable()
291 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
362 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
393 const glw::Functions& gl = m_renderCtx.getFunctions(); in getWidth()
408 const glw::Functions& gl = m_renderCtx.getFunctions(); in getHeight()
423 const glw::Functions& gl = m_renderCtx.getFunctions(); in getSamples()
466 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
H A Des31fFboSRGBWriteControlTests.cpp417 : m_gl (&context.getRenderContext().getFunctions()) in TestVertexData()
493 : m_gl (&context.getRenderContext().getFunctions()) in TestTexture2D()
578 : m_gl (&context.getRenderContext().getFunctions()) in TestFramebuffer()
672 : m_gl (&context.getRenderContext().getFunctions()) in TestShaderProgram()
999 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in draw()
1075 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setShaderProgramSamplingType()
1084 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setShaderBlendFunctionType()
1103 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setShaderBlendSrcDstValues()
1128 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in bindActiveTexturesSamplers()
1175 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in enableFramebufferSRGB()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5SSBOArrayIndexing.cpp103 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
148 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
228 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/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp105 const Functions& gl = m_context.getRenderContext().getFunctions(); in createTexture()
133 const Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
201 const Functions& gl = m_context.getRenderContext().getFunctions(); in verify()
269 const Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp62 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
110 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
320 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
568 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyPropertyValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp105 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
198 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
308 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
495 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
541 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
652 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php101 $twig->getFunctions();
111 $twig->getFunctions();
326 $this->assertArrayHasKey('foo_function', $twig->getFunctions());
371 $this->assertArrayNotHasKey('foo_function', $twig->getFunctions());
568 public function getFunctions() function in Twig_Tests_EnvironmentTest_Extension
661 public function getFunctions() function in Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php30 $serializerExtension->getFunctions()
59 $serializerExtension->getFunctions()
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/gettext/src/Utils/
H A DFunctionsScanner.php17 abstract public function getFunctions(array $constants = []); function in Gettext\\Utils\\FunctionsScanner
31 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/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferAtomicFunctions.cpp72 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
176 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
232 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/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp159 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
207 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
324 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in render()
356 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTextureData()
378 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyTextureData()
414 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
607 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupRenderPass()
H A Dgl4cStencilTexturingTests.cpp83 const Functions& gl = context.getRenderContext().getFunctions(); in createAndBuildProgram()
203 const Functions& gl = context.getRenderContext().getFunctions(); in createAndCompileShader()
270 const Functions& gl = context.getRenderContext().getFunctions(); in createAndFill2DTexture()
309 const glw::Functions& gl = context.getRenderContext().getFunctions(); in deleteProgram()
324 const glw::Functions& gl = context.getRenderContext().getFunctions(); in deleteShader()
339 const glw::Functions& gl = context.getRenderContext().getFunctions(); in deleteTexture()
662 const Functions& gl = m_context.getRenderContext().getFunctions(); in dispatch()
718 const Functions& gl = m_context.getRenderContext().getFunctions(); in draw()
948 const Functions& gl = m_context.getRenderContext().getFunctions(); in prepareSourceTexture()
1089 const Functions& gl = m_context.getRenderContext().getFunctions(); in verifyTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluShaderProgram.cpp41 : m_gl (renderCtx.getFunctions()) in Shader()
235 : m_gl (renderCtx.getFunctions()) in Program()
251 : m_gl (renderCtx.getFunctions()) in Program()
323 : m_gl (renderCtx.getFunctions()) in ProgramPipeline()
369 : m_program(renderCtx.getFunctions()) in ShaderProgram()
371 init(renderCtx.getFunctions(), sources); in ShaderProgram()
375 : m_program(renderCtx.getFunctions()) in ShaderProgram()
377 init(renderCtx.getFunctions(), binaries); in ShaderProgram()
/dports/lang/ferite/ferite-1.0.2/scripts/test-suite/
H A Dreflection.fe70 function getFunctions(){
72 array a = o.getFunctions();
126 function getFunctions( )
129 array f = cls.getFunctions( );
133 f = cls.getFunctions( );
/dports/www/phpbb3/phpBB3/vendor/zendframework/zend-code/src/Scanner/
H A DCachingFileScanner.php164 public function getFunctions() function in Zend\\Code\\Scanner\\CachingFileScanner
166 return $this->fileScanner->getFunctions();
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Code/Scanner/
H A DCachingFileScanner.php156 public function getFunctions() function in Zend\\Code\\Scanner\\CachingFileScanner
158 return $this->fileScanner->getFunctions();
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/gettext/gettext/src/Utils/
H A DFunctionsScanner.php15 abstract public function getFunctions(); function in Gettext\\Utils\\FunctionsScanner
26 foreach ($this->getFunctions() as $function) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-code/src/Scanner/
H A DCachingFileScanner.php163 public function getFunctions() function in Laminas\\Code\\Scanner\\CachingFileScanner
165 return $this->fileScanner->getFunctions();

12345678910>>...54