Searched refs:unaryBase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13092 class unaryBase : public BuiltinFunctionTest::functionObject class 13095 …unaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poin… in unaryBase() function in gl4cts::FunctionObject::unaryBase 13121 class unary : public unaryBase 13127 …: unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variable… in unary() 13152 class unaryByComponent : public unaryBase 13159 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryByComponent() 13185 class unaryWithOutputByComponent : public unaryBase 13193 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryWithOutputByComponent()
|