Searched defs:writeBuffer (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.cpp421 static bool IsPartialBlit(gl::Context *context, gl::FramebufferAttachment *readBuffer, gl::FramebufferAttachment *writeBuffer, argument
426 dstX1 != writeBuffer->getWidth() || dstY1 != writeBuffer->getHeight() ||
436 scissor.width < writeBuffer->getWidth() ||
437 scissor.height < writeBuffer->getHeight();
H A DlibGLESv2.cpp6836 gl::Buffer *writeBuffer = context->getState().getTargetBuffer(writeTarget); local
6838 if (!readBuffer || !writeBuffer)
6844 // Verify that readBuffer and writeBuffer are not currently mapped
6845 if (readBuffer->isMapped() || writeBuffer->isMapped())
6853 static_cast<unsigned int>(writeOffset + size) > writeBuffer->getSize())
6859 if (readBuffer == writeBuffer && abs(readOffset - writeOffset) < size)
6868 gl::Error error = writeBuffer->copyBufferSubData(readBuffer, readOffset, writeOffset, size);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c6128 char writeBuffer[PROXY_MAXCONCHLEN]; local
6131 writeBuffer[0] = (char)PROXY_CONCHVERSION;
6132 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);
6134 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, MAXPATHLEN);
6136 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
6138 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
6140 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c30269 char writeBuffer[PROXY_MAXCONCHLEN]; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c31130 char writeBuffer[PROXY_MAXCONCHLEN]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c31150 char writeBuffer[PROXY_MAXCONCHLEN]; local
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 9131 milliseconds