Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp171 static const int m_coordinate_resolution; member in glcts::GPUShader5TextureGatherOffsetTestBase
DesextcGPUShader5TextureGatherOffset.cpp477 const int GPUShader5TextureGatherOffsetTestBase::m_coordinate_resolution = 1024; member in glcts::GPUShader5TextureGatherOffsetTestBase
1068 const float coordinate_denominator = m_coordinate_resolution; in prepareVertexBufferInfoForCoordinates()
1104 ((float)(rand() % m_n_texture_array_length * m_coordinate_resolution)) / coordinate_denominator; in prepareVertexBufferInfoForCoordinates()