Searched refs:StreamProducerD3DTexture (Results 1 – 5 of 5) sorted by relevance
106 StreamProducerD3DTexture::StreamProducerD3DTexture(Renderer11 *renderer) in StreamProducerD3DTexture() function in rx::StreamProducerD3DTexture110 StreamProducerD3DTexture::~StreamProducerD3DTexture() in ~StreamProducerD3DTexture()115 egl::Error StreamProducerD3DTexture::validateD3DTexture(const void *pointer, in validateD3DTexture()134 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()148 egl::Stream::GLTextureDescription StreamProducerD3DTexture::getGLFrameDescription(int planeIndex) in getGLFrameDescription()156 ID3D11Texture2D *StreamProducerD3DTexture::getD3DTexture() in getD3DTexture()161 UINT StreamProducerD3DTexture::getArraySlice() in getArraySlice()
18 class StreamProducerD3DTexture : public StreamProducerImpl21 StreamProducerD3DTexture(Renderer11 *renderer);22 ~StreamProducerD3DTexture() override;
3170 return new StreamProducerD3DTexture(this); in createStreamProducerD3DTexture()
1624 auto *producer = static_cast<StreamProducerD3DTexture *>(stream->getImplementation()); in TextureStorage11_External()
179 "d3d11/StreamProducerD3DTexture.cpp",180 "d3d11/StreamProducerD3DTexture.h",