Searched refs:writeBuffer (Results 1 - 25 of 37) sorted by relevance

12

/external/skia/tests/
H A DFlattenableCustomFactory.cpp56 SkBinaryWriteBuffer writeBuffer; local
58 writeBuffer.writeFlattenable(flattenable1.get());
60 writeBuffer.writeFlattenable(flattenable2.get());
62 writeBuffer.writeFlattenable(flattenable3.get());
65 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
66 writeBuffer.writeToMemory(data->writable_data());
H A DFlattenDrawableTest.cpp213 SkBinaryWriteBuffer writeBuffer; local
214 writeBuffer.writeFlattenable(root.get());
217 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
218 writeBuffer.writeToMemory(data->writable_data());
273 SkBinaryWriteBuffer writeBuffer; local
274 writeBuffer.writeFlattenable(recordedDrawable.get());
277 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
278 writeBuffer.writeToMemory(data->writable_data());
/external/skqp/tests/
H A DFlattenableCustomFactory.cpp56 SkBinaryWriteBuffer writeBuffer; local
58 writeBuffer.writeFlattenable(flattenable1.get());
60 writeBuffer.writeFlattenable(flattenable2.get());
62 writeBuffer.writeFlattenable(flattenable3.get());
65 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
66 writeBuffer.writeToMemory(data->writable_data());
H A DFlattenDrawableTest.cpp213 SkBinaryWriteBuffer writeBuffer; local
214 writeBuffer.writeFlattenable(root.get());
217 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
218 writeBuffer.writeToMemory(data->writable_data());
273 SkBinaryWriteBuffer writeBuffer; local
274 writeBuffer.writeFlattenable(recordedDrawable.get());
277 sk_sp<SkData> data = SkData::MakeUninitialized(writeBuffer.bytesWritten());
278 writeBuffer.writeToMemory(data->writable_data());
/external/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h58 std::unique_ptr<MemoryBuffer> writeBuffer();
/external/parameter-framework/upstream/parameter/
H A DParameterBlackboard.h52 void writeBuffer(const void *pvSrcData, size_t size, size_t offset);
H A DSubsystemObject.cpp183 _blackboard->writeBuffer(pvData, size, getOffset() + _accessedIndex);
H A DParameterBlackboard.cpp88 void CParameterBlackboard::writeBuffer(const void *pvSrcData, size_t size, size_t offset) function in class:CParameterBlackboard
/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp67 auto Profile = Writer.writeBuffer();
75 auto Profile = Writer.writeBuffer();
95 auto Profile = Writer.writeBuffer();
122 auto Profile = Writer.writeBuffer();
156 auto Profile = Writer.writeBuffer();
236 auto Profile = Writer.writeBuffer();
268 auto Profile = Writer.writeBuffer();
379 auto Profile = Writer.writeBuffer();
429 auto Profile = Writer.writeBuffer();
514 auto Profile = Writer.writeBuffer();
[all...]
H A DCoverageMappingTest.cpp191 auto Profile = ProfileWriter.writeBuffer();
/external/curl/lib/
H A Dsetup-os400.h133 char *writeBuffer,
/external/libcups/cups/
H A Dtls-sspi.c1137 if ((temp = (BYTE *)realloc(sspi->writeBuffer, bufferLen)) == NULL)
1144 sspi->writeBuffer = temp;
1161 memcpy(sspi->writeBuffer + sspi->streamSizes.cbHeader, bufptr, chunk);
1171 buffers[0].pvBuffer = sspi->writeBuffer;
1174 buffers[1].pvBuffer = sspi->writeBuffer + sspi->streamSizes.cbHeader;
1177 buffers[2].pvBuffer = sspi->writeBuffer + sspi->streamSizes.cbHeader + chunk;
1201 num = send(http->fd, sspi->writeBuffer, buffers[0].cbBuffer + buffers[1].cbBuffer + buffers[2].cbBuffer, 0);
1854 if (sspi->writeBuffer)
1855 free(sspi->writeBuffer);
H A Dhttp-private.h244 BYTE *writeBuffer; /* Data pre-encryption */ member in struct:_http_sspi_s
/external/mesa3d/src/mesa/main/
H A Dbufferobj.h303 _mesa_CopyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer,
H A Dbufferobj.c2285 "%s(writeBuffer is mapped)", func);
2364 _mesa_CopyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, argument
2376 dst = _mesa_lookup_bufferobj_err(ctx, writeBuffer,
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp282 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { function in class:InstrProfWriter
/external/curl/packages/OS400/
H A Dos400sys.c704 Curl_gsk_secure_soc_write(gsk_handle my_session_handle, char * writeBuffer, argument
713 return gsk_secure_soc_write(p->h, writeBuffer, writeBufSize, amtWritten);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp2422 es2::Buffer *readBuffer = nullptr, *writeBuffer = nullptr; local
2423 if(!context->getBuffer(readTarget, &readBuffer) || !context->getBuffer(writeTarget, &writeBuffer))
2427 if(!readBuffer || readBuffer->isMapped() || !writeBuffer || writeBuffer->isMapped())
2431 if(readBuffer == writeBuffer)
2442 (static_cast<size_t>(writeOffset + size) > writeBuffer->size()))
2447 writeBuffer->bufferSubData(((char*)readBuffer->data()) + readOffset, size, writeOffset);
/external/mesa3d/include/GL/
H A Dglxext.h506 typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
509 void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
/external/swiftshader/include/GL/
H A Dglxext.h523 typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
526 void glXNamedCopyBufferSubDataNV (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp1185 typedef void(GLW_APIENTRY* PFNGLCOPYNAMEDBUFFERSUBDATA)(glw::GLuint readBuffer, glw::GLuint writeBuffer,
1840 * readBuffer or writeBuffer is not the name of an existing buffer object.
1955 typedef void(GLW_APIENTRY* PFNGLCOPYNAMEDBUFFERSUBDATA)(glw::GLuint readBuffer, glw::GLuint writeBuffer,
2105 typedef void(GLW_APIENTRY* PFNGLCOPYNAMEDBUFFERSUBDATA)(glw::GLuint readBuffer, glw::GLuint writeBuffer,
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h298 virtual GrGLvoid namedCopyBufferSubData(GrGLuint readBuffer, GrGLuint writeBuffer, GrGLintptr readOffset, GrGLintptr writeOffset, GrGLsizeiptr size) {} argument
/external/skqp/include/gpu/gl/
H A DGrGLFunctions.h331 typedef GrGLvoid (* GrGLNamedCopyBufferSubDataProc)(GrGLuint readBuffer, GrGLuint writeBuffer, GrGLintptr readOffset, GrGLintptr writeOffset, GrGLsizeiptr size);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h298 virtual GrGLvoid namedCopyBufferSubData(GrGLuint readBuffer, GrGLuint writeBuffer, GrGLintptr readOffset, GrGLintptr writeOffset, GrGLsizeiptr size) {} argument
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl1069 GLW_APICALL void GLW_APIENTRY glCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
1072 DE_UNREF(writeBuffer);
4279 GLW_APICALL void GLW_APIENTRY glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
4282 DE_UNREF(writeBuffer);

Completed in 559 milliseconds

12