Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.h136 bool CanMapBufferForRead(const FunctionsGL *functions);
Drenderergl_utils.cpp1302 if (!CanMapBufferForRead(functions)) in GenerateCaps()
2137 ANGLE_FEATURE_CONDITION(features, keepBufferShadowCopy, !CanMapBufferForRead(functions)); in InitializeFeatures()
2524 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead() function
DVertexArrayGL.cpp491 ASSERT(CanMapBufferForRead(functions)); in streamAttributes()