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

12345678

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp81 /* Make sure that the functions report GL_INVALID_ENUM error if cube-map
86 VerifyGLTexParameterIiv(m_glExtTokens.TEXTURE_BUFFER, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM);
87 VerifyGLTexParameterIuiv(m_glExtTokens.TEXTURE_BUFFER, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM);
90 VerifyGLTexParameterIiv(GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM);
91 VerifyGLTexParameterIuiv(GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM);
93 /* Make sure that the functions report GL_INVALID_ENUM error if
95 VerifyGLTexParameterIivForAll(GL_TEXTURE_IMMUTABLE_FORMAT, 1, GL_INVALID_ENUM);
96 VerifyGLTexParameterIuivForAll(GL_TEXTURE_IMMUTABLE_FORMAT, 1, GL_INVALID_ENUM);
106 /* Make sure that the functions report GL_INVALID_ENUM error if the following
110 VerifyGLTexParameterIivForAll(GL_TEXTURE_COMPARE_MODE, GL_NEAREST, GL_INVALID_ENUM);
[all...]
/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 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/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/mesa3d/src/mesa/main/
H A Dtexgen.c93 _mesa_error(ctx, GL_INVALID_ENUM, "glTexGen(coord)");
127 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
132 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
145 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
160 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" );
178 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(pname)" );
226 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGen[fx](pname)" );
241 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGen[fx]v(pname)" );
305 _mesa_error(ctx, GL_INVALID_ENUM, "glGetTexGendv(coord)");
320 _mesa_error( ctx, GL_INVALID_ENUM, "glGetTexGend
[all...]
H A Dtexenv.c84 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode);
146 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode);
165 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
201 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
207 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
248 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param);
288 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
294 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname);
330 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param);
379 TE_ERROR(GL_INVALID_ENUM, "glTexEn
[all...]
H A Dobjectpurge.c155 _mesa_error(ctx, GL_INVALID_ENUM,
172 _mesa_error(ctx, GL_INVALID_ENUM,
295 _mesa_error(ctx, GL_INVALID_ENUM,
309 _mesa_error(ctx, GL_INVALID_ENUM,
333 _mesa_error(ctx, GL_INVALID_ENUM,
357 _mesa_error(ctx, GL_INVALID_ENUM,
381 _mesa_error(ctx, GL_INVALID_ENUM,
412 _mesa_error(ctx, GL_INVALID_ENUM,
H A Des1_conversion.c161 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
235 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
257 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
280 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
295 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
317 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
324 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
348 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
354 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
392 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
435 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
452 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
492 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
524 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
546 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
581 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
587 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
603 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
620 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
710 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
768 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
798 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
813 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
854 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
908 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
931 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, local
[all...]
H A Dclip.c60 _mesa_error( ctx, GL_INVALID_ENUM, "glClipPlane" );
106 _mesa_error( ctx, GL_INVALID_ENUM, "glGetClipPlane" );
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp62 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value.");
64 ctx.expectError(GL_INVALID_ENUM);
83 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
85 ctx.expectError(GL_INVALID_ENUM);
91 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
93 ctx.expectError(GL_INVALID_ENUM);
96 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
98 ctx.expectError(GL_INVALID_ENUM);
104 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
106 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeStateApiTests.cpp85 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
87 ctx.expectError(GL_INVALID_ENUM);
96 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
98 ctx.expectError(GL_INVALID_ENUM);
109 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
111 ctx.expectError(GL_INVALID_ENUM);
119 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
121 ctx.expectError(GL_INVALID_ENUM);
133 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
136 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeTextureApiTests.cpp93 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).");
95 ctx.expectError(GL_INVALID_ENUM);
98 ctx.expectError(GL_INVALID_ENUM);
109 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
111 ctx.expectError(GL_INVALID_ENUM);
113 ctx.expectError(GL_INVALID_ENUM);
183 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid.");
185 ctx.expectError(GL_INVALID_ENUM);
187 ctx.expectError(GL_INVALID_ENUM);
193 ctx.beginSection("GL_INVALID_ENUM i
[all...]
H A Des31fNegativeBufferApiTests.cpp47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
49 ctx.expectError(GL_INVALID_ENUM);
75 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
77 ctx.expectError(GL_INVALID_ENUM);
80 ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
82 ctx.expectError(GL_INVALID_ENUM);
106 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
108 ctx.expectError(GL_INVALID_ENUM);
386 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ATOMIC_COUNTER_BUFFER, GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.");
388 ctx.expectError(GL_INVALID_ENUM);
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp130 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
132 ctx.expectError(GL_INVALID_ENUM);
181 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value.");
183 ctx.expectError(GL_INVALID_ENUM);
185 ctx.expectError(GL_INVALID_ENUM);
187 ctx.expectError(GL_INVALID_ENUM);
245 ctx.beginSection("GL_INVALID_ENUM is generated if type is not one of the parameter token names allowed.");
250 ctx.expectError(GL_INVALID_ENUM);
308 ctx.beginSection("GL_INVALID_ENUM is generated if type is not one of the parameter token names allowed.");
313 ctx.expectError(GL_INVALID_ENUM);
[all...]
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp138 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFunci(0, GL_MIN, GL_ONE_MINUS_SRC_ALPHA)");
141 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFunci(0, GL_SRC_ALPHA, GL_MIN)");
144 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE)");
147 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ONE)");
150 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_ONE, GL_MIN, GL_ONE)");
153 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_ONE, GL_ONE, GL_MIN)");
156 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationi(0, GL_SRC_ALPHA)");
159 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN)");
162 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA)");
165 success &= ExpectedError(GL_INVALID_ENUM, "glEnable
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp61 return error(GL_INVALID_ENUM);
84 return error(GL_INVALID_ENUM);
117 return error(GL_INVALID_ENUM);
128 return error(GL_INVALID_ENUM);
145 return error(GL_INVALID_ENUM);
162 return error(GL_INVALID_ENUM);
200 return error(GL_INVALID_ENUM);
225 return error(GL_INVALID_ENUM);
237 return error(GL_INVALID_ENUM);
275 return error(GL_INVALID_ENUM);
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp67 return error(GL_INVALID_ENUM);
126 return error(GL_INVALID_ENUM);
202 else return error(GL_INVALID_ENUM);
209 else return error(GL_INVALID_ENUM);
216 else return error(GL_INVALID_ENUM);
223 else return error(GL_INVALID_ENUM);
230 else return error(GL_INVALID_ENUM);
237 else return error(GL_INVALID_ENUM);
239 return error(GL_INVALID_ENUM);
250 return error(GL_INVALID_ENUM);
[all...]
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferErrors.cpp178 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
183 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
193 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
199 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
/external/swiftshader/src/OpenGL/libGL/
H A DFence.cpp113 return error(GL_INVALID_ENUM);

Completed in 433 milliseconds

12345678