/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | SamplerD3D.h | 23 angle::Result syncState(const gl::Context *context, const bool dirtyBits) override; 26 inline angle::Result SamplerD3D::syncState(const gl::Context *context, const bool dirtyBits) in syncState() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | SamplerD3D.h | 23 angle::Result syncState(const gl::Context *context, const bool dirtyBits) override; 26 inline angle::Result SamplerD3D::syncState(const gl::Context *context, const bool dirtyBits) in syncState() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexArray9.h | 26 angle::Result syncState(const gl::Context *context, 39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexArray9.h | 26 angle::Result syncState(const gl::Context *context, 39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | VertexArrayImpl.h | 38 virtual angle::Result syncState(const gl::Context *context, 52 inline angle::Result VertexArrayImpl::syncState(const gl::Context *context, in syncState() function
|
D | ProgramImpl.h | 165 virtual angle::Result syncState(const gl::Context *context, 172 inline angle::Result ProgramImpl::syncState(const gl::Context *context, in syncState() function
|
D | SamplerImpl.h | 35 virtual angle::Result syncState(const gl::Context *context, const bool dirty) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | VertexArrayImpl.h | 38 virtual angle::Result syncState(const gl::Context *context, 58 inline angle::Result VertexArrayImpl::syncState(const gl::Context *context, in syncState() function
|
D | ProgramImpl.h | 159 virtual angle::Result syncState(const gl::Context *context, 166 inline angle::Result ProgramImpl::syncState(const gl::Context *context, in syncState() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 191 angle::Result Sampler::syncState(const Context *context) in syncState() function in gl::Sampler 194 angle::Result result = mSampler->syncState(context, mDirty); in syncState()
|
D | Context.inl.h | 91 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, mAllDirtyBits, command)); in syncDirtyBits() 99 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, bitMask, command)); in syncDirtyBits()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 187 angle::Result Sampler::syncState(const Context *context) in syncState() function in gl::Sampler 190 angle::Result result = mSampler->syncState(context, mDirty); in syncState()
|
D | Context.inl.h | 72 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, mAllDirtyBits)); in syncDirtyBits() 80 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, bitMask)); in syncDirtyBits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | DeferredClears.md | 33 In scenario 2, `FramebufferVk::syncState` is responsible for extracting the staged `Clear` updates, 38 the front-end must always follow a `syncState` call with a call to the backend (and for example
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | SamplerNULL.cpp | 21 angle::Result SamplerNULL::syncState(const gl::Context *context, const bool dirty) in syncState() function in rx::SamplerNULL
|
D | SamplerNULL.h | 24 angle::Result syncState(const gl::Context *context, const bool dirty) override;
|
D | VertexArrayNULL.h | 23 angle::Result syncState(const gl::Context *context,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | SamplerNULL.cpp | 21 angle::Result SamplerNULL::syncState(const gl::Context *context, const bool dirty) in syncState() function in rx::SamplerNULL
|
D | SamplerNULL.h | 24 angle::Result syncState(const gl::Context *context, const bool dirty) override;
|
D | VertexArrayNULL.h | 23 angle::Result syncState(const gl::Context *context,
|
D | VertexArrayNULL.cpp | 19 angle::Result VertexArrayNULL::syncState(const gl::Context *context, in syncState() function in rx::VertexArrayNULL
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Program11.h | 23 angle::Result syncState(const gl::Context *context,
|
D | Program11.cpp | 23 angle::Result Program11::syncState(const gl::Context *context, in syncState() function in rx::Program11
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Program11.h | 23 angle::Result syncState(const gl::Context *context,
|
D | Program11.cpp | 23 angle::Result Program11::syncState(const gl::Context *context, in syncState() function in rx::Program11
|