Home
last modified time | relevance | path

Searched refs:readType (Results 1 – 25 of 541) sorted by last modified time

12345678910>>...22

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/glxProxy/
H A Dglxcmdsswap.c508 __GLX_SWAP_INT(&reply->readType); in __glXSwapMakeCurrentReply()
H A Dglxcmds.c1021 new_reply.readType = GLX_WINDOW_TYPE; in MakeCurrent()
1061 new_reply.readType = GLX_PIXMAP_TYPE; in MakeCurrent()
1084 new_reply.readType = GLX_GLXWINDOW_TYPE; in MakeCurrent()
1101 new_reply.readType = GLX_PBUFFER_TYPE; in MakeCurrent()
1119 new_reply.readType = new_reply.writeType; in MakeCurrent()
1237 new_reply.readType != GLX_PBUFFER_TYPE) { in MakeCurrent()
/dports/devel/codeworker/CodeWorker4_5_3/Documentation/
H A DCodeWorker.tex1007 \makebox[1cm][r]{\textrm{\tiny 1}} declare function readType();\\
1025 \makebox[1cm][r]{\textrm{\tiny 19}} \makebox[1.6cm][l]{}readType();\\
1043 \makebox[1cm][r]{\textrm{\tiny 37}} \makebox[4cm][l]{}readType();\\
1061 \makebox[1cm][r]{\textrm{\tiny 55}} function readType() \{\\
1104 function \samp{readType()} by passing the token as a parameter. But here is
1116 factorized in the procedure \samp{readType()}. It doesn't return any value about
1148 \makebox[1cm][r]{\textrm{\tiny 1}} declare function readType(myType : node);\\
1171 \makebox[1cm][r]{\textrm{\tiny 24}} \makebox[1.6cm][l]{}readType(myType);\\
1196 \makebox[1cm][r]{\textrm{\tiny 49}} \makebox[4cm][l]{}readType(myParameterType);\\
1220 \makebox[1cm][r]{\textrm{\tiny 73}} function readType(myType : node) \{\\
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/Scripts/Tutorial/GettingStarted/
H A DSimpleML-token-parsing.cws1 declare function readType(myType : node);
35 readType(myType);
66 readType(myParameterType);
97 //note: function \samp{readType()} requires a node into which description of type
99 function readType(myType : node) {
H A DSimpleML-token-reading.cws1 //note: forward declaration of method \samp{readType()}, so as to start explanations
3 declare function readType();
38 readType();
60 //note: function \samp{readType()} by passing the token as a parameter. But here is
67 readType();
94 //note: factorized in the procedure \samp{readType()}. It doesn't return any value about
96 function readType() {
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
H A DURLPreloader.cpp465 return entry->ReadOrWait(readType); in ReadInternal()
473 return ReadInternal(key, readType); in ReadURIInternal()
490 nsIURI* uri, ReadType readType) { in ReadURI() argument
499 nsIFile* file, ReadType readType) { in ReadFile() argument
500 return Read(CacheKey(file), readType); in ReadFile()
504 FileLocation& location, ReadType readType) { in Read() argument
515 return ReadFile(file, readType); in Read()
527 return Read(key, readType); in ReadZip()
533 return Read(key, readType); in ReadZip()
633 ReadType readType) { in ReadOrWait() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
386 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/patches/archive/
H A D0024-Bug-887318-fix-bgra-readback.patch106 + GrGLint readType = 0;
109 + GL_CALL(GetIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType));
111 + return readFormat == GR_GL_BGRA && readType == GR_GL_UNSIGNED_BYTE;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGL2ContextBuffers.cpp61 const auto& readType = readBuffer->Content(); in CopyBufferSubData() local
63 MOZ_ASSERT(readType != WebGLBuffer::Kind::Undefined); in CopyBufferSubData()
65 if (writeType != readType) { in CopyBufferSubData()
68 (readType == WebGLBuffer::Kind::OtherData) ? "other" : "element", in CopyBufferSubData()
/dports/www/firefox/firefox-99.0/js/xpconnect/loader/
H A DURLPreloader.h71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
H A DURLPreloader.cpp477 return entry->ReadOrWait(readType); in ReadInternal()
485 return ReadInternal(key, readType); in ReadURIInternal()
502 nsIURI* uri, ReadType readType) { in ReadURI() argument
511 nsIFile* file, ReadType readType) { in ReadFile() argument
512 return Read(CacheKey(file), readType); in ReadFile()
516 FileLocation& location, ReadType readType) { in Read() argument
527 return ReadFile(file, readType); in Read()
539 return Read(key, readType); in ReadZip()
545 return Read(key, readType); in ReadZip()
645 ReadType readType) { in ReadOrWait() argument
[all …]
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
/dports/www/firefox/firefox-99.0/gfx/skia/patches/archive/
H A D0024-Bug-887318-fix-bgra-readback.patch106 + GrGLint readType = 0;
109 + GL_CALL(GetIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType));
111 + return readFormat == GR_GL_BGRA && readType == GR_GL_UNSIGNED_BYTE;
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGL2ContextBuffers.cpp61 const auto& readType = readBuffer->Content(); in CopyBufferSubData() local
63 MOZ_ASSERT(readType != WebGLBuffer::Kind::Undefined); in CopyBufferSubData()
65 if (writeType != readType) { in CopyBufferSubData()
68 (readType == WebGLBuffer::Kind::OtherData) ? "other" : "element", in CopyBufferSubData()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/loader/
H A DURLPreloader.h71 ReadType readType = Forget);
74 ReadType readType = Forget);
77 ReadType readType = Forget);
81 ReadType readType = Forget);
89 ReadType readType);
91 Result<nsCString, nsresult> ReadURIInternal(nsIURI* uri, ReadType readType);
94 ReadType readType);
97 ReadType readType);
256 Result<nsCString, nsresult> ReadOrWait(ReadType readType);
H A DURLPreloader.cpp465 return entry->ReadOrWait(readType); in ReadInternal()
473 return ReadInternal(key, readType); in ReadURIInternal()
490 nsIURI* uri, ReadType readType) { in ReadURI() argument
499 nsIFile* file, ReadType readType) { in ReadFile() argument
500 return Read(CacheKey(file), readType); in ReadFile()
504 FileLocation& location, ReadType readType) { in Read() argument
515 return ReadFile(file, readType); in Read()
527 return Read(key, readType); in ReadZip()
533 return Read(key, readType); in ReadZip()
633 ReadType readType) { in ReadOrWait() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
386 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/patches/archive/
H A D0024-Bug-887318-fix-bgra-readback.patch106 + GrGLint readType = 0;
109 + GL_CALL(GetIntegerv(GR_GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType));
111 + return readFormat == GR_GL_BGRA && readType == GR_GL_UNSIGNED_BYTE;
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGL2ContextBuffers.cpp61 const auto& readType = readBuffer->Content(); in CopyBufferSubData() local
63 MOZ_ASSERT(readType != WebGLBuffer::Kind::Undefined); in CopyBufferSubData()
65 if (writeType != readType) { in CopyBufferSubData()
68 (readType == WebGLBuffer::Kind::OtherData) ? "other" : "element", in CopyBufferSubData()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dscanner.go264 t, c, err := s.readType()
274 func (s *Scanner) readType() (plumbing.ObjectType, byte, error) { func
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2488505 …(1.12.20); FILE MERGED 2004/05/12 10:20:56 sb 1.12.20.3: #i21150# Fixed readType. 2004/05/12 09:03…
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/protocols/urp/
H A Durp.java384 inL1Type = unmarshal.readType(); in readLongRequest()
H A DUnmarshal.java113 public TypeDescription readType() { in readType() method in Unmarshal
281 return new Type(readType()); in readTypeValue()
285 TypeDescription type = readType(); in readAnyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dreader.cxx170 type = unmarshal.readType(); in readMessage()

12345678910>>...22