Home
last modified time | relevance | path

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

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