Searched refs:GL_INVALID_ENUM (Results 76 - 100 of 197) sorted by last modified time

12345678

/external/deqp/modules/gles31/functional/
H A Des31fTextureMultisampleTests.cpp1938 case TEXTURE_MIN_FILTER: return GL_INVALID_ENUM;
1939 case TEXTURE_MAG_FILTER: return GL_INVALID_ENUM;
1940 case TEXTURE_WRAP_S: return GL_INVALID_ENUM;
1941 case TEXTURE_WRAP_T: return GL_INVALID_ENUM;
1942 case TEXTURE_WRAP_R: return GL_INVALID_ENUM;
1943 case TEXTURE_MIN_LOD: return GL_INVALID_ENUM;
1944 case TEXTURE_MAX_LOD: return GL_INVALID_ENUM;
1945 case TEXTURE_COMPARE_MODE: return GL_INVALID_ENUM;
1946 case TEXTURE_COMPARE_FUNC: return GL_INVALID_ENUM;
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp404 cctx->require((flags & TEXTURE_VALID) != 0, GL_INVALID_ENUM);
413 cctx->require((flags & RENDERBUFFER_VALID) != 0, GL_INVALID_ENUM);
H A DglsMemoryStressCase.cpp53 case GL_INVALID_ENUM:
54 return "GL_INVALID_ENUM";
/external/deqp/framework/opengl/
H A DgluStrUtil.inl10 case GL_INVALID_ENUM: return "GL_INVALID_ENUM";
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp499 setError(GL_INVALID_ENUM);
602 GL_INVALID_ENUM, RC_RET_VOID);
604 RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_ENUM, RC_RET_VOID);
737 target != GL_READ_FRAMEBUFFER, GL_INVALID_ENUM, RC_RET_VOID);
813 RC_IF_ERROR(target != GL_RENDERBUFFER, GL_INVALID_ENUM, RC_RET_VOID);
925 setError(GL_INVALID_ENUM);
1008 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1013 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1253 RC_ERROR_RET(GL_INVALID_ENUM, RC_RET_VOID);
1275 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOI
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl117 #define GL_INVALID_ENUM 0x0500
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp325 ctx->lastError = GL_INVALID_ENUM;
346 ctx->lastError = GL_INVALID_ENUM;
513 ctx->lastError = GL_INVALID_ENUM;
524 ctx->lastError = GL_INVALID_ENUM;
/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp315 checkError(testCtx, context, GL_INVALID_ENUM);
378 checkError(testCtx, ctx, GL_INVALID_ENUM);
380 checkError(testCtx, ctx, GL_INVALID_ENUM);
382 checkError(testCtx, ctx, GL_INVALID_ENUM);
423 checkError(testCtx, ctx, GL_INVALID_ENUM);
425 checkError(testCtx, ctx, GL_INVALID_ENUM);
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 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 Des2fNegativeShaderApiTests.cpp73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
75 expectError(GL_INVALID_ENUM);
152 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
154 expectError(GL_INVALID_ENUM);
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 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 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 Des3fFboApiTests.cpp291 checkError(testCtx, context, GL_INVALID_ENUM);
328 checkError(testCtx, ctx, GL_INVALID_ENUM);
330 checkError(testCtx, ctx, GL_INVALID_ENUM);
332 checkError(testCtx, ctx, GL_INVALID_ENUM);
334 checkError(testCtx, ctx, GL_INVALID_ENUM);
399 checkError(testCtx, ctx, GL_INVALID_ENUM);
401 checkError(testCtx, ctx, GL_INVALID_ENUM);
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 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 Des3fNegativeShaderApiTests.cpp98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
100 expectError(GL_INVALID_ENUM);
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
167 expectError(GL_INVALID_ENUM);
445 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.");
447 expectError (GL_INVALID_ENUM);
462 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not GL_PROGRAM_BINARY_RETRIEVABLE_HINT.");
464 expectError (GL_INVALID_ENUM);
523 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value.");
525 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 Des3fNegativeTextureApiTests.cpp103 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).");
105 expectError(GL_INVALID_ENUM);
108 expectError(GL_INVALID_ENUM);
119 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
121 expectError(GL_INVALID_ENUM);
123 expectError(GL_INVALID_ENUM);
153 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
155 expectError(GL_INVALID_ENUM);
157 expectError(GL_INVALID_ENUM);
162 m_log << TestLog::Section("", "GL_INVALID_ENUM i
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c964 _mesa_error( &osmesa->mesa, GL_INVALID_ENUM, "OSMesaPixelStore(pname)" );
1010 _mesa_error(&osmesa->mesa, GL_INVALID_ENUM, "OSMesaGetIntergerv(pname)");
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c76 _mesa_error(ctx, GL_INVALID_ENUM, "glAccum(op)");
H A Dapi_validate.c243 _mesa_error(ctx, GL_INVALID_ENUM, "%s(mode=%x)", name, mode);
294 * Generates \c GL_INVALID_ENUM and returns \c false if it is not.
306 _mesa_error(ctx, GL_INVALID_ENUM, "%s(type = %s)", name,
H A Darbprogram.c92 _mesa_error(ctx, GL_INVALID_ENUM, "glBindProgramNV/ARB(target)");
295 _mesa_error(ctx, GL_INVALID_ENUM,
333 _mesa_error(ctx, GL_INVALID_ENUM, "%s(target)", func);
355 _mesa_error(ctx, GL_INVALID_ENUM, "glProgramStringARB(format)");
396 _mesa_error(ctx, GL_INVALID_ENUM, "glProgramStringARB(target)");
521 _mesa_error(ctx, GL_INVALID_ENUM, "glProgramEnvParameters4fv(target)");
624 _mesa_error(ctx, GL_INVALID_ENUM, "glProgramLocalParameters4fvEXT(target)");
714 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramivARB(target)");
868 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramivARB(pname)");
872 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramivAR
[all...]
H A Datifragshader.c190 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(arg)");
465 _mesa_error(ctx, GL_INVALID_ENUM, "glPassTexCoordATI(dst)");
471 _mesa_error(ctx, GL_INVALID_ENUM, "glPassTexCoordATI(coord)");
479 _mesa_error(ctx, GL_INVALID_ENUM, "glPassTexCoordATI(swizzle)");
537 _mesa_error(ctx, GL_INVALID_ENUM, "glSampleMapATI(dst)");
544 _mesa_error(ctx, GL_INVALID_ENUM, "glSampleMapATI(interp)");
552 _mesa_error(ctx, GL_INVALID_ENUM, "glSampleMapATI(swizzle)");
630 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dst)");
637 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp);
642 _mesa_error(ctx, GL_INVALID_ENUM, "
[all...]

Completed in 295 milliseconds

12345678