Home
last modified time | relevance | path

Searched refs:flushMappedNamedBufferRange (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp147 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()
DDispatchTableGL_autogen.h646 PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC flushMappedNamedBufferRange = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h206 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \
DContext_gl.cpp3054 void Context::flushMappedNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length) in flushMappedNamedBufferRange() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl213 glFlushMappedNamedBufferRangeFunc flushMappedNamedBufferRange; variable
DglwInitGL45.inl168 gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
DglwInitGL46.inl168 gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
DglwInitExtGL.inl645 …gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
DglwImpl.inl1668 gl->flushMappedNamedBufferRange(buffer, offset, length);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp1864 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/
DtcuNullRenderContextInitFuncs.inl213 gl->flushMappedNamedBufferRange = glFlushMappedNamedBufferRange;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp6866 context->flushMappedNamedBufferRange(bufferPacked, offset, length); in GL_FlushMappedNamedBufferRange()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl1484 m_gl.flushMappedNamedBufferRange(buffer, offset, length);