/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 358 bool uploadTexData(const GrSurfaceDesc& desc,
|
H A D | GrGLGpu.cpp | 904 success = this->uploadTexData(glTex->desc(), glTex->target(), kWrite_UploadType, 940 success = this->uploadTexData(glTex->desc(), glTex->target(), kTransfer_UploadType, 1197 bool GrGLGpu::uploadTexData(const GrSurfaceDesc& desc, 1902 if (!this->uploadTexData(desc, info->fTarget, kNewTexture_UploadType, 0, 0,
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 377 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight,
|
H A D | GrGLGpu.cpp | 778 return this->uploadTexData(glTex->config(), glTex->width(), glTex->height(), origin, in onWritePixels() 1024 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, in uploadTexData() function in GrGLGpu 1661 if (!this->uploadTexData(desc.fConfig, desc.fWidth, desc.fHeight, desc.fOrigin, info->fTarget, in createTextureImpl()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
H A D | GrGLGpu.cpp | 847 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels() 941 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu 3688 !this->uploadTexData(glFormat, textureColorType, desc.fWidth, desc.fHeight, in onCreateBackendTexture()
|
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
H A D | GrGLGpu.cpp | 847 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels() 941 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu 3688 !this->uploadTexData(glFormat, textureColorType, desc.fWidth, desc.fHeight, in onCreateBackendTexture()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
H A D | GrGLGpu.cpp | 847 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels() 941 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu 3688 !this->uploadTexData(glFormat, textureColorType, desc.fWidth, desc.fHeight, in onCreateBackendTexture()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
H A D | GrGLGpu.cpp | 847 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels() 941 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu 3688 !this->uploadTexData(glFormat, textureColorType, desc.fWidth, desc.fHeight, in onCreateBackendTexture()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 431 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
H A D | GrGLGpu.cpp | 848 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels() 942 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu 3598 if (!this->uploadTexData(glFormat, colorType, dimensions.width(), dimensions.height(), in onCreateBackendTexture()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 465 void uploadTexData(SkISize dimensions,
|
H A D | GrGLGpu.cpp | 948 this->uploadTexData(texDims, target, dstRect, externalFormat, externalType, bpp, texels, in uploadColorTypeTexData() 988 this->uploadTexData(texDims, target, SkIRect::MakeSize(texDims), externalFormat, externalType, in uploadColorToTex() 993 void GrGLGpu::uploadTexData(SkISize texDims, in uploadTexData() function in GrGLGpu
|