Lines Matching refs:enumval
734 … textureParamValue(GL2Encoder* ctx, GLenum pname, GLint intval, GLfloat floatval, GLenum enumval) { in textureParamValue() argument
742 (enumval == GL_NONE) || in textureParamValue()
743 (enumval == GL_COMPARE_REF_TO_TEXTURE); in textureParamValue()
746 (enumval == GL_LEQUAL) || in textureParamValue()
747 (enumval == GL_GEQUAL) || in textureParamValue()
748 (enumval == GL_LESS) || in textureParamValue()
749 (enumval == GL_GREATER) || in textureParamValue()
750 (enumval == GL_EQUAL) || in textureParamValue()
751 (enumval == GL_NOTEQUAL) || in textureParamValue()
752 (enumval == GL_ALWAYS) || in textureParamValue()
753 (enumval == GL_NEVER); in textureParamValue()
756 (enumval == GL_NEAREST) || in textureParamValue()
757 (enumval == GL_LINEAR); in textureParamValue()
764 (enumval == GL_NEAREST) || in textureParamValue()
765 (enumval == GL_LINEAR) || in textureParamValue()
766 (enumval == GL_NEAREST_MIPMAP_NEAREST) || in textureParamValue()
767 (enumval == GL_NEAREST_MIPMAP_LINEAR) || in textureParamValue()
768 (enumval == GL_LINEAR_MIPMAP_NEAREST) || in textureParamValue()
769 (enumval == GL_LINEAR_MIPMAP_LINEAR); in textureParamValue()
777 (enumval == GL_RED) || in textureParamValue()
778 (enumval == GL_GREEN) || in textureParamValue()
779 (enumval == GL_BLUE) || in textureParamValue()
780 (enumval == GL_ALPHA) || in textureParamValue()
781 (enumval == GL_ZERO) || in textureParamValue()
782 (enumval == GL_ONE); in textureParamValue()
787 (enumval == GL_CLAMP_TO_EDGE) || in textureParamValue()
788 (enumval == GL_REPEAT) || in textureParamValue()
789 (enumval == GL_MIRRORED_REPEAT); in textureParamValue()