Home
last modified time | relevance | path

Searched defs:flushMappedBufferRange (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h280 PFNGLFLUSHMAPPEDBUFFERRANGEPROC flushMappedBufferRange = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl212 glFlushMappedBufferRangeFunc flushMappedBufferRange; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5907 void Context::flushMappedBufferRange(BufferBinding /*target*/, in flushMappedBufferRange() function in gl::Context