Searched refs:flushMappedNamedBufferRange (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 147 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()
|
D | DispatchTableGL_autogen.h | 646 PFNGLFLUSHMAPPEDNAMEDBUFFERRANGEPROC flushMappedNamedBufferRange = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 210 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \
|
D | Context_gl.cpp | 3076 void Context::flushMappedNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length) in flushMappedNamedBufferRange() function in gl::Context
|
/external/deqp/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 | 635 …gl->flushMappedNamedBufferRange = (glFlushMappedNamedBufferRangeFunc) loader->get("glFlushM…
|
D | glwImpl.inl | 1668 gl->flushMappedNamedBufferRange(buffer, offset, length);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 1864 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/ |
D | tcuNullRenderContextInitFuncs.inl | 213 gl->flushMappedNamedBufferRange = glFlushMappedNamedBufferRange;
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 321 …virtual GrGLvoid flushMappedNamedBufferRange(GrGLuint buffer, GrGLintptr offset, GrGLsizeiptr leng… in flushMappedNamedBufferRange() function
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6619 context->flushMappedNamedBufferRange(bufferPacked, offset, length); in GL_FlushMappedNamedBufferRange()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1484 m_gl.flushMappedNamedBufferRange(buffer, offset, length);
|