Searched defs:isCoherent (Results 1 – 5 of 5) sorted by relevance
292 ANGLE_INLINE bool BufferBlock::isCoherent() const in isCoherent() function423 ANGLE_INLINE bool BufferSuballocation::isCoherent() const in isCoherent() function
244 bool isCoherent() const in isCoherent() function1053 bool isCoherent() const { return mSuballocation.isCoherent(); } in isCoherent() function
618 bool isCoherent() const { return coherent; } in isCoherent() function
604 bool isCoherent() const { return coherent; } in isCoherent() function
1863 const bool isCoherent = IsGLExtensionEnabled("GL_EXT_shader_framebuffer_fetch"); in chooseBetweenCoherentOrIncoherent() local