mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

before return device_id in clGetGlContextInfoKHR Change-Id: Ic6dce407a1666909d468d89a8576c907abc63b61
11 lines
161 B
C++
11 lines
161 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "mock_function.h"
|
|
|
|
const char *realFunction() { return "value"; }
|