Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13254 class binaryBase : public BuiltinFunctionTest::functionObject class
13257binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in binaryBase() function in gl4cts::FunctionObject::binaryBase
13299 class binary : public binaryBase
13305 …: binaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variabl… in binary()
13336 class binaryByComponent : public binaryBase
13344 …: binaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_1_type, a… in binaryByComponent()