Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp64 FrameStats drawFrames(int count, android_app *pApp, int &events, android_poll_source *&pSource, in drawFrames() argument
79 int retval = ALooper_pollOnce(0, nullptr, &events, (void **)&pSource); in drawFrames()
81 retval = ALooper_pollOnce(0, nullptr, &events, (void **)&pSource); in drawFrames()
83 if (retval >= 0 && pSource) { in drawFrames()
84 pSource->process(pApp, pSource); in drawFrames()
112 android_poll_source *&pSource, std::string testName = "") { in drawFramesWithTarget() argument
114 return drawFrames(kSamples, pApp, events, pSource, testName); in drawFramesWithTarget()
119 double calibrate(int &events, android_app *pApp, android_poll_source *&pSource) { in calibrate() argument
127 calibration[0] = drawFrames(kCalibrationSamples, pApp, events, pSource); in calibrate()
129 calibration[1] = drawFrames(kCalibrationSamples, pApp, events, pSource); in calibrate()
[all …]
DRenderer.h106 double calibrate(int &events, android_poll_source *pSource);
/cts/tests/tests/opengl/libopengltest/
Dcommon.cpp23 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader() argument
25 glShaderSource(shader, 1, &pSource, NULL); in loadShader()
Dcommon.h24 GLuint loadShader(GLenum shaderType, const char* pSource);