Home
last modified time | relevance | path

Searched refs:dirtyBits (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h71 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()
DVertexArray_unittest.cpp21 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/
DContext.inl.h90 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()
DVertexArray_unittest.cpp21 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/
DVertexArray9.h27 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/
DVertexArray9.h27 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/
DSamplerD3D.h23 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/
DSamplerD3D.h23 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/
DRenderTargetCache.h32 const gl::Framebuffer::DirtyBits &dirtyBits);
70 const gl::Framebuffer::DirtyBits &dirtyBits) in update() argument
72 for (auto dirtyBit : dirtyBits) in update()
DVertexArrayImpl.h39 const gl::VertexArray::DirtyBits &dirtyBits,
53 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
DProgramImpl.h166 const gl::Program::DirtyBits &dirtyBits);
173 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderTargetCache.h32 const gl::Framebuffer::DirtyBits &dirtyBits);
71 const gl::Framebuffer::DirtyBits &dirtyBits) in update() argument
73 for (auto dirtyBit : dirtyBits) in update()
DVertexArrayImpl.h39 const gl::VertexArray::DirtyBits &dirtyBits,
59 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
DProgramImpl.h160 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/
DVertexArray11.cpp68 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
72 ASSERT(dirtyBits.any()); in syncState()
86 for (size_t dirtyBit : dirtyBits) in syncState()
DProgram11.h24 const gl::Program::DirtyBits &dirtyBits) override;
DProgram11.cpp24 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp68 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
72 ASSERT(dirtyBits.any()); in syncState()
86 for (size_t dirtyBit : dirtyBits) in syncState()
DFramebuffer11.cpp382 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()
DProgram11.h24 const gl::Program::DirtyBits &dirtyBits) override;
DProgram11.cpp24 const gl::Program::DirtyBits &dirtyBits) in syncState() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DVertexArrayNULL.h24 const gl::VertexArray::DirtyBits &dirtyBits,
DVertexArrayNULL.cpp20 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DVertexArrayNULL.h24 const gl::VertexArray::DirtyBits &dirtyBits,
DVertexArrayNULL.cpp20 const gl::VertexArray::DirtyBits &dirtyBits, in syncState() argument

12345