Home
last modified time | relevance | path

Searched refs:MapBufferRangeWithFallback (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.h153 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions,
H A DBufferGL.cpp313 MapBufferRangeWithFallback(functions, gl::ToGLenum(DestBufferOperationTarget), offset, in getIndexRange()
H A DVertexArrayGL.cpp444 uint8_t *bufferPointer = MapBufferRangeWithFallback(functions, GL_ARRAY_BUFFER, 0, in streamAttributes()
520 uint8_t *inputBufferPointer = MapBufferRangeWithFallback( in streamAttributes()
H A Drenderergl_utils.cpp3088 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions, in MapBufferRangeWithFallback() function