Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
DtcuANGLEPlatform.cpp35 ANGLEPlatform::ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in ANGLEPlatform() argument
39 mPlatformMethods.logError = logErrorFunc; in ANGLEPlatform()
221 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation) in CreateANGLEPlatform() argument
223 return new tcu::ANGLEPlatform(logErrorFunc, preRotation); in CreateANGLEPlatform()
Dangle_deqp_libtester_main.cpp26 tcu::Platform *CreateANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);
53 void *logErrorFunc, in deqp_libtester_init_platform() argument
64 CreateANGLEPlatform(reinterpret_cast<angle::LogErrorFunc>(logErrorFunc), preRotation); in deqp_libtester_init_platform()
Dangle_deqp_libtester.h44 void *logErrorFunc,
DtcuANGLEPlatform.h41 ANGLEPlatform(angle::LogErrorFunc logErrorFunc, uint32_t preRotation);