Searched refs:bind_sampler (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.c | 325 bind_sampler(struct gl_context *ctx, GLuint unit, GLuint sampler, bool no_error) in bind_sampler() function 351 bind_sampler(ctx, unit, sampler, true); in _mesa_BindSampler_no_error() 364 bind_sampler(ctx, unit, sampler, false); in _mesa_BindSampler()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 545 ADD_ARG_CASE2(bind_sampler, "Test cost of glBindSampler() calls. Note: Uses only sampler 0", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 600 void bind_sampler (NegativeTestContext& ctx) in bind_sampler() function 2661 {bind_sampler, "bind_sampler", "Invalid glBindSampler() usage" }, in getNegativeShaderApiTestFunctions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeShaderApiTests.cpp | 503 ES3F_ADD_API_CASE(bind_sampler, "Invalid glBindSampler() usage", in init()
|
Completed in 9 milliseconds