Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp15381 …const glw::GLdouble* uniform_src = (glw::GLdouble*)&m_argument_data[vertex_offset + argument_offs… in testBegin() local
15398 p_uniform_function(uniform_location, 1 /* count */, uniform_src); in testBegin()
15405 p_uniform_function(uniform_location, 1 /* count */, (glw::GLuint*)uniform_src); in testBegin()
15412 p_uniform_function(uniform_location, 1 /* count */, (glw::GLint*)uniform_src); in testBegin()
15424 p_uniform_function(uniform_location, 1 /* count */, GL_FALSE /* transpose */, uniform_src); in testBegin()