Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DFenceSync.h16 static constexpr PlatformFence kInvalidFence = 0; variable
/third_party/flutter/skia/tools/gpu/
DFenceSync.h16 static constexpr PlatformFence kInvalidFence = 0; variable
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp652 if (sk_gpu_test::kInvalidFence == fFence) { in syncToPreviousFrame()
664 if (sk_gpu_test::kInvalidFence == fFence) { in updateFence()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DErrorStrings.h201 MSG kInvalidFence = "Invalid fence object."; variable
DvalidationES2.cpp6829 context->validationError(GL_INVALID_OPERATION, kInvalidFence); in ValidateFinishFenceNV()
6871 context->validationError(GL_INVALID_OPERATION, kInvalidFence); in ValidateGetFenceivNV()
6964 context->validationError(GL_INVALID_OPERATION, kInvalidFence); in ValidateSetFenceNV()
6983 context->validationError(GL_INVALID_OPERATION, kInvalidFence); in ValidateTestFenceNV()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DErrorStrings.h267 MSG kInvalidFence = "Invalid fence object."; variable
DvalidationES2.cpp5869 context->validationError(entryPoint, GL_INVALID_OPERATION, kInvalidFence); in ValidateFinishFenceNV()
5918 context->validationError(entryPoint, GL_INVALID_OPERATION, kInvalidFence); in ValidateGetFenceivNV()
6015 context->validationError(entryPoint, GL_INVALID_OPERATION, kInvalidFence); in ValidateSetFenceNV()
6034 context->validationError(entryPoint, GL_INVALID_OPERATION, kInvalidFence); in ValidateTestFenceNV()