Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h137 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions,
DBufferGL.cpp268 MapBufferRangeWithFallback(functions, gl::ToGLenum(DestBufferOperationTarget), offset, in getIndexRange()
DVertexArrayGL.cpp413 uint8_t *bufferPointer = MapBufferRangeWithFallback(functions, GL_ARRAY_BUFFER, 0, in streamAttributes()
480 uint8_t *inputBufferPointer = MapBufferRangeWithFallback( in streamAttributes()
Drenderergl_utils.cpp2506 uint8_t *MapBufferRangeWithFallback(const FunctionsGL *functions, in MapBufferRangeWithFallback() function