Searched refs:bindSamplers (Results 1 – 13 of 13) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 2001 gl.bindSamplers(t_first, t_count, sampler_ids); in iterate() 2931 gl.bindSamplers(0 /* first */, max_samplers /* count */, &sampler_ids[0]); in iterate() 2945 gl.bindSamplers(0, half_index, &t_sampler_ids[0]); in iterate() 2962 gl.bindSamplers(half_index, max_samplers - half_index, 0); in iterate() 2996 gl.bindSamplers(0, max_samplers, &t_sampler_ids[0]); in iterate() 3008 gl.bindSamplers(0, max_samplers, 0); in iterate() 4322 gl.bindSamplers(0 /* first */, max_textures /* count */, &sampler_ids[0]); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 373 ASSIGN("glBindSamplers", bindSamplers); in initProcsDesktopGL() 1789 ASSIGN("glBindSamplers", bindSamplers); in initProcsDesktopGL() 3161 bindSamplers = &glBindSamplersNULL; in initProcsDesktopGLNULL() 4576 bindSamplers = &glBindSamplersNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 610 PFNGLBINDSAMPLERSPROC bindSamplers = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_autogen.h | 151 void bindSamplers(GLuint first, GLsizei count, const GLuint *samplers); \
|
D | Context_gl.cpp | 2793 void Context::bindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in bindSamplers() function in gl::Context
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 28 glBindSamplersFunc bindSamplers; variable
|
D | glwInitGL44.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwInitGL45.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwInitGL46.inl | 27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
|
D | glwImpl.inl | 188 gl->bindSamplers(first, count, samplers);
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 28 gl->bindSamplers = glBindSamplers;
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5809 context->bindSamplers(first, count, samplers); in GL_BindSamplers()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 165 m_gl.bindSamplers(first, count, samplers);
|