Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_functions_api.cpp39 std::vector<std::vector<cl_uchar>> bufferRef2(FRAME_NUM); in api_functions() local
48 || !YUVGenerate(surfaceFormat, bufferRef2[i], width, height, in api_functions()
233 0, 0, &bufferRef2[frameIdx % FRAME_NUM][offset], 0, 0, in api_functions()
271 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
336 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
476 &bufferRef2[frameIdx % FRAME_NUM][0], &error); in api_functions()
517 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
573 bufferRef2[frameIdx % FRAME_NUM], width, in api_functions()
Dtest_memory_access.cpp38 std::vector<cl_uchar> bufferRef2(frameSize, 0); in memory_access() local
41 || !YUVGenerate(surfaceFormat, bufferRef2, width, height, 181, 255)) in memory_access()
388 0, 0, &bufferRef2[offset], 0, 0, 0); in memory_access()
418 if (!YUVCompare(surfaceFormat, bufferOut2, bufferRef2, width, height)) in memory_access()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp2260 CColorArray bufferRef2(getWindowWidth() / 2 * getWindowHeight() / 2, colors_instanced[1]); in Run() local
2271 …sult.sub_result(BuffersCompare(bufferTest, getWindowWidth() / 2, getWindowHeight() / 2, bufferRef2, in Run()
2964 …CColorArray bufferRef2(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.1f, 0.2f, 0.3f, 1.0f)… in Run() local
2973 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef2, in Run()
3271 …CColorArray bufferRef2(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.1f, 0.2f, 0.3f, 1.0f)… in Run() local
3280 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef2, in Run()
3381 …CColorArray bufferRef2(getWindowWidth() * getWindowHeight() / 2, tcu::Vec4(0.1f, 0.2f, 0.3f, 1.0f)… in Run() local
3390 result.sub_result(BuffersCompare(bufferTest, getWindowWidth(), getWindowHeight() / 2, bufferRef2, in Run()
3658 …CColorArray bufferRef2(getWindowWidth() / 2 * getWindowHeight() / 2, tcu::Vec4(0.0f, 1.0f, 0.75f, … in Run() local
3671 …sult.sub_result(BuffersCompare(bufferTest, getWindowWidth() / 2, getWindowHeight() / 2, bufferRef2, in Run()
[all …]