Lines Matching refs:arraySize
1155 void setUniform (const glw::Functions& gl, deUint32 programID, const char* name, const tcu::VECTYPE* vec, int arraySize) \
1158 SETUNIFORM(loc, arraySize, vec->getPtr()); \
1181 void setUniform (const glw::Functions& gl, deUint32 programID, const char* name, const float* value, int arraySize)
1184 gl.uniform1fv(loc, arraySize, value);