Home
last modified time | relevance | path

Searched refs:updateState (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBuffer.cpp116 updateState = {}; in copy()
117 updateState.width = width; in copy()
118 updateState.height = height; in copy()
119 updateState.destFormat = format; in copy()
120 updateState.destStride = stride; in copy()
121 updateState.sourceFormat = source->getInternalFormat(); in copy()
122 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride; in copy()
123 updateState.cursorWidth = cursor.width; in copy()
124 updateState.cursorHeight = cursor.height; in copy()
154 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()
[all …]
DFrameBuffer.hpp95 BlitState updateState; // State of the routine to be generated. member in sw::FrameBuffer
/external/swiftshader/src/Main/
DFrameBuffer.cpp116 updateState = {}; in copy()
117 updateState.width = width; in copy()
118 updateState.height = height; in copy()
119 updateState.destFormat = format; in copy()
120 updateState.destStride = stride; in copy()
121 updateState.sourceFormat = source->getInternalFormat(); in copy()
122 updateState.sourceStride = topLeftOrigin ? sourceStride : -sourceStride; in copy()
123 updateState.cursorWidth = cursor.width; in copy()
124 updateState.cursorHeight = cursor.height; in copy()
154 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()
[all …]
DFrameBuffer.hpp95 BlitState updateState; // State of the routine to be generated. member in sw::FrameBuffer
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java157 boolean needsInvalidateForState = updateState(); in setState()
163 if (updateState()) { in setTintListCompat()
168 private boolean updateState() { in updateState() method in NavigationBarButton.TintedDrawable
/external/syzkaller/vendor/google.golang.org/grpc/
Dbalancer_conn_wrappers.go232 ccb.cc.csMgr.updateState(s)
Dclientconn.go645 func (csm *connectivityStateManager) updateState(state connectivity.State) { func
1086 cc.csMgr.updateState(connectivity.Shutdown)