/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Device.cpp | 108 getImplementation()->getAttribute(getOwningDisplay(), attribute, &nativeAttribute); in getAttribute() 115 return getImplementation()->getType(); in getType()
|
D | Image.h | 108 rx::ExternalImageSiblingImpl *getImplementation() const; 164 rx::ImageImpl *getImplementation() const;
|
D | Image_unittest.cpp | 49 rx::MockImageImpl *imageImpl = static_cast<rx::MockImageImpl *>(image->getImplementation()); in TEST() 135 rx::MockImageImpl *imageImpl = static_cast<rx::MockImageImpl *>(image->getImplementation()); in TEST()
|
D | Stream.cpp | 119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream 182 mDisplay->getImplementation()->createStreamProducerD3DTexture(mConsumerType, attributes); in createProducerD3D11Texture()
|
D | ProgramPipeline.cpp | 192 getImplementation()->destroy(context); in onDestroy() 205 rx::ProgramPipelineImpl *ProgramPipeline::getImplementation() const in getImplementation() function in gl::ProgramPipeline 513 ANGLE_TRY(getImplementation()->link(context)); in link()
|
D | Display.h | 76 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function 214 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
|
D | Device.h | 42 rx::DeviceImpl *getImplementation() { return mImplementation.get(); } in getImplementation() function
|
D | MemoryObject.h | 35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
D | Semaphore.h | 38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
D | Query.h | 51 rx::QueryImpl *getImplementation() const;
|
D | Image.cpp | 214 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling 401 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
|
D | Query.cpp | 86 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
|
D | Sampler.h | 76 rx::SamplerImpl *getImplementation() const;
|
D | Stream.h | 86 rx::StreamProducerImpl *getImplementation();
|
D | Fence.h | 75 rx::SyncImpl *getImplementation() const { return mFence; } in getImplementation() function
|
D | TransformFeedback.h | 107 rx::TransformFeedbackImpl *getImplementation() const;
|
D | Renderbuffer.h | 88 rx::RenderbufferImpl *getImplementation() const;
|
D | ProgramPipeline.h | 110 rx::ProgramPipelineImpl *getImplementation() const;
|
D | Sampler.cpp | 186 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation() function in gl::Sampler
|
D | Buffer.h | 122 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
|
D | Overlay.h | 88 rx::OverlayImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
D | Shader.h | 145 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
D | Buffer.cpp | 149 mImpl->copySubData(context, source->getImplementation(), sourceOffset, destOffset, size)); in copyBufferSubData()
|
D | Renderbuffer.cpp | 154 rx::RenderbufferImpl *Renderbuffer::getImplementation() const in getImplementation() function in gl::Renderbuffer
|
D | angletypes.h | 816 return GetAs<DestT>(src->getImplementation()); in GetImplAs() 822 return src != nullptr ? GetAs<DestT>(src->getImplementation()) : nullptr; in SafeGetImplAs()
|