Home
last modified time | relevance | path

Searched refs:createSamplers (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessSamplersTests.cpp99 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 DvktDeviceObjectReservationTests.cpp667 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 DvktDeviceObjectReservationTests.cpp666 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 DDispatchTableGL_autogen.cpp141 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL()
1821 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL()
2930 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL()
4608 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h640 PFNGLCREATESAMPLERSPROC createSamplers = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_4_autogen.h200 void createSamplers(GLsizei n, GLuint *samplers); \
H A DContext_gl.cpp3024 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 DvktRenderPassSubpassDependencyTests.cpp423 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 DvktRenderPassSubpassDependencyTests.cpp423 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 DglcKHRDebugTests.cpp1028 gl->createSamplers(1, &id); in createSampler()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp6713 context->createSamplers(n, samplers); in GL_CreateSamplers()

Completed in 54 milliseconds