Searched refs:flushMappedNamedBufferRange (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 147 ASSIGN("glFlushMappedNamedBufferRange", flushMappedNamedBufferRange); in initProcsDesktopGL() 905 ASSIGN("glFlushMappedNamedBufferRangeEXT", flushMappedNamedBufferRange); in initProcsDesktopGL() 1827 ASSIGN("glFlushMappedNamedBufferRange", flushMappedNamedBufferRange); in initProcsDesktopGL() 2936 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL() 3693 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL() 4614 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 646 PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC flushMappedNamedBufferRange = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_autogen.h | 206 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \
|
D | Context_gl.cpp | 3054 void Context::flushMappedNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length) in flushMappedNamedBufferRange() function in gl::Context
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 213 glFlushMappedNamedBufferRangeFunc flushMappedNamedBufferRange; variable
|
D | glwInitGL45.inl | 168 gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
|
D | glwInitGL46.inl | 168 gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
|
D | glwInitExtGL.inl | 645 …gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
|
D | glwImpl.inl | 1668 gl->flushMappedNamedBufferRange(buffer, offset, length);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 1864 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate() 2465 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate() 5117 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate()
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 213 gl->flushMappedNamedBufferRange = glFlushMappedNamedBufferRange;
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6866 context->flushMappedNamedBufferRange(bufferPacked, offset, length); in GL_FlushMappedNamedBufferRange()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 1484 m_gl.flushMappedNamedBufferRange(buffer, offset, length);
|