/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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_no_buildgn/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 666 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/ |
D | vktDeviceObjectReservationTests.cpp | 666 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/ |
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()
|
D | DispatchTableGL_autogen.h | 640 PFNGLCREATESAMPLERSPROC createSamplers = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_autogen.h | 200 void createSamplers(GLsizei n, GLuint *samplers); \
|
D | Context_gl.cpp | 3024 void Context::createSamplers(GLsizei n, GLuint *samplers) in createSamplers() function in gl::Context
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 134 glCreateSamplersFunc createSamplers; variable
|
D | glwInitGL45.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitGL46.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitExtGL.inl | 639 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwImpl.inl | 1036 gl->createSamplers(n, samplers);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 423 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/ |
D | vktRenderPassSubpassDependencyTests.cpp | 423 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/ |
D | tcuNullRenderContextInitFuncs.inl | 134 gl->createSamplers = glCreateSamplers;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1028 gl->createSamplers(1, &id); in createSampler()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6713 context->createSamplers(n, samplers); in GL_CreateSamplers()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 922 m_gl.createSamplers(n, samplers);
|