Home
last modified time | relevance | path

Searched refs:glCopyImageSubDataNV (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/nv_copy_image/
H A Dapi_errors.c97 glCopyImageSubDataNV(src, src_target, 0, 0, 0, 0, in test_simple_errors()
104 glCopyImageSubDataNV(src, src_target, 0, 0, 0, 0, in test_simple_errors()
114 glCopyImageSubDataNV(src2, src_target, 0, 0, 0, 0, in test_simple_errors()
178 glCopyImageSubDataNV(src, src_target, 0, 0, 0, 0, in test_simple_errors()
183 glCopyImageSubDataNV(src, src_target, 5, 0, 0, 0, in test_simple_errors()
186 glCopyImageSubDataNV(src, src_target, 0, 0, 0, 0, in test_simple_errors()
191 glCopyImageSubDataNV(src, src_target, 0, 7, 5, 2, in test_simple_errors()
194 glCopyImageSubDataNV(src, src_target, 0, 7, 5, 2, in test_simple_errors()
197 glCopyImageSubDataNV(src, src_target, 0, 7, 5, 2, in test_simple_errors()
200 glCopyImageSubDataNV(src, src_target, 0, 0, 0, 0, in test_simple_errors()
[all …]
H A Dsimple.c163 glCopyImageSubDataNV(images[0].name, images[0].target, 0, 0, 0, 0, in piglit_display()
180 glCopyImageSubDataNV(images[1].name, images[1].target, 0, 17, 11, 0, in piglit_display()
191 glCopyImageSubDataNV(images[0].name, images[0].target, 0, 0, 32, 0, in piglit_display()
H A Dformats.c642 glCopyImageSubDataNV(src_tex, GL_TEXTURE_2D_MULTISAMPLE, 0, in run_multisample_test()
654 glCopyImageSubDataNV(dst_tex, GL_TEXTURE_2D_MULTISAMPLE, 0, in run_multisample_test()
877 glCopyImageSubDataNV(texture[0], GL_TEXTURE_2D, src_level, in run_test()
889 glCopyImageSubDataNV(texture[1], GL_TEXTURE_2D, dst_level, in run_test()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_NV_copy_image4 …void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint src…
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_NV_copy_image5 …void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint src…
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_NV_copy_image4 …void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint src…
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_NV_copy_image5 …void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint src…
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DNV_copy_image.java40 void glCopyImageSubDataNV( in glCopyImageSubDataNV() method
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_NV_copy_image5 …void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint src…
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/NV/
H A Dcopy_image.py17 def glCopyImageSubDataNV(srcName,srcTarget,srcLevel,srcX,srcY,srcZ,dstName,dstTarget,dstLevel,dstX,… function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/NV/
H A Dcopy_image.py17 def glCopyImageSubDataNV(srcName,srcTarget,srcLevel,srcX,srcY,srcZ,dstName,dstTarget,dstLevel,dstX,… function
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-helpers.c116 glCopyImageSubDataNV(src->texture, src->gl_target, 0, src_x, in gl_copy_texture()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/GL/
H A Dgl.symbols385 glCopyImageSubDataNV
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp1402 glCopyImageSubDataNV( in PerformCopy()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp1402 glCopyImageSubDataNV( in PerformCopy()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp1402 glCopyImageSubDataNV( in PerformCopy()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dgl_mangle.h285 #define glCopyImageSubDataNV MANGLE(CopyImageSubDataNV) macro
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.cpp850 PFNGLCOPYIMAGESUBDATANVPROC glCopyImageSubDataNV = NULL; variable
4062 glCopyImageSubDataNV = (PFNGLCOPYIMAGESUBDATANVPROC) loadFunction("glCopyImageSubDataNV"); in loadSymbols()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/src/
H A Dglewinfo.c4877 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/games/craft/Craft-1.0fbsd/deps/glew/src/
H A Dglewinfo.c4877 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/src/
H A Dglewinfo.c4877 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/glew/vtkglew/src/
H A Dglewinfo.c5271 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/www/wt/wt-4.6.1/src/3rdparty/glew-1.10.0/src/
H A Dglewinfo.c5271 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/src/
H A Dglewinfo.c6097 glewInfoFunc("glCopyImageSubDataNV", glCopyImageSubDataNV == NULL); in _glewInfo_GL_NV_copy_image()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/glLoader/
H A DglApi.cpp847 void (GLAPIENTRY *glCopyImageSubDataNV) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint…
4047 glCopyImageSubDataNV = (PFNGLCOPYIMAGESUBDATANVPROC) loadFunction("glCopyImageSubDataNV"); in loadSymbols()

12345678910>>...14