Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13107 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary
13138 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent
13171 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent
13282 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary
13319 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent
13406 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary
13446 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent