Home
last modified time | relevance | path

Searched refs:bindSamplers (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp2001 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/
DDispatchTableGL_autogen.cpp373 ASSIGN("glBindSamplers", bindSamplers); in initProcsDesktopGL()
1789 ASSIGN("glBindSamplers", bindSamplers); in initProcsDesktopGL()
3161 bindSamplers = &glBindSamplersNULL; in initProcsDesktopGLNULL()
4576 bindSamplers = &glBindSamplersNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h610 PFNGLBINDSAMPLERSPROC bindSamplers = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h151 void bindSamplers(GLuint first, GLsizei count, const GLuint *samplers); \
DContext_gl.cpp2793 void Context::bindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in bindSamplers() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl28 glBindSamplersFunc bindSamplers; variable
DglwInitGL44.inl27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
DglwInitGL45.inl27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
DglwInitGL46.inl27 gl->bindSamplers = (glBindSamplersFunc) loader->get("glBindSamplers");
DglwImpl.inl188 gl->bindSamplers(first, count, samplers);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl28 gl->bindSamplers = glBindSamplers;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp5809 context->bindSamplers(first, count, samplers); in GL_BindSamplers()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl165 m_gl.bindSamplers(first, count, samplers);