Searched refs:LogErrorFunc (Results 1 – 4 of 4) sorted by relevance
26 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);64 CreateANGLEPlatform(reinterpret_cast<angle::LogErrorFunc>(logErrorFunc), preRotation); in deqp_libtester_init_platform()
35 ANGLEPlatform::ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in ANGLEPlatform()221 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in CreateANGLEPlatform()
41 ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
74 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); variable