Home
last modified time | relevance | path

Searched refs:m_pDispatchCompute (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp537 arbDispatchComputeFunc m_pDispatchCompute; member in gl4cts::GPUShaderFP64Test2
H A Dgl4cGPUShaderFP64Tests.cpp3260 , m_pDispatchCompute(0) in GPUShaderFP64Test2()
3969 /* m_pDispatchCompute is initialized only if compute_shader are supproted and context is at least 4.2 */ in prepareShaderStages()
3970 if (0 != m_pDispatchCompute) in prepareShaderStages()
4287 m_pDispatchCompute(m_texture_width, m_texture_height, 1); in test()
4482 m_pDispatchCompute = (arbDispatchComputeFunc)gl.dispatchCompute; in testInit()

Completed in 20 milliseconds