Searched defs:writeFunc (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/delibs/destream/
H A DdeIOStream.h63 deIOStreamWriteFunc writeFunc; member in struct:deIOStreamVFTable_s
90 DE_ASSERT(stream->vfTable->writeFunc);
92 return stream->vfTable->writeFunc(stream->streamData, buf, bufSize, numWritten);
/external/deqp/framework/qphelper/
H A DqpCrashHandler.c42 static void writeInfoFormat (qpWriteCrashInfoFunc writeFunc, void* userPtr, const char* format, ...) argument
51 writeFunc(userPtr, buf);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp35 static inline void InsertFormatMapping(FormatMap *map, GLenum format, GLenum type, GLenum internalFormat, ColorWriteFunction writeFunc) argument
39 info.colorWriteFunction = writeFunc;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp675 static int writeFunc(void*, const char*, int) function in namespace:blink
707 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c2141 * @writeFunc: the xmlOutputWriteCallback
2150 xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc,
2157 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc;
2149 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, xmlOutputCloseCallback closeFunc) argument
/external/libxml2/
H A DxmlIO.c2274 * @writeFunc: the xmlOutputWriteCallback
2283 xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc,
2290 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc;
2282 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, xmlOutputCloseCallback closeFunc) argument

Completed in 323 milliseconds