Searched refs:findBufferToTexturePS (Results 1 – 2 of 2) sorted by relevance
79 const d3d11::PixelShader *findBufferToTexturePS(GLenum internalFormat) const;
172 const d3d11::PixelShader *pixelShader = findBufferToTexturePS(destinationFormat); in copyBufferToTexture()259 const d3d11::PixelShader *PixelTransfer11::findBufferToTexturePS(GLenum internalFormat) const in findBufferToTexturePS() function in rx::PixelTransfer11