Home
last modified time | relevance | path

Searched defs:checkState (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayFBOIncompleteness.cpp67 glw::GLboolean TextureCubeMapArrayFBOIncompleteness::checkState(glw::GLint expected_state, const ch… in checkState() function in glcts::TextureCubeMapArrayFBOIncompleteness
/third_party/lzma/CPP/Windows/Control/
DDialog.h97 bool CheckButton(unsigned buttonID, UINT checkState) in CheckButton()
99 bool CheckButton(unsigned buttonID, bool checkState) in CheckButton()
DListView.h110 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState()
/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js121 function checkState(state, message = '') { function
696 checkState, property
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp482 wgpu::DepthStencilState checkState; in TEST_P() local