Lines Matching refs:Blit11

377 Blit11::BlitConvertFunction *GetCopyDepthStencilFunction(GLenum internalFormat)  in GetCopyDepthStencilFunction()
561 Blit11::Shader::Shader() = default;
563 Blit11::Shader::Shader(Shader &&other) = default;
565 Blit11::Shader::~Shader() = default;
567 Blit11::Shader &Blit11::Shader::operator=(Blit11::Shader &&other) = default;
569 Blit11::Blit11(Renderer11 *renderer) in Blit11() function in rx::Blit11
611 Blit11::~Blit11() in ~Blit11()
615 gl::Error Blit11::initResources() in initResources()
730 Blit11::BlitShaderType Blit11::GetBlitShaderType(GLenum destinationFormat, in GetBlitShaderType()
908 Blit11::SwizzleShaderType Blit11::GetSwizzleShaderType(GLenum type, in GetSwizzleShaderType()
971 gl::Error Blit11::getShaderSupport(const Shader &shader, Blit11::ShaderSupport *supportOut) in getShaderSupport()
997 gl::Error Blit11::swizzleTexture(const gl::Context *context, in swizzleTexture()
1125 gl::Error Blit11::copyTexture(const gl::Context *context, in copyTexture()
1246 gl::Error Blit11::copyStencil(const gl::Context *context, in copyStencil()
1261 gl::Error Blit11::copyDepth(const gl::Context *context, in copyDepth()
1338 gl::Error Blit11::copyDepthStencil(const TextureHelper11 &source, in copyDepthStencil()
1352 gl::Error Blit11::copyDepthStencilImpl(const TextureHelper11 &source, in copyDepthStencilImpl()
1412 gl::Error Blit11::copyAndConvertImpl(const TextureHelper11 &source, in copyAndConvertImpl()
1478 gl::Error Blit11::copyAndConvert(const TextureHelper11 &source, in copyAndConvert()
1531 gl::Error Blit11::addBlitShaderToMap(BlitShaderType blitShaderType, in addBlitShaderToMap()
1550 gl::Error Blit11::addSwizzleShaderToMap(SwizzleShaderType swizzleShaderType, in addSwizzleShaderToMap()
1569 void Blit11::clearShaderMap() in clearShaderMap()
1575 gl::Error Blit11::getBlitShader(GLenum destFormat, in getBlitShader()
1840 gl::Error Blit11::getSwizzleShader(GLenum type, in getSwizzleShader()
1934 gl::ErrorOrResult<TextureHelper11> Blit11::resolveDepth(const gl::Context *context, in resolveDepth()
1971 gl::Error Blit11::initResolveDepthOnly(const d3d11::Format &format, const gl::Extents &extents) in initResolveDepthOnly()
2012 gl::Error Blit11::initResolveDepthStencil(const gl::Extents &extents) in initResolveDepthStencil()
2051 gl::ErrorOrResult<TextureHelper11> Blit11::resolveStencil(const gl::Context *context, in resolveStencil()
2147 void Blit11::releaseResolveDepthStencilResources() in releaseResolveDepthStencilResources()