/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.inl.h | 71 const State::DirtyBits &dirtyBits = mState.getDirtyBits(); in syncDirtyBits() local 72 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, mAllDirtyBits)); in syncDirtyBits() 79 const State::DirtyBits &dirtyBits = (mState.getDirtyBits() & bitMask); in syncDirtyBits() local 80 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, bitMask)); in syncDirtyBits() 81 mState.clearDirtyBits(dirtyBits); in syncDirtyBits()
|
D | VertexArray_unittest.cpp | 21 VertexArray::DirtyBits dirtyBits; in TEST() local 26 dirtyBits.set(bits[i]); in TEST() 29 for (size_t dirtyBit : dirtyBits) in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.inl.h | 90 const State::DirtyBits &dirtyBits = mState.getDirtyBits(); in syncDirtyBits() local 91 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, mAllDirtyBits, command)); in syncDirtyBits() 98 const State::DirtyBits &dirtyBits = (mState.getDirtyBits() & bitMask); in syncDirtyBits() local 99 ANGLE_TRY(mImplementation->syncState(this, dirtyBits, bitMask, command)); in syncDirtyBits() 100 mState.clearDirtyBits(dirtyBits); in syncDirtyBits()
|
D | VertexArray_unittest.cpp | 21 VertexArray::DirtyBits dirtyBits; in TEST() local 26 dirtyBits.set(bits[i]); in TEST() 29 for (size_t dirtyBit : dirtyBits) in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexArray9.h | 27 const gl::VertexArray::DirtyBits &dirtyBits, 40 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument 45 ASSERT(dirtyBits.any()); in syncState()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexArray9.h | 27 const gl::VertexArray::DirtyBits &dirtyBits, 40 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument 45 ASSERT(dirtyBits.any()); in syncState()
|
/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() argument
|
/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() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | RenderTargetCache.h | 32 const gl::Framebuffer::DirtyBits &dirtyBits); 70 const gl::Framebuffer::DirtyBits &dirtyBits) in update() argument 72 for (auto dirtyBit : dirtyBits) in update()
|
D | VertexArrayImpl.h | 39 const gl::VertexArray::DirtyBits &dirtyBits, 53 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
|
D | ProgramImpl.h | 166 const gl::Program::DirtyBits &dirtyBits); 173 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | RenderTargetCache.h | 32 const gl::Framebuffer::DirtyBits &dirtyBits); 71 const gl::Framebuffer::DirtyBits &dirtyBits) in update() argument 73 for (auto dirtyBit : dirtyBits) in update()
|
D | VertexArrayImpl.h | 39 const gl::VertexArray::DirtyBits &dirtyBits, 59 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
|
D | ProgramImpl.h | 160 const gl::Program::DirtyBits &dirtyBits); 167 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 68 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument 72 ASSERT(dirtyBits.any()); in syncState() 86 for (size_t dirtyBit : dirtyBits) in syncState()
|
D | Program11.h | 24 const gl::Program::DirtyBits &dirtyBits) override;
|
D | Program11.cpp | 24 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexArray11.cpp | 68 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument 72 ASSERT(dirtyBits.any()); in syncState() 86 for (size_t dirtyBit : dirtyBits) in syncState()
|
D | Framebuffer11.cpp | 382 const gl::Framebuffer::DirtyBits &dirtyBits) in syncState() argument 384 ANGLE_TRY(mRenderTargetCache.update(context, mState, dirtyBits)); in syncState() 385 ANGLE_TRY(FramebufferD3D::syncState(context, dirtyBits)); in syncState()
|
D | Program11.h | 24 const gl::Program::DirtyBits &dirtyBits) override;
|
D | Program11.cpp | 24 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | VertexArrayNULL.h | 24 const gl::VertexArray::DirtyBits &dirtyBits,
|
D | VertexArrayNULL.cpp | 20 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | VertexArrayNULL.h | 24 const gl::VertexArray::DirtyBits &dirtyBits,
|
D | VertexArrayNULL.cpp | 20 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
|