Home
last modified time | relevance | path

Searched refs:getFunctions (Results 201 – 225 of 1340) sorted by relevance

12345678910>>...54

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXDialogPeer.java103 int getFunctions() { in getFunctions() method in XDialogPeer
104 int f = super.getFunctions(); in getFunctions()
/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 DesextcTextureCubeMapArrayImageOperations.cpp144 const glw::Functions& gl = context.getRenderContext().getFunctions(); in checkResults()
265 const glw::Functions& gl = context.getRenderContext().getFunctions(); in configureTexture()
340 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
388 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
462 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in removeTextures()
518 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
698 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in runShaders()
769 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in configureProgram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp219 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in buildProgram()
362 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in compareBaseAndReferenceTextures()
517 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitPerTestObjects()
593 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitProgramAndShaderObjects()
637 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in executeTestCases()
951 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
1034 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setUpFunctionalTestObjects()
1500 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setUpNegativeTestObjects()
2501 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinitPerTestObjects()
2518 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp1978 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in ~programInfo()
2012 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in build()
2047 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in compile()
2096 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in link()
2197 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
2278 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyError()
2317 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
2348 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in verifyValues()
2586 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in captureAndVerify()
2614 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in draw()
[all …]
H A Dgl4cCopyImageTests.cpp508 const Functions& gl = context.getRenderContext().getFunctions(); in deleteTexture()
1193 const Functions& gl = context.getRenderContext().getFunctions(); in generateTexture()
1222 const Functions& gl = context.getRenderContext().getFunctions(); in makeTextureComplete()
1280 const Functions& gl = context.getRenderContext().getFunctions(); in prepareMultisampleTex()
1332 const Functions& gl = context.getRenderContext().getFunctions(); in prepareRenderBuffer()
2830 const Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
3068 const Functions& gl = m_context.getRenderContext().getFunctions(); in getPixels()
3667 const Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
4454 const Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
4602 const Functions& gl = m_context.getRenderContext().getFunctions(); in clean()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.cpp53 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in prepareFramebuffer()
75 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in releaseFramebuffer()
101 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
372 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in GetEpsilon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp144 const glw::Functions& gl = m_renderCtx.getFunctions(); in init()
235 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
260 const glw::Functions& gl = m_renderCtx.getFunctions(); in render()
297 GLU_EXPECT_NO_ERROR(m_renderCtx.getFunctions().getError(), "End of rendering"); in iterate()
H A DglsTextureBufferCase.cpp566 modifyBufferSubData(log, rng, renderContext.getFunctions(), texture); in modify()
569 modifyMapWrite(log, rng, renderContext.getFunctions(), texture); in modify()
572 modifyMapReadWrite(log, resultCollector, rng, renderContext.getFunctions(), texture); in modify()
582 const glw::Functions& gl = renderContext.getFunctions(); in renderGL()
771 renderContext.getFunctions().getIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE, &maxTextureBufferSize); in render()
772 GLU_EXPECT_NO_ERROR(renderContext.getFunctions().getError(), "query GL_MAX_TEXTURE_BUFFER_SIZE"); in render()
780 renderContext.getFunctions().getIntegerv(GL_SUBPIXEL_BITS, &subpixelBits); in render()
802 const glw::Functions& gl = renderContext.getFunctions(); in logImplementationInfo()
869 const glw::Functions& gl = renderContext.getFunctions(); in runTests()
1031 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
/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 DesextcTessellationShaderProperties.cpp67 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
162 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
203 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in initTest()
278 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
H A DesextcTessellationShaderWinding.cpp128 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
152 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in prepareFramebuffer()
177 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DSpvPostProcess.cpp335 for (auto fi = module.getFunctions().cbegin(); fi != module.getFunctions().cend(); fi++) { in postProcess()
402 for (auto fi = module.getFunctions().cbegin(); fi != module.getFunctions().cend(); fi++) { in postProcess()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DSpvPostProcess.cpp335 for (auto fi = module.getFunctions().cbegin(); fi != module.getFunctions().cend(); fi++) { in postProcess()
402 for (auto fi = module.getFunctions().cbegin(); fi != module.getFunctions().cend(); fi++) { in postProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveQueries.cpp268 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
331 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
483 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in readPrimitiveQueryValues()
H A DesextcGeometryShaderClipping.cpp107 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in deinit()
163 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/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp132 const int reference = m_getValue(m_context.getRenderContext().getFunctions()); in iterate()
256 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
296 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
393 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
483 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
607 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
761 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
886 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_positionBuffer); in deinit()
892 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_elementBuffer); in deinit()
985 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 Des31fTessellationGeometryInteractionTests.cpp206 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
219 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_patchBuffer); in deinit()
228 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
510 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
523 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_dataBuffer); in deinit()
530 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
871 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
2169 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
2856 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
2888 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_xfbBuf); in deinit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp281 const glw::Functions& gl = renderContext.getFunctions(); in renderQuad()
383 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callTexImage3D()
397 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callTexSubImage3D()
409 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callCopyTexSubImage3D()
422 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callCompressedTexImage3D()
435 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callCompressedTexSubImage3D()
449 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in callFramebufferTexture3D()
705 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
816 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
943 const glw::Functions& gl = renderCtx.getFunctions(); in iterate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/stress/
H A Des31sDrawTests.cpp149 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_dataBufferID); in deinit()
154 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_indexBufferID); in deinit()
159 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_cmdBufferID); in deinit()
164 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_colorBufferID); in deinit()
169 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
181 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampGetTexParameterIErrors.cpp158 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in VerifyGLGetTexParameterIiv()
187 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in VerifyGLGetTexParameterIuiv()

12345678910>>...54