Searched defs:dirtyBits (Results 1 – 25 of 37) sorted by relevance
12
| /external/angle/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()
|
| /external/angle/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 | 377 const gl::state::DirtyBits dirtyBits, in syncState()
|
| /external/angle/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 | 421 const gl::Framebuffer::DirtyBits &dirtyBits, in syncState()
|
| /external/angle/src/libANGLE/ |
| D | VertexArray_unittest.cpp | 21 VertexArray::DirtyBits dirtyBits; in TEST() local
|
| D | Context.inl.h | 97 const state::DirtyBits dirtyBits = mState.getDirtyBits(); in syncAllDirtyBits() local 110 const state::DirtyBits dirtyBits = (mState.getDirtyBits() & bitMask); in syncDirtyBits() local
|
| D | ProgramPipeline.cpp | 682 Program::DirtyBits dirtyBits; in syncState() local
|
| /external/angle/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 | 116 const gl::state::DirtyBits &dirtyBits, in syncState()
|
| D | Context9.cpp | 426 const gl::state::DirtyBits dirtyBits, in syncState()
|
| /external/angle/src/libANGLE/renderer/ |
| D | ProgramPipelineImpl.h | 44 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | VertexArrayImpl.h | 61 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | ProgramImpl.h | 169 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | RenderTargetCache.h | 71 const gl::Framebuffer::DirtyBits &dirtyBits) in update()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | ProgramPipelineVk.cpp | 101 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | ProgramVk.cpp | 343 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
| D | VertexArrayVk.cpp | 529 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | VertexArrayGL.cpp | 964 const gl::VertexArray::DirtyBits &dirtyBits, in syncState()
|
| D | ProgramGL.cpp | 1166 const gl::Program::DirtyBits &dirtyBits) in syncState()
|
12