Lines Matching refs:force
603 // force matrix/clip isolation for layer
1811 bool force = mCaches.bindMeshBuffer();
1812 mCaches.bindPositionVertexPointer(force, 0);
1839 bool force = false;
1841 force = mCaches.bindMeshBuffer(vbo == 0 ? mCaches.meshBuffer : vbo);
1843 force = mCaches.unbindMeshBuffer();
1846 mCaches.bindPositionVertexPointer(force, vertices);
1848 mCaches.bindTexCoordsVertexPointer(force, texCoords);
1856 bool force = mCaches.unbindMeshBuffer();
1859 mCaches.bindPositionVertexPointer(force, vertices, stride);
1861 mCaches.bindTexCoordsVertexPointer(force, texCoords, stride);
1874 bool force = false;
1879 force = mCaches.bindMeshBuffer(vbo == 0 ? mCaches.meshBuffer : vbo);
1881 force = mCaches.unbindMeshBuffer();
1885 mCaches.bindPositionVertexPointer(force, vertices);
1887 mCaches.bindTexCoordsVertexPointer(force, texCoords);
1892 bool force = mCaches.unbindMeshBuffer();
1894 mCaches.bindPositionVertexPointer(force, vertices, gVertexStride);
2357 bool force = mCaches.unbindMeshBuffer();
3144 // TODO: use quickRejectWithScissor. For now, always force enable scissor.