Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13224 class binaryBase : public BuiltinFunctionTest::functionObject class
13227binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in binaryBase() function in gl4cts::FunctionObject::binaryBase
13266 class binary : public binaryBase
13272 …: binaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variabl… in binary()
13303 class binaryByComponent : public binaryBase
13311 …: binaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_1_type, a… in binaryByComponent()