Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp26 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
64 CreateANGLEPlatform(reinterpret_cast<angle::LogErrorFunc>(logErrorFunc), preRotation); in deqp_libtester_init_platform()
DtcuANGLEPlatform.cpp35 ANGLEPlatform::ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in ANGLEPlatform()
221 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in CreateANGLEPlatform()
DtcuANGLEPlatform.h41 ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
/external/angle/include/platform/
DPlatformMethods.h74 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); variable