Home
last modified time | relevance | path

Searched refs:glGenSamplers (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp595 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 Des3fNegativeShaderApiTests.cpp495 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 Des3fLifetimeTests.cpp432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types()
H A Des3fIntegerStateQueryTests.cpp2383 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 Des3fNegativeStateApiTests.cpp1247 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 Dgl_raii.h121 GLSampler() : GLWrapper(&glGenSamplers, &glDeleteSamplers) {} in GLSampler()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp600 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers) in glGenSamplers() function
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp273 void glGenSamplers (int count, deUint32* samplers);
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dtrace_gles_loader_autogen.h327 #define glGenSamplers t_glGenSamplers macro
/third_party/skia/third_party/externals/angle2/util/
H A Dgles_loader_autogen.h327 #define glGenSamplers l_glGenSamplers macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp1410 GL_APICALL void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() function
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl3.h1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl32.h1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/third_party/openGLES/api/GLES3/
H A Dgl3.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl31.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl32.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h1179 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl31.h1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl32.h1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl31.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
H A Dgl32.h1160 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp3765 void GL_APIENTRY glGenSamplers(GLsizei count, GLuint *samplers) in glGenSamplers() function

Completed in 106 milliseconds

12