Home
last modified time | relevance | path

Searched refs:textureInfoOutput (Results 1 – 2 of 2) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mock_gl/windows/
H A Dmock_opengl32.cpp40 CL_GL_RESOURCE_INFO textureInfoOutput = {0}; variable
78 pTextureInfo->globalShareHandle = textureInfoOutput.globalShareHandle; in mockGLAcquireSharedRenderBuffer()
79 pTextureInfo->pGmmResInfo = textureInfoOutput.pGmmResInfo; in mockGLAcquireSharedRenderBuffer()
92 pTextureInfo->globalShareHandle = textureInfoOutput.globalShareHandle; in mockGLAcquireSharedTexture()
96 pTextureInfo->textureBufferSize = textureInfoOutput.textureBufferSize; in mockGLAcquireSharedTexture()
99 pTextureInfo->pGmmResInfo = textureInfoOutput.pGmmResInfo; in mockGLAcquireSharedTexture()
100 …pTextureInfo->glInternalFormat = textureInfoOutput.glInternalFormat ? textureInfoOutput.glInternal… in mockGLAcquireSharedTexture()
101 pTextureInfo->glHWFormat = textureInfoOutput.glHWFormat; in mockGLAcquireSharedTexture()
103 pTextureInfo->numberOfSamples = textureInfoOutput.numberOfSamples; in mockGLAcquireSharedTexture()
104 pTextureInfo->isAuxEnabled = textureInfoOutput.isAuxEnabled; in mockGLAcquireSharedTexture()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_texture_tests.cpp525 auto textureInfoOutput = std::make_unique<CL_GL_RESOURCE_INFO>(); in TEST_F() local
526 textureInfoOutput->glInternalFormat = GL_SRGB8_ALPHA8; in TEST_F()
527 glSharing->dllParam->loadTexture(*textureInfoOutput); in TEST_F()