Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp147 ASSIGN("glFlushMappedNamedBufferRange", flushMappedNamedBufferRange); in initProcsDesktopGL()
916 ASSIGN("glFlushMappedNamedBufferRangeEXT", flushMappedNamedBufferRange); in initProcsDesktopGL()
1838 ASSIGN("glFlushMappedNamedBufferRange", flushMappedNamedBufferRange); in initProcsDesktopGL()
2936 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL()
3704 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL()
4625 flushMappedNamedBufferRange = &glFlushMappedNamedBufferRangeNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h646 PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC flushMappedNamedBufferRange = nullptr; variable
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h210 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \
DContext_gl.cpp3076 void Context::flushMappedNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length) in flushMappedNamedBufferRange() function in gl::Context
/external/deqp/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.inl635 …gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
DglwImpl.inl1668 gl->flushMappedNamedBufferRange(buffer, offset, length);
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp1864 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate()
2465 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate()
5116 m_pFlushMappedNamedBufferRange = (PFNGLFLUSHMAPPEDNAMEDBUFFERRANGE)gl.flushMappedNamedBufferRange; in iterate()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl213 gl->flushMappedNamedBufferRange = glFlushMappedNamedBufferRange;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h321 …virtual GrGLvoid flushMappedNamedBufferRange(GrGLuint buffer, GrGLintptr offset, GrGLsizeiptr leng… in flushMappedNamedBufferRange() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6619 context->flushMappedNamedBufferRange(bufferPacked, offset, length); in GL_FlushMappedNamedBufferRange()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1484 m_gl.flushMappedNamedBufferRange(buffer, offset, length);