Home
last modified time | relevance | path

Searched refs:writeBuffer (Results 1 – 21 of 21) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfOutputFile.cpp1007 LineBuffer *writeBuffer = in writePixels() local
1010 writeBuffer->wait(); in writePixels()
1012 int numLines = writeBuffer->scanLineMax - in writePixels()
1013 writeBuffer->scanLineMin + 1; in writePixels()
1022 if (writeBuffer->partiallyFull) in writePixels()
1026 writeBuffer->post(); in writePixels()
1035 writePixelData (_data, writeBuffer); in writePixels()
1045 writeBuffer->scanLineMax + 1: in writePixels()
1046 writeBuffer->scanLineMin - 1)); in writePixels()
1054 writeBuffer->post(); in writePixels()
DImfTiledOutputFile.cpp1188 TileBuffer* writeBuffer = in writeTiles() local
1191 writeBuffer->wait(); in writeTiles()
1198 writeBuffer->dataPtr, in writeTiles()
1199 writeBuffer->dataSize); in writeTiles()
1205 writeBuffer->post(); in writeTiles()
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp47 auto Profile = Writer.writeBuffer(); in TEST_F()
55 auto Profile = Writer.writeBuffer(); in TEST_F()
75 auto Profile = Writer.writeBuffer(); in TEST_F()
102 auto Profile = Writer.writeBuffer(); in TEST_F()
148 auto Profile = Writer.writeBuffer(); in TEST_F()
199 auto Profile = Writer.writeBuffer(); in TEST_F()
291 auto Profile = Writer.writeBuffer(); in TEST_F()
384 auto Profile = Writer.writeBuffer(); in TEST_F()
501 auto Profile = Writer.writeBuffer(); in TEST_F()
512 auto Profile = Writer.writeBuffer(); in TEST_F()
DCoverageMappingTest.cpp137 auto Profile = ProfileWriter.writeBuffer(); in readProfCounts()
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h50 std::unique_ptr<MemoryBuffer> writeBuffer();
/external/parameter-framework/upstream/parameter/
DParameterBlackboard.h52 void writeBuffer(const void *pvSrcData, size_t size, size_t offset);
DSubsystemObject.cpp183 _blackboard->writeBuffer(pvData, size, getOffset() + _accessedIndex); in blackboardWrite()
DParameterBlackboard.cpp88 void CParameterBlackboard::writeBuffer(const void *pvSrcData, size_t size, size_t offset) in writeBuffer() function in CParameterBlackboard
/external/curl/lib/
Dsetup-os400.h133 char * writeBuffer,
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp237 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
/external/curl/packages/OS400/
Dos400sys.c704 Curl_gsk_secure_soc_write(gsk_handle my_session_handle, char * writeBuffer, in Curl_gsk_secure_soc_write() argument
713 return gsk_secure_soc_write(p->h, writeBuffer, writeBufSize, amtWritten); in Curl_gsk_secure_soc_write()
/external/skia/include/gpu/gl/
DGrGLFunctions.h318 …ON_TYPE* GrGLNamedCopyBufferSubDataProc)(GrGLuint readBuffer, GrGLuint writeBuffer, GrGLintptr rea…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl743 GLW_APICALL void GLW_APIENTRY glCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLin… argument
746 DE_UNREF(writeBuffer);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl590 void CallLogWrapper::glCopyNamedBufferSubData (glw::GLuint readBuffer, glw::GLuint writeBuffer, glw… argument
593 …m_log << TestLog::Message << "glCopyNamedBufferSubData(" << readBuffer << ", " << writeBuffer << "…
594 m_gl.copyNamedBufferSubData(readBuffer, writeBuffer, readOffset, writeOffset, size);
DgluCallLogWrapperApi.inl88 void glCopyNamedBufferSubData (glw::GLuint readBuffer, glw::GLuint writeBuffer, glw::GLint…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl663 void glwCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintpt… argument
668 gl->copyNamedBufferSubData(readBuffer, writeBuffer, readOffset, writeOffset, size);
DglwApi.inl748 void glwCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, …
DglwFunctionTypes.inl88 …PIENTRY* glCopyNamedBufferSubDataFunc) (GLuint readBuffer, GLuint writeBuffer, GLintptr readO…
/external/mesa3d/include/GL/
Dglext.h11708 GLAPI void APIENTRY glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr re…
11915 typedef void (APIENTRYP PFNGLNAMEDCOPYBUFFERSUBDATAEXTPROC) (GLuint readBuffer, GLuint writeBuffer,…
/external/sqlite/dist/
Dsqlite3.c33554 char writeBuffer[PROXY_MAXCONCHLEN];
33557 writeBuffer[0] = (char)PROXY_CONCHVERSION;
33558 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);
33560 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,
33563 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
33565 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
33567 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);
/external/sqlite/dist/orig/
Dsqlite3.c33536 char writeBuffer[PROXY_MAXCONCHLEN];
33539 writeBuffer[0] = (char)PROXY_CONCHVERSION;
33540 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);
33542 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,
33545 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
33547 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
33549 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);