Home
last modified time | relevance | path

Searched refs:uploadTexData (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.h358 bool uploadTexData(const GrSurfaceDesc& desc,
H A DGrGLGpu.cpp904 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 DGrGLGpu.h377 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight,
H A DGrGLGpu.cpp778 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 DGrGLGpu.h372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
H A DGrGLGpu.cpp847 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 DGrGLGpu.h372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
H A DGrGLGpu.cpp847 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 DGrGLGpu.h372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
H A DGrGLGpu.cpp847 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 DGrGLGpu.h372 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
H A DGrGLGpu.cpp847 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 DGrGLGpu.h431 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
H A DGrGLGpu.cpp848 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 DGrGLGpu.h465 void uploadTexData(SkISize dimensions,
H A DGrGLGpu.cpp948 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