Home
last modified time | relevance | path

Searched refs:createSamplers (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
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_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp666 void createSamplers (const DeviceInterface& vkd, in createSamplers() function
1660 createSamplers(vkd, device, begin(samplers), end(samplers)); in performTest()
1662 createSamplers(vkd, device, begin(samplers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(samplers)); in performTest()
1664 createSamplers(vkd, device, begin(samplers), end(samplers)); in performTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp666 void createSamplers (const DeviceInterface& vkd, in createSamplers() function
1660 createSamplers(vkd, device, begin(samplers), end(samplers)); in performTest()
1662 createSamplers(vkd, device, begin(samplers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(samplers)); in performTest()
1664 createSamplers(vkd, device, begin(samplers), end(samplers)); in performTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp141 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL()
1821 ASSIGN("glCreateSamplers", createSamplers); in initProcsDesktopGL()
2930 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL()
4608 createSamplers = &glCreateSamplersNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h640 PFNGLCREATESAMPLERSPROC createSamplers = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h200 void createSamplers(GLsizei n, GLuint *samplers); \
DContext_gl.cpp3024 void Context::createSamplers(GLsizei n, GLuint *samplers) in createSamplers() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl134 glCreateSamplersFunc createSamplers; variable
DglwInitGL45.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitGL46.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitExtGL.inl639 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwImpl.inl1036 gl->createSamplers(n, samplers);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp423 vector<SharedPtrVkSampler> createSamplers (const DeviceInterface& vkd,
508 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
576 vector<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& v… in createSamplers() function in vkt::__anona28192b00111::ExternalDependencyTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp423 vector<SharedPtrVkSampler> createSamplers (const DeviceInterface& vkd,
508 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
576 vector<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& v… in createSamplers() function in vkt::__anon383148700111::ExternalDependencyTestInstance
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl134 gl->createSamplers = glCreateSamplers;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1028 gl->createSamplers(1, &id); in createSampler()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp6713 context->createSamplers(n, samplers); in GL_CreateSamplers()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl922 m_gl.createSamplers(n, samplers);