Home
last modified time | relevance | path

Searched refs:CanMapBufferForRead (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h136 bool CanMapBufferForRead(const FunctionsGL *functions);
Drenderergl_utils.cpp1310 if (!CanMapBufferForRead(functions)) in GenerateCaps()
2116 ANGLE_FEATURE_CONDITION(features, keepBufferShadowCopy, !CanMapBufferForRead(functions)); in InitializeFeatures()
2500 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead() function
DVertexArrayGL.cpp479 ASSERT(CanMapBufferForRead(functions)); in streamAttributes()