Home
last modified time | relevance | path

Searched defs:mapBufferRange (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h306 PFNGLMAPBUFFERRANGEPROC mapBufferRange = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl442 glMapBufferRangeFunc mapBufferRange; variable
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3538 CallCapture mapBufferRange = CaptureMapBufferRange( in CaptureBufferResetCalls() local
3836 CallCapture mapBufferRange = in CaptureShareGroupMidExecutionSetup() local
/external/angle/src/libANGLE/
DContext.cpp5780 void *Context::mapBufferRange(BufferBinding target, in mapBufferRange() function in gl::Context