Searched refs:directStoragePossible (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DVertexDataManager.cpp85 static bool directStoragePossible(VertexBufferInterface* vb, const gl::VertexAttribute& attrib) function in namespace:rx
116 !directStoragePossible(staticBuffer, attribs[i]))
132 if (!directStoragePossible(vertexBuffer, attribs[i]))
185 bool directStorage = directStoragePossible(vertexBuffer, attribs[i]);

Completed in 301 milliseconds