Home
last modified time | relevance | path

Searched refs:GL_UNSIGNALED (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFence_unittest.cpp122 .WillOnce(DoAll(SetArgumentPointee<1>(GL_UNSIGNALED), Return(angle::Result::Continue))) in TEST_F()
127 EXPECT_EQ(GL_UNSIGNALED, out); in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFence_unittest.cpp146 .WillOnce(DoAll(SetArgumentPointee<1>(GL_UNSIGNALED), Return(angle::Result::Continue))) in TEST_F()
151 EXPECT_EQ(GL_UNSIGNALED, out); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp230 *outResult = (result ? GL_SIGNALED : GL_UNSIGNALED); in getStatus()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp230 *outResult = (result ? GL_SIGNALED : GL_UNSIGNALED); in getStatus()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp194 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED; in getStatus()
/third_party/mesa3d/src/mesa/main/
Dsyncobj.c508 v[0] = (syncObj->StatusFlag) ? GL_SIGNALED : GL_UNSIGNALED; in _mesa_GetSynciv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSyncMtl.mm213 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp432 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED; in getStatus()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h817 #define GL_UNSIGNALED 0x9118 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h817 #define GL_UNSIGNALED 0x9118 macro
/third_party/openGLES/api/GLES3/
Dgl3.h934 #define GL_UNSIGNALED 0x9118 macro
Dgl31.h934 #define GL_UNSIGNALED 0x9118 macro
Dgl32.h934 #define GL_UNSIGNALED 0x9118 macro
/third_party/mesa3d/include/GLES3/
Dgl3.h953 #define GL_UNSIGNALED 0x9118 macro
Dgl31.h953 #define GL_UNSIGNALED 0x9118 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
Dgl3.h953 #define GL_UNSIGNALED 0x9118 macro
Dgl31.h955 #define GL_UNSIGNALED 0x9118 macro
Dgl32.h955 #define GL_UNSIGNALED 0x9118 macro
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/
Dgl3.h953 #define GL_UNSIGNALED 0x9118 macro
Dgl31.h955 #define GL_UNSIGNALED 0x9118 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
Dgl3.h934 #define GL_UNSIGNALED 0x9118 macro
Dgl31.h934 #define GL_UNSIGNALED 0x9118 macro
Dgl32.h934 #define GL_UNSIGNALED 0x9118 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
Dgl3.h953 #define GL_UNSIGNALED 0x9118 macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwEnums.inl1515 #define GL_UNSIGNALED 0x9118 macro

12