Home
last modified time | relevance | path

Searched refs:pboOffset (Results 1 – 25 of 136) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContextTextures.cpp195 const bool isUploadFromPbo = bool(src.pboOffset); in TexImage()
219 const Maybe<uint64_t>& pboOffset) const { in CompressedTexImage()
233 pboImageSize, pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.cpp495 } else if (mDesc.pboOffset) { in Validate()
496 const auto& pboOffset = *mDesc.pboOffset; in Validate() local
502 availBytes -= pboOffset; in Validate()
535 } else if (mDesc.pboOffset) { in TexOrSubImage()
536 uploadPtr = reinterpret_cast<const uint8_t*>(*mDesc.pboOffset); in TexOrSubImage()
542 if (mDesc.pboOffset || !uploadPtr) break; in TexOrSubImage()
H A DWebGLTextureUpload.cpp920 src.pboOffset, src.imageSize, src.image, src.sd, in TexImage()
1135 const Maybe<uint64_t>& pboOffset) { in CompressedTexImage() argument
1137 if (pboOffset) { in CompressedTexImage()
1142 if (*pboOffset > availBytes) { in CompressedTexImage()
1146 *pboOffset, availBytes); in CompressedTexImage()
1149 availBytes -= *pboOffset; in CompressedTexImage()
1272 if (pboOffset) { in CompressedTexImage()
1273 ptr = reinterpret_cast<const void*>(*pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.h95 return mDesc.pboOffset || mDesc.cpuData; in HasData()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContextTextures.cpp195 const bool isUploadFromPbo = bool(src.pboOffset); in TexImage()
219 const Maybe<uint64_t>& pboOffset) const { in CompressedTexImage()
233 pboImageSize, pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.cpp452 } else if (mDesc.pboOffset) { in Validate()
453 const auto& pboOffset = *mDesc.pboOffset; in Validate() local
459 availBytes -= pboOffset; in Validate()
493 } else if (mDesc.pboOffset) { in TexOrSubImage()
494 uploadPtr = reinterpret_cast<const uint8_t*>(*mDesc.pboOffset); in TexOrSubImage()
500 if (mDesc.pboOffset || !uploadPtr) break; in TexOrSubImage()
H A DWebGLTextureUpload.cpp969 src.pboOffset, in TexImage()
1191 const Maybe<uint64_t>& pboOffset) { in CompressedTexImage() argument
1193 if (pboOffset) { in CompressedTexImage()
1198 if (*pboOffset > availBytes) { in CompressedTexImage()
1202 *pboOffset, availBytes); in CompressedTexImage()
1205 availBytes -= *pboOffset; in CompressedTexImage()
1328 if (pboOffset) { in CompressedTexImage()
1329 ptr = reinterpret_cast<const void*>(*pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.h95 return mDesc.pboOffset || mDesc.cpuData; in HasData()
H A DQueueParamTraits.h302 !view.WriteParam(in.cpuData) || !view.WriteParam(in.pboOffset) ||
337 !view.ReadParam(&out->pboOffset) ||
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContextTextures.cpp195 const bool isUploadFromPbo = bool(src.pboOffset); in TexImage()
219 const Maybe<uint64_t>& pboOffset) const { in CompressedTexImage()
233 pboImageSize, pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.cpp495 } else if (mDesc.pboOffset) { in Validate()
496 const auto& pboOffset = *mDesc.pboOffset; in Validate() local
502 availBytes -= pboOffset; in Validate()
535 } else if (mDesc.pboOffset) { in TexOrSubImage()
536 uploadPtr = reinterpret_cast<const uint8_t*>(*mDesc.pboOffset); in TexOrSubImage()
542 if (mDesc.pboOffset || !uploadPtr) break; in TexOrSubImage()
H A DWebGLTextureUpload.cpp920 src.pboOffset, src.imageSize, src.image, src.sd, in TexImage()
1135 const Maybe<uint64_t>& pboOffset) { in CompressedTexImage() argument
1137 if (pboOffset) { in CompressedTexImage()
1142 if (*pboOffset > availBytes) { in CompressedTexImage()
1146 *pboOffset, availBytes); in CompressedTexImage()
1149 availBytes -= *pboOffset; in CompressedTexImage()
1272 if (pboOffset) { in CompressedTexImage()
1273 ptr = reinterpret_cast<const void*>(*pboOffset); in CompressedTexImage()
H A DTexUnpackBlob.h95 return mDesc.pboOffset || mDesc.cpuData; in HasData()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLTextureUpload.cpp59 WebGLintptr pboOffset) { in FromPboOffset() argument
60 if (!webgl->ValidateNonNegative("offset", pboOffset)) return nullptr; in FromPboOffset()
67 if (size_t(pboOffset) > availBufferBytes) { in FromPboOffset()
71 availBufferBytes -= pboOffset; in FromPboOffset()
73 const auto ptr = (const uint8_t*)pboOffset; in FromPboOffset()
1150 if (pboOffset) { in CompressedTexImage()
1155 if (*pboOffset > availBytes) { in CompressedTexImage()
1159 *pboOffset, availBytes); in CompressedTexImage()
1162 availBytes -= *pboOffset; in CompressedTexImage()
1268 if (pboOffset) { in CompressedTexImage()
[all …]
H A DWebGLContextTextures.cpp236 const Maybe<uint64_t>& pboOffset) const { in CompressedTexImage()
250 pboImageSize, pboOffset); in CompressedTexImage()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl2.idl331 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
343 GLintptr pboOffset);
509 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
518 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/generators/WebGLGen/
H A Dwebgl2.idl360 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
369 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
380 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
390 GLintptr pboOffset);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/generators/WebGLGen/
H A Dwebgl2.idl360 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
369 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
380 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
390 GLintptr pboOffset);
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/2.0/
H A Dwebgl2.idl356 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
365 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
376 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
386 GLintptr pboOffset);
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebgl2.idl331 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
343 GLintptr pboOffset);
509 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
518 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl2.idl331 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
343 GLintptr pboOffset);
509 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
518 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DWebGL2RenderingContext.webidl359 // GLint border, GLenum format, GLenum type, GLintptr pboOffset);
368 // GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
379 // GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
389 // GLintptr pboOffset);
/dports/games/dose-response/dose-response-179c326/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/2.0/
H A Dwebgl2.idl356 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
365 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
376 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
386 GLintptr pboOffset);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/specs/2.0.0/
H A Dwebgl2.idl359 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
368 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
379 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);
389 GLintptr pboOffset);
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dwebgl2.idl331 GLsizei depth, GLint border, GLenum format, GLenum type, GLintptr pboOffset);
343 GLintptr pboOffset);
509 GLint border, GLenum format, GLenum type, GLintptr pboOffset);
518 GLsizei height, GLenum format, GLenum type, GLintptr pboOffset);

123456