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

12345678

/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.cpp54 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
56 expectError(GL_INVALID_ENUM);
79 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
81 expectError(GL_INVALID_ENUM);
84 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
86 expectError(GL_INVALID_ENUM);
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
111 expectError(GL_INVALID_ENUM);
222 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER.");
224 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/chromium_org/third_party/mesa/src/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...]
/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...]
/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.cpp75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
77 expectError(GL_INVALID_ENUM);
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
84 expectError(GL_INVALID_ENUM);
92 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
95 expectError(GL_INVALID_ENUM);
100 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
103 expectError(GL_INVALID_ENUM);
108 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
111 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...]
/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.cpp67 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
69 ctx.expectError(GL_INVALID_ENUM);
75 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
77 ctx.expectError(GL_INVALID_ENUM);
84 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
87 ctx.expectError(GL_INVALID_ENUM);
93 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
96 ctx.expectError(GL_INVALID_ENUM);
102 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
105 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...]
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSRGBTextureTest.cpp49 EXPECT_GL_ERROR(GL_INVALID_ENUM);
84 EXPECT_GL_ERROR(GL_INVALID_ENUM);
105 EXPECT_GL_ERROR(GL_INVALID_ENUM);
128 EXPECT_GL_ERROR(GL_INVALID_ENUM);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES2.cpp121 context->recordError(Error(GL_INVALID_ENUM));
222 context->recordError(Error(GL_INVALID_ENUM));
260 context->recordError(Error(GL_INVALID_ENUM));
267 context->recordError(Error(GL_INVALID_ENUM));
274 context->recordError(Error(GL_INVALID_ENUM));
279 context->recordError(Error(GL_INVALID_ENUM));
299 context->recordError(Error(GL_INVALID_ENUM));
326 context->recordError(Error(GL_INVALID_ENUM));
381 context->recordError(Error(GL_INVALID_ENUM));
420 context->recordError(Error(GL_INVALID_ENUM));
[all...]

Completed in 1049 milliseconds

12345678