#include <BlitGL.h>
|
| | BlitGL (const FunctionsGL *functions, const WorkaroundsGL &workarounds, StateManagerGL *stateManager) |
| |
| | ~BlitGL () |
| |
| gl::Error | copyImageToLUMAWorkaroundTexture (GLuint texture, GLenum textureType, GLenum target, GLenum lumaFormat, size_t level, const gl::Rectangle &sourceArea, GLenum internalFormat, const gl::Framebuffer *source) |
| |
| gl::Error | copySubImageToLUMAWorkaroundTexture (GLuint texture, GLenum textureType, GLenum target, GLenum lumaFormat, size_t level, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, const gl::Framebuffer *source) |
| |
| gl::Error | blitColorBufferWithShader (const gl::Framebuffer *source, const gl::Framebuffer *dest, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, GLenum filter) |
| |
| gl::Error | initializeResources () |
| |
| | NonCopyable ()=default |
| |
| | ~NonCopyable ()=default |
| |
◆ BlitGL()
◆ ~BlitGL()
◆ blitColorBufferWithShader()
◆ copyImageToLUMAWorkaroundTexture()
◆ copySubImageToLUMAWorkaroundTexture()
◆ initializeResources()
| gl::Error rx::BlitGL::initializeResources |
( |
| ) |
|
The documentation for this class was generated from the following files:
- Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/BlitGL.h
- Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/BlitGL.cpp