/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureStorage.h | 95 virtual void onLabelUpdate() {} in onLabelUpdate() function 130 onLabelUpdate(); in setLabel()
|
/external/angle/src/libANGLE/renderer/ |
D | TransformFeedbackImpl.cpp | 14 angle::Result TransformFeedbackImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::TransformFeedbackImpl
|
D | RenderbufferImpl.cpp | 14 angle::Result RenderbufferImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::RenderbufferImpl
|
D | VertexArrayImpl.cpp | 13 angle::Result VertexArrayImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::VertexArrayImpl
|
D | QueryImpl.cpp | 16 angle::Result QueryImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::QueryImpl
|
D | ProgramPipelineImpl.cpp | 21 angle::Result ProgramPipelineImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::ProgramPipelineImpl
|
D | ShaderImpl.cpp | 25 angle::Result ShaderImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::ShaderImpl
|
D | ProgramImpl.cpp | 31 angle::Result ProgramImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::ProgramImpl
|
D | SamplerImpl.h | 37 angle::Result onLabelUpdate(const gl::Context *context) { return angle::Result::Continue; } in onLabelUpdate() function
|
D | ProgramPipelineImpl.h | 30 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | BufferImpl.cpp | 35 angle::Result BufferImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::BufferImpl
|
D | FramebufferImpl.cpp | 27 angle::Result FramebufferImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::FramebufferImpl
|
D | TransformFeedbackImpl.h | 35 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | QueryImpl.h | 40 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | ShaderImpl.h | 78 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | VertexArrayImpl.h | 53 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | BufferImpl.h | 82 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | ProgramImpl.h | 110 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | FramebufferImpl.h | 106 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | RenderbufferImpl.h | 93 virtual angle::Result onLabelUpdate(const gl::Context *context);
|
D | TextureImpl.cpp | 242 angle::Result TextureImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate() function in rx::TextureImpl
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.h | 338 void onLabelUpdate() override; 430 void onLabelUpdate() override; 529 void onLabelUpdate() override; 611 void onLabelUpdate() override; 699 void onLabelUpdate() override; 770 void onLabelUpdate() override; 865 void onLabelUpdate() override; 922 void onLabelUpdate() override; 980 void onLabelUpdate() override;
|
/external/angle/src/libANGLE/ |
D | Query.cpp | 37 return mQuery->onLabelUpdate(context); in setLabel()
|
D | Sampler.cpp | 45 return mSampler->onLabelUpdate(context); in setLabel()
|
D | TransformFeedback.cpp | 129 return mImplementation->onLabelUpdate(context); in setLabel()
|