/external/angle/src/libANGLE/ |
D | Fence_unittest.cpp | 122 .WillOnce(DoAll(SetArgumentPointee<1>(GL_UNSIGNALED), Return(angle::Result::Continue))) in TEST_F() 127 EXPECT_EQ(GL_UNSIGNALED, out); in TEST_F()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_sync.cc | 68 GLint result = GL_UNSIGNALED; in GlActiveSyncWait()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Fence11.cpp | 230 *outResult = (result ? GL_SIGNALED : GL_UNSIGNALED); in getStatus()
|
/external/mesa3d/src/mesa/main/ |
D | syncobj.c | 482 v[0] = (syncObj->StatusFlag) ? GL_SIGNALED : GL_UNSIGNALED; in _mesa_GetSynciv()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | SyncMtl.mm | 213 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SyncVk.cpp | 480 *outResult = signaled ? GL_SIGNALED : GL_UNSIGNALED; in getStatus()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_fence_sync.cpp | 77 #define GL_UNSIGNALED 0x9118 macro
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 89 #define GL_UNSIGNALED 0x9118 macro
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 817 #define GL_UNSIGNALED 0x9118 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 953 #define GL_UNSIGNALED 0x9118 macro
|
/external/angle/include/GLES3/ |
D | gl3.h | 934 #define GL_UNSIGNALED 0x9118 macro
|
D | gl31.h | 934 #define GL_UNSIGNALED 0x9118 macro
|
D | gl32.h | 934 #define GL_UNSIGNALED 0x9118 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 953 #define GL_UNSIGNALED 0x9118 macro
|
D | gl31.h | 953 #define GL_UNSIGNALED 0x9118 macro
|
D | gl32.h | 953 #define GL_UNSIGNALED 0x9118 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1515 #define GL_UNSIGNALED 0x9118 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1573 #define GL_UNSIGNALED 0x9118 macro
|
D | glext.h | 1460 #define GL_UNSIGNALED 0x9118 macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 1536 #define GL_UNSIGNALED 0x9118 macro
|
D | glext.h | 1424 #define GL_UNSIGNALED 0x9118 macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 6955 #define GL_UNSIGNALED 0x9118 macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 6062 #define GL_UNSIGNALED 0x9118 macro
|