Home
last modified time | relevance | path

Searched refs:GL_BUFFER_MAP_POINTER (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/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 DesextcTextureBufferBufferParameters.cpp246 …queryBufferPointerv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_MAP_POINTER, (glw::GLvoid*)DE_NULL) &&… in iterate()
272 …queryBufferPointerv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_MAP_POINTER, (glw::GLvoid*)m_buffer_po… in iterate()
306 …queryBufferPointerv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_MAP_POINTER, (glw::GLvoid*)m_buffer_po… in iterate()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_uniform_buffer_object/
H A Dbuffer-targets.c73 glGetBufferPointerv(GL_UNIFORM_BUFFER, GL_BUFFER_MAP_POINTER, &ptr2); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_direct_state_access/
H A Dnamed-buffers.c185 glGetNamedBufferPointervEXT(buffer, GL_BUFFER_MAP_POINTER, &ptr); in test_MapNamedBufferEXT()
204 glGetNamedBufferPointervEXT(buffer, GL_BUFFER_MAP_POINTER, &ptr); in test_MapNamedBufferEXT()
/dports/graphics/glew/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_1_530 GL_BUFFER_MAP_POINTER 0x88BD
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_1_5.h42 #define GL_BUFFER_MAP_POINTER 0x88BD macro
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/core/
H A DGL_VERSION_1_528 GL_BUFFER_MAP_POINTER 0x88BD
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/core/gl/
H A DGL_VERSION_1_530 GL_BUFFER_MAP_POINTER 0x88BD
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2HardwareUniformBuffer.cpp150 OGRE_CHECK_GL_ERROR(glGetBufferPointerv(GL_UNIFORM_BUFFER, GL_BUFFER_MAP_POINTER, &pDest)); in readData()
/dports/graphics/glew-wayland/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_1_530 GL_BUFFER_MAP_POINTER 0x88BD
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/core/
H A DGL_VERSION_1_529 GL_BUFFER_MAP_POINTER 0x88BD
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkTransformFeedback.cxx201 GL_TRANSFORM_FEEDBACK_BUFFER, GL_BUFFER_MAP_POINTER, reinterpret_cast<GLvoid**>(&glBuffer)); in ReadBuffer()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkTransformFeedback.cxx205 glGetBufferPointerv(GL_TRANSFORM_FEEDBACK_BUFFER, GL_BUFFER_MAP_POINTER, in ReadBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp464 glGetBufferPointerv(GL_ARRAY_BUFFER, GL_BUFFER_MAP_POINTER, &initialState); in test()
473 glGetBufferPointerv(GL_ARRAY_BUFFER, GL_BUFFER_MAP_POINTER, &mapPointerState); in test()
H A Des3fNegativeStateApiTests.cpp845 glGetBufferPointerv(-1, GL_BUFFER_MAP_POINTER, &params); in init()
851 glGetBufferPointerv(GL_ARRAY_BUFFER, GL_BUFFER_MAP_POINTER, &params); in init()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py18 GL_BUFFER_MAP_POINTER=_C('GL_BUFFER_MAP_POINTER',0x88BD) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py18 GL_BUFFER_MAP_POINTER=_C('GL_BUFFER_MAP_POINTER',0x88BD) variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL15.java76 int GL_BUFFER_MAP_POINTER = 0x88BD; field
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dgl-decs.h43 #define GL_BUFFER_MAP_POINTER 0x88BD macro
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/system/
H A Dgl.h529 #ifndef GL_BUFFER_MAP_POINTER
530 #define GL_BUFFER_MAP_POINTER 0x88BD macro
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglstate.cpp329 glGetBufferPointerv(target, GL_BUFFER_MAP_POINTER, &map_pointer); in map()
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dgl_headers.h513 #define GL_BUFFER_MAP_POINTER 0x88BD macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp141 gl.getBufferPointerv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_MAP_POINTER, &bufferPointer); in iterate()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dqueryutils.cpp457 case GL_BUFFER_MAP_POINTER: in QueryBufferPointerv()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dheightmap.c152 #define GL_BUFFER_MAP_POINTER 0x88BD macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h353 #define GL_BUFFER_MAP_POINTER 0x88BD macro

12345678910>>...26