/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessSamplersTests.cpp | 99 gl.createSamplers(samplers_count, samplers_dsa); in iterate() 244 gl.createSamplers(1, &m_sampler_dsa); in prepare() 407 gl.createSamplers(-1, &sampler_dsa); in iterate() 796 gl.createSamplers(1, &m_so); in prepareSampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 667 void createSamplers (const DeviceInterface& vkd, in createSamplers() function 1661 createSamplers(vkd, device, begin(samplers), end(samplers)); 1663 createSamplers(vkd, device, begin(samplers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(samplers)); 1665 createSamplers(vkd, device, begin(samplers), end(samplers));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 666 void createSamplers (const DeviceInterface& vkd, in createSamplers() function 1660 createSamplers(vkd, device, begin(samplers), end(samplers)); 1662 createSamplers(vkd, device, begin(samplers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(samplers)); 1664 createSamplers(vkd, device, begin(samplers), end(samplers));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 141 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL() 1821 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL() 2930 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL() 4608 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL()
|
H A D | DispatchTableGL_autogen.h | 640 PFNGLCREATESAMPLERSPROC createSamplers = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_4_autogen.h | 200 void createSamplers(GLsizei n, GLuint *samplers); \
|
H A D | Context_gl.cpp | 3024 void Context::createSamplers(GLsizei n, GLuint *samplers) in createSamplers() function in gl::Context
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 423 vector<SharedPtrVkSampler> createSamplers (const DeviceInterface& vkd, 508 , m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses)) in ExternalDependencyTestInstance() 576 vector<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& vkd, in createSamplers() function in vkt::__anon28597::ExternalDependencyTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 423 vector<SharedPtrVkSampler> createSamplers (const DeviceInterface& vkd, 508 , m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses)) in ExternalDependencyTestInstance() 576 vector<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& vkd, in createSamplers() function in vkt::__anon29776::ExternalDependencyTestInstance
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 1028 gl->createSamplers(1, &id); in createSampler()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 6713 context->createSamplers(n, samplers); in GL_CreateSamplers()
|