Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13094 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary
13096 …unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary()
13109 functionPointer p_function = (functionPointer)m_p_function; in call()
13125 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent
13127 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fun… in unaryByComponent()
13139 functionPointer p_function = (functionPointer)m_p_function; in call()
13158 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent
13161 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent()
13181 functionPointer p_function = (functionPointer)m_p_function; in call()
13269 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary
[all …]