/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Image.h | 113 rx::ExternalImageSiblingImpl *getImplementation() const; 173 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 | Semaphore.h | 38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } 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 | Query.h | 51 rx::QueryImpl *getImplementation() const;
|
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 | ProgramPipeline.cpp | 178 getImplementation()->destroy(context); in onDestroy() 191 rx::ProgramPipelineImpl *ProgramPipeline::getImplementation() const in getImplementation() function in gl::ProgramPipeline 543 ANGLE_TRY(getImplementation()->link(context, mergedVaryings, varyingPacking)); in link()
|
D | Device.cpp | 108 getImplementation()->getAttribute(getOwningDisplay(), attribute, &nativeAttribute); in getAttribute()
|
D | Display.h | 86 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function 279 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
|
D | TransformFeedback.h | 107 rx::TransformFeedbackImpl *getImplementation() const;
|
D | ProgramPipeline.h | 106 rx::ProgramPipelineImpl *getImplementation() const;
|
D | Sampler.cpp | 186 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation() function in gl::Sampler
|
D | Image.cpp | 237 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling 436 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
|
D | Overlay.h | 88 rx::OverlayImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
D | Renderbuffer.h | 123 rx::RenderbufferImpl *getImplementation() const;
|
D | Buffer.h | 158 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
|
D | Shader.h | 177 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DeviceVk.cpp | 34 static_cast<rx::DisplayVk *>(display->getImplementation())->getRenderer(); in getAttribute()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | EGLReusableSync.cpp | 49 angle::Result result = context->getImplementation()->flush(context); in clientWait()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 185 Buffer11 *bufferStorage11 = GetAs<Buffer11>(unpackBuffer->getImplementation()); in copyBufferToTexture()
|