Searched defs:dirtyBits (Results 1 – 25 of 31) sorted by relevance
12
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | SamplerD3D.h | 26 inline angle::Result SamplerD3D::syncState(const gl::Context *context, const bool dirtyBits) in syncState()
|
| D | FramebufferD3D.cpp | 290 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | VertexArrayNULL.cpp | 20 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | FramebufferNULL.cpp | 161 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| D | TextureNULL.cpp | 213 const gl::Texture::DirtyBits &dirtyBits, in syncState()
|
| D | ContextNULL.cpp | 366 const gl::State::DirtyBits &dirtyBits, in syncState()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Program11.cpp | 24 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | VertexArray11.cpp | 68 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | Framebuffer11.cpp | 395 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| D | Context11.cpp | 792 const gl::State::DirtyBits &dirtyBits, in syncState()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | VertexArray_unittest.cpp | 21 VertexArray::DirtyBits dirtyBits; in TEST() local
|
| D | Context.inl.h | 90 const State::DirtyBits &dirtyBits = mState.getDirtyBits(); in syncDirtyBits() local 98 const State::DirtyBits &dirtyBits = (mState.getDirtyBits() & bitMask); in syncDirtyBits() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | VertexArray9.h | 40 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | Framebuffer9.cpp | 409 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| D | StateManager9.cpp | 115 void StateManager9::syncState(const gl::State &state, const gl::State::DirtyBits &dirtyBits) in syncState()
|
| D | Context9.cpp | 425 const gl::State::DirtyBits &dirtyBits, in syncState()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | VertexArrayImpl.h | 59 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | ProgramImpl.h | 167 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | RenderTargetCache.h | 71 const gl::Framebuffer::DirtyBits &dirtyBits) in update()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | VertexArrayGL.cpp | 947 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | ProgramGL.cpp | 1157 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | ContextGL.cpp | 882 const gl::State::DirtyBits &dirtyBits, in syncState()
|
| D | FramebufferGL.cpp | 1245 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | VertexArrayVk.cpp | 458 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | ContextVk.cpp | 1010 DirtyBits dirtyBits = mGraphicsDirtyBits & dirtyBitMask; in setupDraw() local 1241 DirtyBits dirtyBits = mComputeDirtyBits; in setupDispatch() local 3698 const gl::State::DirtyBits &dirtyBits, in syncState()
|
12