Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp17 #define GL_ALLOC_CALL(call) \ macro
114 GrGLenum error = GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)size, data, fUsage)); in GrGLBuffer()
183 GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap()
196 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap()
218 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap()
277 GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)srcSizeInBytes, src, fUsage)); in onUpdateData()
290 GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)this->size(), nullptr, fUsage)); in onUpdateData()
302 GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)srcSizeInBytes, src, fUsage)); in onUpdateData()
H A DGrGLGpu.cpp48 #define GL_ALLOC_CALL(call) \ macro
1069 GrGLenum error = GL_ALLOC_CALL(TexStorage2D(target, numMipLevels, internalFormat, in uploadCompressedTexData()
1081 error = GL_ALLOC_CALL(CompressedTexSubImage2D(target, in uploadCompressedTexData()
1106 GrGLenum error = GL_ALLOC_CALL(CompressedTexImage2D(target, in uploadCompressedTexData()
1132 error = GL_ALLOC_CALL(RenderbufferStorageMultisample(GR_GL_RENDERBUFFER, sampleCount, in renderbufferStorageMSAA()
1136 error = GL_ALLOC_CALL(RenderbufferStorageMultisampleES2APPLE( in renderbufferStorageMSAA()
1141 error = GL_ALLOC_CALL(RenderbufferStorageMultisampleES2EXT( in renderbufferStorageMSAA()
1550 GrGLenum error = GL_ALLOC_CALL(RenderbufferStorage( in getCompatibleStencilIndex()
1648 GrGLenum error = GL_ALLOC_CALL(TexStorage2D(target, levelCount, internalFormat, in createTexture()
1660 error = GL_ALLOC_CALL(TexImage2D(target, level, internalFormat, currentWidth, in createTexture()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
106 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp50 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
54 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
1045 GL_ALLOC_CALL( in uploadCompressedTexData()
1062 GL_ALLOC_CALL(this->glInterface(), CompressedTexImage2D(target, in uploadCompressedTexData()
1087 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1094 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1102 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1513 GL_ALLOC_CALL(this->glInterface(), in createTexture2D()
1526 GL_ALLOC_CALL( in createTexture2D()
3795 GL_ALLOC_CALL(this->glInterface(), in createTestingOnlyBackendRenderTarget()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
106 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp50 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
54 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
1045 GL_ALLOC_CALL( in uploadCompressedTexData()
1062 GL_ALLOC_CALL(this->glInterface(), CompressedTexImage2D(target, in uploadCompressedTexData()
1087 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1094 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1102 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1513 GL_ALLOC_CALL(this->glInterface(), in createTexture2D()
1526 GL_ALLOC_CALL( in createTexture2D()
3795 GL_ALLOC_CALL(this->glInterface(), in createTestingOnlyBackendRenderTarget()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp19 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
23 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
113 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp47 #define GL_ALLOC_CALL(call) \ macro
1051 GrGLenum error = GL_ALLOC_CALL(TexStorage2D(target, numMipLevels, internalFormat, in uploadCompressedTexData()
1063 error = GL_ALLOC_CALL(CompressedTexSubImage2D(target, in uploadCompressedTexData()
1088 GrGLenum error = GL_ALLOC_CALL(CompressedTexImage2D(target, in uploadCompressedTexData()
1114 error = GL_ALLOC_CALL(RenderbufferStorageMultisample(GR_GL_RENDERBUFFER, sampleCount, in renderbufferStorageMSAA()
1118 error = GL_ALLOC_CALL(RenderbufferStorageMultisampleES2APPLE( in renderbufferStorageMSAA()
1123 error = GL_ALLOC_CALL(RenderbufferStorageMultisampleES2EXT( in renderbufferStorageMSAA()
1505 GrGLenum error = GL_ALLOC_CALL(RenderbufferStorage( in getCompatibleStencilIndex()
1611 GL_ALLOC_CALL(TexStorage2D(GR_GL_TEXTURE_2D, levelCount, internalFormat, in createTexture2D()
1623 error = GL_ALLOC_CALL(TexImage2D(GR_GL_TEXTURE_2D, level, internalFormat, in createTexture2D()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
106 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp50 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
54 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
1045 GL_ALLOC_CALL( in uploadCompressedTexData()
1062 GL_ALLOC_CALL(this->glInterface(), CompressedTexImage2D(target, in uploadCompressedTexData()
1087 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1094 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1102 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1513 GL_ALLOC_CALL(this->glInterface(), in createTexture2D()
1526 GL_ALLOC_CALL( in createTexture2D()
3795 GL_ALLOC_CALL(this->glInterface(), in createTestingOnlyBackendRenderTarget()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
106 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp50 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
54 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
1045 GL_ALLOC_CALL( in uploadCompressedTexData()
1062 GL_ALLOC_CALL(this->glInterface(), CompressedTexImage2D(target, in uploadCompressedTexData()
1087 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1094 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1102 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1513 GL_ALLOC_CALL(this->glInterface(), in createTexture2D()
1526 GL_ALLOC_CALL( in createTexture2D()
3795 GL_ALLOC_CALL(this->glInterface(), in createTestingOnlyBackendRenderTarget()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp17 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
21 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
100 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp41 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
45 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call)
1014 GL_ALLOC_CALL(&interface,
1046 GL_ALLOC_CALL(&interface,
1067 GL_ALLOC_CALL(&interface,
1113 GL_ALLOC_CALL(&interface, in dissect_eap_pax()
1157 GL_ALLOC_CALL(&interface, in dissect_eap_pax()
1479 GL_ALLOC_CALL(ctx.interface(),
1486 GL_ALLOC_CALL(ctx.interface(),
1494 GL_ALLOC_CALL(ctx.interface(),
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
107 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target, in GrGLBuffer()
H A DGrGLGpu.cpp48 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
52 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
923 GL_ALLOC_CALL(&interface, in allocate_and_populate_texture()
953 GL_ALLOC_CALL(&interface, in allocate_and_populate_texture()
974 GL_ALLOC_CALL(&interface, in allocate_and_populate_texture()
1247 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1254 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1262 GL_ALLOC_CALL(ctx.interface(), in renderbuffer_storage_msaa()
1557 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, in getCompatibleStencilIndex()
1594 GL_ALLOC_CALL(this->glInterface(), RenderbufferStorage(GR_GL_RENDERBUFFER, in getCompatibleStencilIndex()
[all …]