unplugged-system/external/deqp/framework/opengl/gluCallLogUtil.inl

15 lines
370 B
C++

/* WARNING: This is auto-generated file. Do not modify, since changes will
* be lost! Modify the generating script instead.
*
* Generated from Khronos GL API description (gl.xml) revision d8371b44919d61c02e60f446a4b5461fda910f71.
*/
int getTextureParamNumArgs (int pname)
{
switch(pname)
{
case GL_TEXTURE_BORDER_COLOR: return 4;
default: return 1;
}
}