Home
last modified time | relevance | path

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

1234567891011

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp81 /* Make sure that the functions report GL_INVALID_ENUM error if cube-map in iterate()
86 VerifyGLTexParameterIiv(m_glExtTokens.TEXTURE_BUFFER, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM); in iterate()
87 VerifyGLTexParameterIuiv(m_glExtTokens.TEXTURE_BUFFER, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM); in iterate()
90 VerifyGLTexParameterIiv(GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM); in iterate()
91 VerifyGLTexParameterIuiv(GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_BASE_LEVEL, 1, GL_INVALID_ENUM); in iterate()
93 /* Make sure that the functions report GL_INVALID_ENUM error if in iterate()
95 VerifyGLTexParameterIivForAll(GL_TEXTURE_IMMUTABLE_FORMAT, 1, GL_INVALID_ENUM); in iterate()
96 VerifyGLTexParameterIuivForAll(GL_TEXTURE_IMMUTABLE_FORMAT, 1, GL_INVALID_ENUM); in iterate()
106 /* Make sure that the functions report GL_INVALID_ENUM error if the following in iterate()
110 VerifyGLTexParameterIivForAll(GL_TEXTURE_COMPARE_MODE, GL_NEAREST, GL_INVALID_ENUM); in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init()
67 expectError(GL_INVALID_ENUM); in init()
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init()
88 expectError(GL_INVALID_ENUM); in init()
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK."); in init()
95 expectError(GL_INVALID_ENUM); in init()
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init()
100 expectError(GL_INVALID_ENUM); in init()
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."); in init()
107 expectError(GL_INVALID_ENUM); in init()
[all...]
H A Des2fNegativeStateApiTests.cpp69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
71 expectError(GL_INVALID_ENUM); in init()
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
78 expectError(GL_INVALID_ENUM); in init()
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
89 expectError(GL_INVALID_ENUM); in init()
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
97 expectError(GL_INVALID_ENUM); in init()
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
105 expectError(GL_INVALID_ENUM); in init()
[all...]
H A Des2fNegativeBufferApiTests.cpp55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init()
57 expectError(GL_INVALID_ENUM); in init()
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init()
82 expectError(GL_INVALID_ENUM); in init()
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW."); in init()
87 expectError(GL_INVALID_ENUM); in init()
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init()
112 expectError(GL_INVALID_ENUM); in init()
223 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_FRAMEBUFFER."); in init()
225 expectError(GL_INVALID_ENUM); in init()
[all...]
H A Des2fNegativeTextureApiTests.cpp112 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)."); in init()
114 expectError(GL_INVALID_ENUM); in init()
117 expectError(GL_INVALID_ENUM); in init()
125 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init()
127 expectError(GL_INVALID_ENUM); in init()
150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init()
152 expectError(GL_INVALID_ENUM); in init()
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); in init()
160 expectError(GL_INVALID_ENUM); in init()
165 m_log << TestLog::Section("", "GL_INVALID_ENUM i in init()
[all...]
H A Des2fNegativeVertexArrayApiTests.cpp89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value."); in init()
91 expectError(GL_INVALID_ENUM); in init()
131 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
133 expectError(GL_INVALID_ENUM); in init()
158 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
160 expectError(GL_INVALID_ENUM); in init()
184 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
186 expectError(GL_INVALID_ENUM); in init()
213 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
215 expectError(GL_INVALID_ENUM); in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init()
75 expectError(GL_INVALID_ENUM); in init()
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init()
96 expectError(GL_INVALID_ENUM); in init()
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK."); in init()
103 expectError(GL_INVALID_ENUM); in init()
106 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init()
108 expectError(GL_INVALID_ENUM); in init()
113 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values."); in init()
115 expectError(GL_INVALID_ENUM); in init()
[all...]
H A Des3fNegativeStateApiTests.cpp76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
78 expectError(GL_INVALID_ENUM); in init()
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init()
85 expectError(GL_INVALID_ENUM); in init()
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
96 expectError(GL_INVALID_ENUM); in init()
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
104 expectError(GL_INVALID_ENUM); in init()
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
112 expectError(GL_INVALID_ENUM); in init()
[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)."); in init()
143 expectError(GL_INVALID_ENUM); in init()
146 expectError(GL_INVALID_ENUM); in init()
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init()
159 expectError(GL_INVALID_ENUM); in init()
161 expectError(GL_INVALID_ENUM); in init()
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init()
193 expectError(GL_INVALID_ENUM); in init()
195 expectError(GL_INVALID_ENUM); in init()
200 m_log << TestLog::Section("", "GL_INVALID_ENUM i in init()
[all...]
H A Des3fNegativeBufferApiTests.cpp57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init()
59 expectError(GL_INVALID_ENUM); in init()
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init()
84 expectError(GL_INVALID_ENUM); in init()
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW."); in init()
89 expectError(GL_INVALID_ENUM); in init()
112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init()
114 expectError(GL_INVALID_ENUM); in init()
322 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER."); in init()
324 expectError(GL_INVALID_ENUM); in init()
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp161 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value."); in init()
163 expectError(GL_INVALID_ENUM); in init()
216 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value."); in init()
218 expectError(GL_INVALID_ENUM); in init()
220 expectError(GL_INVALID_ENUM); in init()
222 expectError(GL_INVALID_ENUM); in init()
308 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
310 expectError(GL_INVALID_ENUM); in init()
336 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value."); in init()
338 expectError(GL_INVALID_ENUM); in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp62 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value."); in depth_func()
64 ctx.expectError(GL_INVALID_ENUM); in depth_func()
83 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func()
85 ctx.expectError(GL_INVALID_ENUM); in stencil_func()
91 ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK."); in stencil_func_separate()
93 ctx.expectError(GL_INVALID_ENUM); in stencil_func_separate()
96 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func_separate()
98 ctx.expectError(GL_INVALID_ENUM); in stencil_func_separate()
104 ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values."); in stencil_op()
106 ctx.expectError(GL_INVALID_ENUM); in stencil_op()
[all...]
H A Des31fNegativeTextureApiTests.cpp99 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)."); in activetexture()
101 ctx.expectError(GL_INVALID_ENUM); in activetexture()
104 ctx.expectError(GL_INVALID_ENUM); in activetexture()
115 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bindtexture()
117 ctx.expectError(GL_INVALID_ENUM); in bindtexture()
119 ctx.expectError(GL_INVALID_ENUM); in bindtexture()
189 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage2d_invalid_target()
191 ctx.expectError(GL_INVALID_ENUM); in compressedteximage2d_invalid_target()
193 ctx.expectError(GL_INVALID_ENUM); in compressedteximage2d_invalid_target()
199 ctx.beginSection("GL_INVALID_ENUM i in compressedteximage2d_invalid_format()
[all...]
H A Des31fNegativeStateApiTests.cpp114 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enable()
116 ctx.expectError(GL_INVALID_ENUM); in enable()
131 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enablei()
133 ctx.expectError(GL_INVALID_ENUM); in enablei()
144 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disable()
146 ctx.expectError(GL_INVALID_ENUM); in disable()
154 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disablei()
156 ctx.expectError(GL_INVALID_ENUM); in disablei()
168 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_booleanv()
171 ctx.expectError(GL_INVALID_ENUM); in get_booleanv()
[all...]
H A Des31fNegativeBufferApiTests.cpp47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bind_buffer()
49 ctx.expectError(GL_INVALID_ENUM); in bind_buffer()
75 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in buffer_data()
77 ctx.expectError(GL_INVALID_ENUM); in buffer_data()
80 ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW."); in buffer_data()
82 ctx.expectError(GL_INVALID_ENUM); in buffer_data()
106 ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in buffer_sub_data()
108 ctx.expectError(GL_INVALID_ENUM); in buffer_sub_data()
392 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."); in bind_buffer_range()
394 ctx.expectError(GL_INVALID_ENUM); in bind_buffer_range()
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp167 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value."); in vertex_attrib_pointer()
169 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_pointer()
223 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value."); in vertex_attrib_i_pointer()
225 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_i_pointer()
227 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_i_pointer()
229 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_i_pointer()
285 ctx.beginSection("GL_INVALID_ENUM is generated if type is not one of the parameter token names allowed."); in vertex_attrib_format()
290 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_format()
348 ctx.beginSection("GL_INVALID_ENUM is generated if type is not one of the parameter token names allowed."); in vertex_attrib_i_format()
353 ctx.expectError(GL_INVALID_ENUM); in vertex_attrib_i_format()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexenv.c84 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode); in set_env_mode()
143 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", mode); in set_combiner_mode()
162 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname); in set_combiner_mode()
201 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname); in set_combiner_source()
207 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname); in set_combiner_source()
247 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param); in set_combiner_source()
289 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname); in set_combiner_operand()
295 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(pname=%s)", pname); in set_combiner_operand()
318 TE_ERROR(GL_INVALID_ENUM, "glTexEnv(param=%s)", param); in set_combiner_operand()
369 TE_ERROR(GL_INVALID_ENUM, "glTexEn in set_combiner_scale()
[all...]
H A Des1_conversion.c144 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_Fogxv() local
218 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetLightxv() local
240 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetLightxv() local
263 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetMaterialxv() local
278 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetMaterialxv() local
300 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetTexEnvxv() local
307 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetTexEnvxv() local
331 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetTexEnvxv() local
337 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetTexEnvxv() local
375 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, in _mesa_GetTexEnvxv() local
412 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_GetTexParameterxv() local
429 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_GetTexParameterxv() local
469 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_LightModelxv() local
501 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Lightxv() local
523 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Lightxv() local
558 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Materialx() local
564 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Materialx() local
580 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Materialxv() local
597 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_Materialxv() local
687 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_PointParameterxv() local
745 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexEnvx() local
775 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexEnvx() local
790 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexEnvxv() local
831 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexEnvxv() local
887 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexParameterxv() local
910 _mesa_error(_mesa_get_current_context(), GL_INVALID_ENUM, _mesa_TexParameterxv() local
[all...]
H A Dtexgen.c88 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in texgenfv()
125 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" ); in texgenfv()
130 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" ); in texgenfv()
144 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" ); in texgenfv()
159 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(param)" ); in texgenfv()
177 _mesa_error( ctx, GL_INVALID_ENUM, "glTexGenfv(pname)" ); in texgenfv()
193 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in gettexgendv()
211 _mesa_error( ctx, GL_INVALID_ENUM, "%s(pname)", caller ); in gettexgendv()
226 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in gettexgenfv()
239 _mesa_error( ctx, GL_INVALID_ENUM, " in gettexgenfv()
[all...]
H A Dstencil.c145 _mesa_error(ctx, GL_INVALID_ENUM, in _mesa_StencilFuncSeparateATI()
150 _mesa_error(ctx, GL_INVALID_ENUM, in _mesa_StencilFuncSeparateATI()
236 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilFunc(func)"); in _mesa_StencilFunc()
351 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(sfail)"); in _mesa_StencilOp()
356 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(zfail)"); in _mesa_StencilOp()
361 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOp(zpass)"); in _mesa_StencilOp()
387 _mesa_error(ctx, GL_INVALID_ENUM, "glActiveStencilFaceEXT(face)"); in _mesa_ActiveStencilFaceEXT()
442 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparate(sfail)"); in _mesa_StencilOpSeparate()
447 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparate(zfail)"); in _mesa_StencilOpSeparate()
452 _mesa_error(ctx, GL_INVALID_ENUM, "glStencilOpSeparat in _mesa_StencilOpSeparate()
[all...]
/third_party/vk-gl-cts/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)"); in iterate()
141 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFunci(0, GL_SRC_ALPHA, GL_MIN)"); in iterate()
144 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE)"); in iterate()
147 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ONE)"); in iterate()
150 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_ONE, GL_MIN, GL_ONE)"); in iterate()
153 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_ONE, GL_ONE, GL_ONE, GL_MIN)"); in iterate()
156 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationi(0, GL_SRC_ALPHA)"); in iterate()
159 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN)"); in iterate()
162 success &= ExpectedError(GL_INVALID_ENUM, "glBlendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA)"); in iterate()
165 success &= ExpectedError(GL_INVALID_ENUM, "glEnable in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp76 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
90 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
101 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
112 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
137 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
155 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
173 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
189 return error(GL_INVALID_ENUM, false); in ValidateTexParamParameters()
283 return error(GL_INVALID_ENUM); in ReadBuffer()
305 return error(GL_INVALID_ENUM); in DrawRangeElements()
[all...]
H A DlibGLESv2.cpp70 return error(GL_INVALID_ENUM); in ActiveTexture()
129 return error(GL_INVALID_ENUM); in BeginQueryEXT()
216 return error(GL_INVALID_ENUM); in BindBuffer()
227 return error(GL_INVALID_ENUM); in BindFramebuffer()
252 return error(GL_INVALID_ENUM); in BindRenderbuffer()
303 return error(GL_INVALID_ENUM); in BindTexture()
334 return error(GL_INVALID_ENUM); in BlendEquationSeparate()
346 return error(GL_INVALID_ENUM); in BlendEquationSeparate()
386 return error(GL_INVALID_ENUM); in BlendFuncSeparate()
409 return error(GL_INVALID_ENUM); in BlendFuncSeparate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp262 context->validationError(entryPoint, GL_INVALID_ENUM, kExtensionNotEnabled); in ValidateTextureWrapModeValue()
272 context->validationError(entryPoint, GL_INVALID_ENUM, kInvalidWrapModeTexture); in ValidateTextureWrapModeValue()
278 context->validationError(entryPoint, GL_INVALID_ENUM, kInvalidTextureWrap); in ValidateTextureWrapModeValue()
304 context->validationError(entryPoint, GL_INVALID_ENUM, kInvalidFilterTexture); in ValidateTextureMinFilterValue()
310 context->validationError(entryPoint, GL_INVALID_ENUM, kInvalidTextureFilterParam); in ValidateTextureMinFilterValue()
329 context->validationError(entryPoint, GL_INVALID_ENUM, kInvalidTextureFilterParam); in ValidateTextureMagFilterValue()
349 context->validationError(entryPoint, GL_INVALID_ENUM, kUnknownParameter); in ValidateTextureCompareModeValue()
375 context->validationError(entryPoint, GL_INVALID_ENUM, kUnknownParameter); in ValidateTextureCompareFuncValue()
389 context->validationError(entryPoint, GL_INVALID_ENUM, kExtensionNotEnabled); in ValidateTextureSRGBDecodeValue()
400 context->validationError(entryPoint, GL_INVALID_ENUM, kUnknownParamete in ValidateTextureSRGBDecodeValue()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateErrors.cpp117 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "glShadingRateEXT <rate> is not valid"); in iterate()
183 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "framebufferShadingRateEXT <target> is not valid"); in iterate()
188 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "framebufferShadingRateEXT <attachment> is not valid"); in iterate()
237 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "shadingRateCombinerOpsEXT <combinerOp0> is not valid"); in iterate()
240 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "shadingRateCombinerOpsEXT <combinerOp1> is not valid"); in iterate()
268 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "shadingRateCombinerOpsEXT <combinerOp0> is not valid"); in iterate()
278 testPassed = testPassed && verifyError(GL_INVALID_ENUM, "shadingRateCombinerOpsEXT <combinerOp0> is not valid"); in iterate()

Completed in 32 milliseconds

1234567891011