Searched refs:GL_INVALID_ENUM (Results 1 - 25 of 96) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
67 expectError(GL_INVALID_ENUM);
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
88 expectError(GL_INVALID_ENUM);
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
95 expectError(GL_INVALID_ENUM);
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
100 expectError(GL_INVALID_ENUM);
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
107 expectError(GL_INVALID_ENUM);
[all...]
H A Des2fNegativeBufferApiTests.cpp55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
57 expectError(GL_INVALID_ENUM);
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
82 expectError(GL_INVALID_ENUM);
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
87 expectError(GL_INVALID_ENUM);
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
112 expectError(GL_INVALID_ENUM);
223 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
225 expectError(GL_INVALID_ENUM);
[all...]
H A Des2fNegativeTextureApiTests.cpp110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
112 expectError(GL_INVALID_ENUM);
115 expectError(GL_INVALID_ENUM);
123 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
125 expectError(GL_INVALID_ENUM);
148 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
150 expectError(GL_INVALID_ENUM);
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
158 expectError(GL_INVALID_ENUM);
163 m_log << TestLog::Section("", "GL_INVALID_ENUM i
[all...]
H A Des2fNegativeStateApiTests.cpp69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
71 expectError(GL_INVALID_ENUM);
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
78 expectError(GL_INVALID_ENUM);
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
89 expectError(GL_INVALID_ENUM);
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
97 expectError(GL_INVALID_ENUM);
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
105 expectError(GL_INVALID_ENUM);
[all...]
H A Des2fNegativeVertexArrayApiTests.cpp89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
91 expectError(GL_INVALID_ENUM);
131 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
133 expectError(GL_INVALID_ENUM);
158 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
160 expectError(GL_INVALID_ENUM);
184 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
186 expectError(GL_INVALID_ENUM);
213 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
215 expectError(GL_INVALID_ENUM);
[all...]
/external/mesa3d/src/mesa/main/
H A Dcolortab.c51 _mesa_error(ctx, GL_INVALID_ENUM, "glColorTable(target)");
63 _mesa_error(ctx, GL_INVALID_ENUM, "glColorSubTable(target)");
74 _mesa_error(ctx, GL_INVALID_ENUM, "glCopyColorTable(target)");
85 _mesa_error(ctx, GL_INVALID_ENUM, "glCopyColorSubTable(target)");
96 _mesa_error(ctx, GL_INVALID_ENUM, "glGetnColorTableARB(target)");
106 _mesa_error(ctx, GL_INVALID_ENUM, "glGetColorTable(target)");
116 _mesa_error(ctx, GL_INVALID_ENUM, "glColorTableParameterfv(target)");
127 _mesa_error(ctx, GL_INVALID_ENUM, "glColorTableParameteriv(target)");
137 _mesa_error(ctx, GL_INVALID_ENUM, "glGetColorTableParameterfv(target)");
147 _mesa_error(ctx, GL_INVALID_ENUM, "glGetColorTableParameteri
[all...]
H A Dconvolve.c51 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionFilter1D");
59 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionFilter2D");
68 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionParameterf");
77 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionParameterfv");
86 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionParameteri");
95 _mesa_error(ctx, GL_INVALID_ENUM, "glConvolutionParameteriv");
104 _mesa_error(ctx, GL_INVALID_ENUM, "glCopyConvolutionFilter1D");
113 _mesa_error(ctx, GL_INVALID_ENUM, "glCopyConvolutionFilter2D");
140 _mesa_error(ctx, GL_INVALID_ENUM, "glGetConvolutionParameterfv");
149 _mesa_error(ctx, GL_INVALID_ENUM, "glGetConvolutionParameteri
[all...]
H A Dglformats.c1016 * GL_INVALID_ENUM.
1021 * \return GL_INVALID_ENUM, GL_INVALID_OPERATION or GL_NO_ERROR
1031 return GL_INVALID_ENUM;
1069 return GL_INVALID_ENUM;
1078 return GL_INVALID_ENUM;
1087 return GL_INVALID_ENUM;
1114 ? GL_NO_ERROR : GL_INVALID_ENUM;
1116 return GL_INVALID_ENUM;
1140 ? GL_NO_ERROR : GL_INVALID_ENUM;
1142 return GL_INVALID_ENUM;
[all...]
H A Dtexgen.c98 _mesa_error(ctx, GL_INVALID_ENUM, "glTexGen(coord)");
132 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
137 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
150 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
165 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
183 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(pname)" );
232 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGen[fx](pname)" );
247 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGen[fx]v(pname)" );
313 _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexGendv(coord)");
328 _mesa_error( ctx, GL_INVALID_ENUM, "glGetTexGend
[all...]
H A Dtexenv.c83 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode);
150 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode);
169 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
205 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
211 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
252 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param);
292 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
298 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
334 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param);
383 TE_ERROR(GL_INVALID_ENUM, "glTexEn
[all...]
H A Dnvprogram.c68 _mesa_error(ctx, GL_INVALID_ENUM, "glExecuteProgramNV");
194 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterfvNV(pname)");
199 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterfvNV(target)");
229 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterdvNV(pname)");
234 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterdvNV(target)");
270 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramivNV(pname)");
290 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramStringNV(pname)");
340 _mesa_error(ctx, GL_INVALID_ENUM, "glGetTrackMatrixivNV");
345 _mesa_error(ctx, GL_INVALID_ENUM, "glGetTrackMatrixivNV");
390 _mesa_error(ctx, GL_INVALID_ENUM, "glGetVertexAttribdvN
[all...]
H A Des1_conversion.c167 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
241 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
263 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
286 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
301 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
323 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
330 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
337 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
343 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
381 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
424 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
441 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
481 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
513 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
535 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
570 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
576 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
592 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
609 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
699 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
757 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
787 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
802 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
843 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
897 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
920 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
[all...]
H A Dclip.c61 _mesa_error( ctx, GL_INVALID_ENUM, "glClipPlane" );
108 _mesa_error( ctx, GL_INVALID_ENUM, "glGetClipPlane" );
H A Dpolygon.c63 _mesa_error( ctx, GL_INVALID_ENUM, "glCullFace" );
99 _mesa_error( ctx, GL_INVALID_ENUM, "glFrontFace" );
140 _mesa_error( ctx, GL_INVALID_ENUM, "glPolygonMode(mode)" );
147 _mesa_error( ctx, GL_INVALID_ENUM, "glPolygonMode(face)" );
165 _mesa_error( ctx, GL_INVALID_ENUM, "glPolygonMode(face)" );
174 _mesa_error( ctx, GL_INVALID_ENUM, "glPolygonMode(face)" );
H A Dstencil.c146 _mesa_error(ctx, GL_INVALID_ENUM,
151 _mesa_error(ctx, GL_INVALID_ENUM,
205 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilFunc(func)");
331 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(sfail)");
335 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(zfail)");
339 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(zpass)");
406 _mesa_error(ctx, GL_INVALID_ENUM, "glActiveStencilFaceEXT(face)");
430 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparate(sfail)");
434 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparate(zfail)");
438 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparat
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
67 expectError(GL_INVALID_ENUM);
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
88 expectError(GL_INVALID_ENUM);
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
95 expectError(GL_INVALID_ENUM);
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
100 expectError(GL_INVALID_ENUM);
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
107 expectError(GL_INVALID_ENUM);
[all...]
H A Des3fNegativeStateApiTests.cpp76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
78 expectError(GL_INVALID_ENUM);
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
85 expectError(GL_INVALID_ENUM);
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
96 expectError(GL_INVALID_ENUM);
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
104 expectError(GL_INVALID_ENUM);
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
112 expectError(GL_INVALID_ENUM);
[all...]
H A Des3fNegativeBufferApiTests.cpp57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
59 expectError(GL_INVALID_ENUM);
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
84 expectError(GL_INVALID_ENUM);
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
89 expectError(GL_INVALID_ENUM);
112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
114 expectError(GL_INVALID_ENUM);
321 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.");
323 expectError(GL_INVALID_ENUM);
[all...]
H A Des3fNegativeTextureApiTests.cpp141 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
143 expectError(GL_INVALID_ENUM);
146 expectError(GL_INVALID_ENUM);
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
159 expectError(GL_INVALID_ENUM);
161 expectError(GL_INVALID_ENUM);
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
193 expectError(GL_INVALID_ENUM);
195 expectError(GL_INVALID_ENUM);
200 m_log << TestLog::Section("", "GL_INVALID_ENUM i
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
127 expectError(GL_INVALID_ENUM);
175 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
177 expectError(GL_INVALID_ENUM);
179 expectError(GL_INVALID_ENUM);
181 expectError(GL_INVALID_ENUM);
268 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
270 expectError(GL_INVALID_ENUM);
295 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
297 expectError(GL_INVALID_ENUM);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp60 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value.");
62 ctx.expectError(GL_INVALID_ENUM);
81 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
83 ctx.expectError(GL_INVALID_ENUM);
89 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
91 ctx.expectError(GL_INVALID_ENUM);
94 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
96 ctx.expectError(GL_INVALID_ENUM);
102 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
104 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeStateApiTests.cpp68 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
70 ctx.expectError(GL_INVALID_ENUM);
76 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
78 ctx.expectError(GL_INVALID_ENUM);
85 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
88 ctx.expectError(GL_INVALID_ENUM);
94 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
97 ctx.expectError(GL_INVALID_ENUM);
103 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
106 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeBufferApiTests.cpp48 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
50 ctx.expectError(GL_INVALID_ENUM);
76 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
78 ctx.expectError(GL_INVALID_ENUM);
81 ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
83 ctx.expectError(GL_INVALID_ENUM);
107 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
109 ctx.expectError(GL_INVALID_ENUM);
321 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.");
323 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp120 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
122 ctx.expectError(GL_INVALID_ENUM);
171 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
173 ctx.expectError(GL_INVALID_ENUM);
175 ctx.expectError(GL_INVALID_ENUM);
177 ctx.expectError(GL_INVALID_ENUM);
271 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value.");
273 ctx.expectError(GL_INVALID_ENUM);
299 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not an accepted value.");
301 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeTextureApiTests.cpp92 ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
94 ctx.expectError(GL_INVALID_ENUM);
97 ctx.expectError(GL_INVALID_ENUM);
108 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
110 ctx.expectError(GL_INVALID_ENUM);
112 ctx.expectError(GL_INVALID_ENUM);
142 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid.");
144 ctx.expectError(GL_INVALID_ENUM);
146 ctx.expectError(GL_INVALID_ENUM);
152 ctx.beginSection("GL_INVALID_ENUM i
[all...]

Completed in 196 milliseconds

1234