Home
last modified time | relevance | path

Searched defs:BindFunc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/
H A DIScheduler.h56 using BindFunc = std::function<int(int, int)>; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Druntime.h96 using BindFunc = std::function<absl::Status()>; variable
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp58 typedef void (CallLogWrapper::*BindFunc)(GLenum target, GLuint name); typedef