Searched refs:p_uniform_function (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 15340 …uniformDVecFunctionPointer p_uniform_function = getUniformFunctionForDVec(argument, function_objec… in testBegin() local 15342 p_uniform_function(uniform_location, 1 /* count */, uniform_src); in testBegin() 15347 …uniformUVecFunctionPointer p_uniform_function = getUniformFunctionForUVec(argument, function_objec… in testBegin() local 15349 p_uniform_function(uniform_location, 1 /* count */, (glw::GLuint *)uniform_src); in testBegin() 15354 …uniformIVecFunctionPointer p_uniform_function = getUniformFunctionForIVec(argument, function_objec… in testBegin() local 15356 p_uniform_function(uniform_location, 1 /* count */, (glw::GLint *)uniform_src); in testBegin() 15365 …uniformDMatFunctionPointer p_uniform_function = getUniformFunctionForDMat(argument, function_objec… in testBegin() local 15367 … p_uniform_function(uniform_location, 1 /* count */, GL_FALSE /* transpose */, uniform_src); in testBegin()
|