/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 595 ctx.glGenSamplers (-1, &sampler); in gen_samplers() 605 ctx.glGenSamplers (1, &sampler); in bind_sampler() 612 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers."); in bind_sampler() 636 ctx.glGenSamplers (1, &sampler); in get_sampler_parameteriv() 638 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers."); in get_sampler_parameteriv() 655 ctx.glGenSamplers (1, &sampler); in get_sampler_parameterfv() 657 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers."); in get_sampler_parameterfv() 678 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers."); in get_sampler_parameterIiv() 683 ctx.glGenSamplers(1, &sampler); in get_sampler_parameterIiv() 701 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers in get_sampler_parameterIuiv() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeShaderApiTests.cpp | 495 ES3F_ADD_API_CASE(gen_samplers, "Invalid glGenSamplers() usage", in init() 499 glGenSamplers (-1, &sampler); in init() 508 glGenSamplers (1, &sampler); in init() 515 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers."); in init() 537 glGenSamplers (1, &sampler); in init() 539 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers."); in init() 555 glGenSamplers (1, &sampler); in init() 557 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers."); in init() 572 glGenSamplers (1, &sampler); in init() 574 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers in init() [all...] |
H A D | es3fLifetimeTests.cpp | 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types()
|
H A D | es3fIntegerStateQueryTests.cpp | 2383 gl.glGenSamplers(1, &sampler); in test() 2384 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGenSamplers"); in test() 2400 gl.glGenSamplers(1, &samplerA); in test() 2401 gl.glGenSamplers(1, &samplerB); in test() 2402 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "glGenSamplers"); in test()
|
H A D | es3fNegativeStateApiTests.cpp | 1247 m_log << TestLog::Section("", "A name returned by glGenSamplers is the name of a sampler object."); in init() 1251 glGenSamplers (1, &sampler); in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | gl_raii.h | 121 GLSampler() : GLWrapper(&glGenSamplers, &glDeleteSamplers) {} in GLSampler()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 600 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers) in glGenSamplers() function
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.hpp | 273 void glGenSamplers (int count, deUint32* samplers);
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_gles_loader_autogen.h | 327 #define glGenSamplers t_glGenSamplers macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | gles_loader_autogen.h | 327 #define glGenSamplers l_glGenSamplers macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 1410 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() function
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl3.h | 1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl32.h | 1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl31.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl32.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl31.h | 1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl32.h | 1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl31.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
H A D | gl32.h | 1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 3765 void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() function
|